Complete newb to Pelles C
I'm trying to create a Wn 7 GUI using tips from
http://www.winprog.org/tutorial/start.htmlThis instruction is specific
Make sure you have specified a Win32 GUI (NOT "Console") project/makefile/target, whatever applies to your compiler.
So in the IDE create project there seems no Win32 GUI wizard and if I attempt to include <windows.h> the compiler spits the dummy.
So, OK, I need the MDI wizard? Download MDIwiz.zip and it barfs trying to extract MDIwiz.dll. That's with 7z and Winzip.
Seems I need some hand holding
Edit. This is becoming something of an issue. I noticed a created project HelloWorldGui.ppj. Attempting to open it threw a file location error. So I copied C file into projects folder then edited ppj to read C file there.
Doesn't seem to work since I cannot add C_HelloWorld.c to project.