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