Arjen Verweij wrote:
Hi,
I am looking to port a MSVC++ driver to Linux. The recommended approach, to convert the Makefile and compile it didn't work for me, so I am trying to compile seperate cpp.files by implementing the winapi functions I need in a seperate linuxapi.cpp
what kind of driver is it ? wine is not generally well suited to run driver. Do you know how the driver communicates with hardware. Depending on what the driver does, it may not work on Wine/Linux. A+