Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mightygaver

Pages: [1]
1
DotNet / Binding for DotNet in Linux (Mono)?
« on: January 29, 2011, 10:42:39 pm »
Thanks!

I cannot do it work with environment variables.. but I see the dependencies where the C libraries... not the C++.

It was the real problem. I installed now the C libraries over the /usr/lib with aptitude, and works fine.

This sames a joke, but it's true.

2
DotNet / Binding for DotNet in Linux (Mono)?
« on: December 25, 2010, 12:43:32 pm »
Sorry for the double post, but can anyone give me a hand?

I have to be wrong at any step.

Can anyone tell me the steps to install it?  Or simply give me an advice of what can be wrong at my setup.

Thanks and merry xmas! :D

3
DotNet / Binding for DotNet in Linux (Mono)?
« on: December 15, 2010, 07:37:36 pm »
In a Ubuntu 10.04 with mono 2.6 and in a Fedora 14 with mono 2.8 ( the two running at x64 arch)


Code: [Select]

Unhandled Exception: System.DllNotFoundException: csfml-graphics
  at (wrapper managed-to-native) SFML.Graphics.RenderWindow:sfRenderWindow_Create (SFML.Window.VideoMode, string, SFML.Window.Styles, SFML.Window.WindowSettings)
  at SFML.Graphics.RenderWindow..ctor (VideoMode mode, System.String title, Styles style, WindowSettings settings) [0x00000] in <filename unknown>:0
  at SFML.Graphics.RenderWindow..ctor (VideoMode mode, System.String title) [0x00000] in <filename unknown>:0
  at adsasd.MainClass.Main (System.String [] args) [0x00000] in <filename unknown>:0


I don't know why throws this exception, because the csfml-graphics.dll from extlibs directory is at the same directory as the executable.

I hope this error says you what happens.

4
DotNet / Binding for DotNet in Linux (Mono)?
« on: December 15, 2010, 01:52:21 pm »
Well, I've tried to get  a development environment with mono and dotnet bindings, but... I failed.

I tried to position the dlls inside the extlibs directory in the same directory where the mono executable was created (bin/Debug) and I tried to compile the c# source with monodevelop and link them with references, but nothing of this works...

I've installed a x64 version of linux. Is possible the dlls in the extlibs directory at dotnet binding are compiled for x86 architecture and the mono VM get in trouble with this?

If that was the reason then, have I to compile the c++ project for x64 for windows or for linux?. I don't know if mono uses windows dll for native code or linux libraries.

This was a real disaster for me, I don't know what is the problem...

Thanks.

Pages: [1]
anything