Re: building win32/wine .exe's

2006-05-30 Thread NikNot
On 5/30/06, Dan Kegel <[EMAIL PROTECTED]> wrote: Nik wrote: > [I build my Windows apps on Win2k. How can I do it on Linux? > winegcc doesn't seem the right way.] ... Or, if you can get away with using Mingw instead of Microsoft's compiler, see http://www.winehq.com/site/docs/winedev-guide/cr

re: building win32/wine .exe's

2006-05-29 Thread Dan Kegel
Nik wrote: [I build my Windows apps on Win2k. How can I do it on Linux? winegcc doesn't seem the right way.] Depends. If your apps use C++, and you need to be able to access non-COM C++ DLLs compiled by other folks, I bet the best way to go is just run the same development tools you used on

building win32/wine .exe's

2006-05-29 Thread NikNot
I am running wine (including winelib development packages) un Ubuntu 6.x beta, and I'd like, if possible, to migrate my Win32 development from Win2k to Ubuntu (where most of my development is done). Further to winelib information found in http://www.winehq.org/site/winelib and makefile examples f