Re: DLL, shared library, ...

2004-02-23 Thread Boaz Harrosh
Robert Vojta wrote: Hallo all, I would like to ask you if there is a way how to convert .dll library to the Linux .so library? This library contains simple functions (something like voice codec) "without any dependency" on the Windows operating system - it's "platform independet", but packed into

Re: DLL, shared library, ...

2004-02-23 Thread Fabian Cenedese
> I would like to ask you if there is a way how to convert .dll >library to the Linux .so library? This library contains simple >functions (something like voice codec) "without any dependency" on the >Windows operating system - it's "platform independet", but packed into >the .dll. > > I'm tryin

DLL, shared library, ...

2004-02-22 Thread Robert Vojta
Hallo all, I would like to ask you if there is a way how to convert .dll library to the Linux .so library? This library contains simple functions (something like voice codec) "without any dependency" on the Windows operating system - it's "platform independet", but packed into the .dll. I'm tr