DLL in Linux

Started by
11 comments, last by idinkin 20 years, 8 months ago
But what do you mean your "engine is a DLL" and you use SDL? Do you mean you are using sdl.dll? Or you yourself have written a DLL that is a part of your game?

If you''ve used SDL and your program is generally cross platform friendly, then you can use the Linux version of SDL under Linux. Did you follow SDL''s guidelines for keeping your SDL app portable? Of course you still need to recompile your own code, but the SDL end of it should be ok.
Advertisement
Doesn''t the new Visual Studio generate .net code? If it''s .net, you should be able to use it directly under Linux, isn''t it?
Newbie programmers think programming is hard.Amature programmers think programming is easy.Professional programmers know programming is hard.
quote:Original post by NaliXL
If it's .net, you should be able to use it directly under Linux, isn't it?


No.

[edited by - Superpig on August 13, 2003 7:21:34 AM]

Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse

This topic is closed to new replies.

Advertisement