Page 1 of 1

How to compile a mixed-mode app (Windows and Console)

Posted: Tue Aug 30, 2022 6:48 pm
by HGAutomator
Hi,

Is it possible to compile a text-mode app as we do with compile.bat /C, but include functions like ShellExecute()?

Earlier, I thought /M generated a mixed-mode or hybrid Windows/Console app. Looks like it is intended to include MySql libraries.