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

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
HGAutomator
Posts: 202
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

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

Post 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.
Post Reply