The world has left me behind. I had to look up the meaning of "tnx" and I hope it means "thanks".
yes, thanks.
I started with Pelles C nearly as you - so, you maybe find my experience usefull for :
Unless you like to face with some unpleasant "features" of Pelles C you should:
1. Do not use RC6 - it is too raw... v7 is better choice
2. Use the installation dedicated your OS (32 bit Pelles C for 32 bit OS Win)
3. Shut down any antivirual program ( like avast) temporarily
After installation:
Check basic workflow via console 'hello world' program (or basic winapi window program)
To do that, just use "File/New/Console Application wizard" ("File/New/Windows Application wizard") - to run it you must type project name into name field and click OK-button
The wizard will generate simple project for you (so you can reach out the source file through right panel).
The project can be compiled, build, and run by pressing dedicated button (on the tool panel) - if everything OK, you should see console (basic winapi) window with the message.
To debug the program you should set up some fields in tabs (Compiler, Assembler, Linker) of the project options dialog ("Project/project options.. ") and then press "Go\Run" -button -
- if everything is OK - you should see the debugger's panels activated.