Hello,
FYI, I found the answer:
DoEvents is a function defined in a windows library, VC++ probably just automatically includes the library header, and link the library in when compiling/linking. Outside, you have to figure out which libraries you need to include.
I compiled and included the...