Pelles C forum

C language => Beginner questions => Topic started by: cnoob on September 06, 2018, 01:05:40 PM

Title: A noob question about Pelles C resource editor
Post by: cnoob on September 06, 2018, 01:05:40 PM
I'm a completely noob. I used to program in VB6 with drag and drop designer so I missed it very much. From most of tutorial I read on the net about Win32 API programming the resource editor also generate a resource.h file for me to include apart from resource.rc file. But with Pelles C, it only give a .rc file with no .h for me to include. How I could made use of the resource script I've saved? Please help. Thanks.
Title: Re: A noob question about Pelles C resource editor
Post by: frankie on September 07, 2018, 09:42:43 AM
When editing the .rc file in the main menu is present the "resource" menu. There you can specify an header file (.h).
This file will be automatically updated with resource symbols definitions.