Search found 2 matches

by Progman
Thu May 11, 2023 6:55 am
Forum: Wine Help
Topic: Wine as a testing tool for Win32 development
Replies: 1
Views: 12600

Wine as a testing tool for Win32 development

Hi! This is NOT a complaint, more a congratulations. I've been writing an application for Windows, using the mingw compiler to produce the actual code, and Wine to test the executable, since I am a linux user and don't use Windows on my workstation. This works incredibly well, in fact you might say ...
by Progman
Wed Oct 02, 2019 8:11 am
Forum: Linux
Topic: Debugging with winedbg
Replies: 0
Views: 585

Debugging with winedbg

Hi! I am using MinGW (Gentoo 9.1.0-r1 p1.1) 9.1.0 to compile and link a Windows executable on Linux, like so compilation i686-w64-mingw32-g++ -g -DDEBUG -DUNICODE -D_UNICODE -D__STDC_WANT_LIB_EXT1__ -std=c++11 -Wall -I. -c -o main.o main.cpp linking i686-w64-mingw32-g++ -o program.exe -g -DDEBUG -DU...