I am using DEV CPP and i am going through an API tutor that i believe is written by the same people as the compiler. I need to give my c code a nice windows environment as opposed to the dos screen that i use now. So the tutor says i need to add a resource file but i dont know how!. I have tried to #include it and i also added as another source file to the project. But neither works. If I add it as a source file then the compiler creates another .rc file with the same name except its added ‘private’ to the name. Then it stops the compile. What am i doing wrong?
regards
ekv
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using DEV CPP and i am going through an API tutor that i believe is written by the same people as the compiler. I need to give my c code a nice windows environment as opposed to the dos screen that i use now. So the tutor says i need to add a resource file but i dont know how!. I have tried to #include it and i also added as another source file to the project. But neither works. If I add it as a source file then the compiler creates another .rc file with the same name except its added ‘private’ to the name. Then it stops the compile. What am i doing wrong?
regards
ekv
See:
http://sourceforge.net/forum/forum.php?thread_id=940084&forum_id=33286
I suggest you post to the Bllodshed Software forum...
Wayne