Leveraging a win32 codebase with a native Linux app and Wine
27 Jun
2008
27 Jun
'08
10:07 p.m.
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 dlls (.so) directly within a native Linux app just as I would use regualr Linux dynamic libraries (.so) ? Thanks, Michel J.
27 Jun
27 Jun
11:13 p.m.
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. --Juan
6380
Age (days ago)
6380
Last active (days ago)
1 comments
2 participants
participants (2)
-
Juan Lang -
Michel Jacques