I have just been trying to port my MSVC project on windows into Qt on windows and then into Qt on linux and from there to generate a debian package. However I get stuck when we found out that we had a single 3rd party .lib file that is compiled for windows and we have only the header file for it. At that point we have been searching for a solution and then name "wine" keeps appearing, so we have decided to see if we can use wine to help us (probably I am about to ask a very basic question)...
So I have a windows .exe with a bunch of .dlls that runs in a stand alone fashion (all in one folder) on a windows box. So I guess, firstly is that suitable for running in the wine environment?
My application is quite simple, it uses networking, threads, timers and a few other basic functions... no graphics of fancy stuff. It has no "windows installer" app to deploy it, just the .exe and dlls.
If it is suitable for wine, then where do I start? - maybe there is a good link somewhere?
Thanks wine users
