Is there no provision for using Win32 types in console programs?

Started by PabloMack, March 13, 2019, 05:34:10 PM

Previous topic - Next topic

PabloMack

When I include <windows.h> I get the following error when I try to build the project in the IDE: fatal error #1014: #error: "No Target Architecture".

TimoVJL

May the source be with you

PabloMack

I saw that but to me it didn't imply Win32 header support. I enabled it and the errors for handles went away but it still doesn't recognize SYSTEMTIME which is the standard time format for Win32. Thanks for the info.