hi,
I'm working on some gui apps and seems that I'm not able to link res to other objs so that I coud have a working exe file.
I'm sure that codes are right coz I've try to compile them using borland c++builder compiler and also lcc :p
simply don't understand how to do to have a working "menu" inside a window/dialog...
thanx , Matteo
There are slight differences in the way the resources are compiled with these different compilers.
www.foosyerdoos.fsnet.co.uk
or
www.winprog.org/tutorial/
May have more information that is of some use to you.
Google probably has heaps, too. :)
Good luck.
Be sure to set the resource file in the project options, so Dev-C++ will instruct the linker to link them into the exe.
Log in to post a comment.
hi,
I'm working on some gui apps and seems that I'm not able to link res to other objs so that I coud have a working exe file.
I'm sure that codes are right coz I've try to compile them using borland c++builder compiler and also lcc :p
simply don't understand how to do to have a working "menu" inside a window/dialog...
thanx ,
Matteo
There are slight differences in the way the resources are compiled with these different compilers.
www.foosyerdoos.fsnet.co.uk
or
www.winprog.org/tutorial/
May have more information that is of some use to you.
Google probably has heaps, too. :)
Good luck.
Be sure to set the resource file in the project options, so Dev-C++ will instruct the linker to link them into the exe.