Hi All
I am having a Simple DLL that was developed
and used by the Windows Application. I am trying to port this windows
DLL into linux to create the .so file and want to use the same.
As metioned in the winedump tool,
I generated the spec file using the command
The problem is due to the Dll Name UpperCase.
It is solved ,
Thank you
On 12/1/05, Ananth M <[EMAIL PROTECTED]> wrote:
Hi All
I am having a Simple DLL that was developed
and used by the Windows Application. I am trying to port this windows
DLL into linux to create the .so file and want to us