Hi,
I've searched the forum, the wizard and the sample folder but no success. Does anybody have a Win-64 GUI example that compiles without cryptic errors about APIs not found etc?
Thanxalot in advance.
Hi jj2007
This works for me:
File -> New -> Project
Select 'Windows application wizard'
Enter a name for the project -> OK
Select 'A Hello world program', select 'Win64' -> Next -> Finish
Project -> Build
Thanks, CLR - it works.
I guess I got confused by seeing
* Purpose : Generic Win32 application
...
#define WIN32_LEAN_AND_MEAN
in Main.c created by the wizard ;-
FWIW, I am testing IPC between 32- and 64-bit apps using RegisterWindowMessage & SendMessage. A single exchange of, well, two dwords eats around 11000 ... 17000 cycles, depending on the CPU. Results are very similar for 32- and 64-bit "servers".