How can I use resource file in Dev C++, to make my own dialogs as in MS Visual studio. I tried to use MS VS tags in *.rc file, but Dev C++ doesn't know them... Where can I find tutorial - writing dialogs in Dev C++, or something like that? Thanks mZubac
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there!
Resource files are the same for both except MS-VC adds a lot of stuff windres doesn't accept. Check www.foosyerdoos.fsnet.co.uk/. The got a helpfile containing the keywords accepted by windres. And don't forget to include windows.h in your resource file.
Bye!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I use resource file in Dev C++, to make my own dialogs as in MS Visual studio. I tried to use MS VS tags in *.rc file, but Dev C++ doesn't know them... Where can I find tutorial - writing dialogs in Dev C++, or something like that? Thanks mZubac
Hi there!
Resource files are the same for both except MS-VC adds a lot of stuff windres doesn't accept. Check www.foosyerdoos.fsnet.co.uk/. The got a helpfile containing the keywords accepted by windres. And don't forget to include windows.h in your resource file.
Bye!