Re: Leveraging a win32 codebase with a native Linux app and Wine

2008-06-27 Thread Juan Lang
> Is there a way to reuse my recompiled win32 dlls (.so) directly within a > native Linux app just as I would use regualr Linux dynamic libraries (.so) ? This has been asked many times, and the answer is always the same: in general, no. If your DLLs are not calling any Windows APIs at all, yes.

Leveraging a win32 codebase with a native Linux app and Wine

2008-06-27 Thread Michel Jacques
Hello, I would like to reuse a large codebase composed of many win32 dlls within a NATIVE Linux app. I have tested with winelib but it seems that the only way to do this is to use a recompiled win32 app in combination with my recompiled win32 dlls. Is there a way to reuse my recompiled win32