On 1/3/06, Ananth M mekaananth@gmail.com wrote:
Then I converted the dll into .so and compiled and linked this .so
with win32 program using WineLib and Wineg++ The timing that was taken to execute the function exported by the dll ( through .so ) is almost two times, compread with executing using wine.
Does any one has any reference for further investigation on this
problem or any information
I'm not sure if this is the reason or not, but we discussed this a bit at WineConf last year. The concensus was that MSVC produces much faster code compared to GCC. Maybe try compiling with MinGW on Windows and see what happens with the DLL in Windows?
-Brian