Oleg M.
May 8th, 2002, 06:43 AM
Hello. Is it possible (see subject) ?
thanks.
thanks.
|
Click to See Complete Forum and Search --> : Making win32 dll with GNU C compiler Oleg M. May 8th, 2002, 06:43 AM Hello. Is it possible (see subject) ? thanks. Neerad May 9th, 2002, 01:22 AM If you require that your supposedly called dll should be named as libSomething.so under Unix/Linux environment and Something.dll under windows and should be able to compile the same code under two different environments(without any changes to the code) to produce the shared object and dll respectively, then there is a solution called ACE (Adaptive Communication Environment Library) go to http://www.cs.wustl.edu/~schmidt/ACE.html But if you mean that compiling your code with GNU produces a win dll, then i do not think it is possible Until GNU runs on Windows. Spread Love and Knowledge. Neerad May 9th, 2002, 05:05 AM If you wish that you can compile the code so that it produces a shared object under Linux/Unix environment and a dll under windows environment and would then run in their respecive environments. This is quite possibe using ACE (Adaptive communication environment) library. And if you just want that unsing GNU the output should be windows compatible, then i am afraid it won't do until GNU C compiler runs under windows! Spread Love and Knowledge. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |