Hi folks,
I've been reading about programming with the WIN32 API, and it sounds like a good idea, but I was wondering, is it ok to include the header in a Lite-C script, and mix commands (such as creating windows, Hungarian Notation, etc) with Lit-C? Or once I include window.h, do I have to program the script file ONLY using the win32 API?
Also if it is possible to mix and match, can I use the wincreate (), and winmain () functions?