I have a Windows DLL and an API related to the DLL. The DLL is part of a driver of specific device, for which I would like to write a Linux (Android 4.0) software. I've read that it is possible to use a DLL inside Linux software (using winelib).
If I do so, can I run my program without wine (using native Linux environment, with the DLL attached)? I am going to use Java (Android SDK), C++ (Android NDK) and possibly C (needed to write Linux driver working with the DLL).