Page 1 of 1
Shared Object (DLL) creation in Linux
Posted: Sun Dec 07, 2003 10:57 am
by gkaizer
Fred, will this be available in the next coming version of PB or should I be more patient?

Posted: Sun Dec 07, 2003 3:05 pm
by Fred
Unfortunately, it's not planned for the next linux version. But another update will probably come quickly.
Posted: Wed Dec 10, 2003 2:46 pm
by gkaizer
ok, I can wait

, but as I read that in the new 3.80 or 3.81 Linux PB will support PureLibraries, is this feature full as in Windows, I mean the opportunity to create a Purelibrary from a .so file as in Windows you can create a PBLib from a dll, or this is possible just in Windows version and is not scheduled in the Linux one?
Posted: Wed Dec 10, 2003 3:32 pm
by Fred
yes, you can create both with 3.81 like in Windows
Posted: Thu May 18, 2006 1:43 pm
by FloHimself
*up*
Posted: Thu May 18, 2006 1:47 pm
by DarkDragon
Uhm but I read somthing in the FASM forums, that you have to change all
CMD <source>, <dest>
to
CMD <dest>, <source>
When linking with gcc and if you want to create a *.so with it.