I am fairly new to C++, have done a fair bit of C coding though. I am
having issues compiling...a little unsure of how I am supposed to
compile and link classes.
I have a class defined in Image.h and implemented in Image.cpp. I
compiled that with the following
g++ -c -o obj/Image.o...
I am wondering if it is possible to change the icon that is in the taskbar for a MessageBox. I have a dialog-based application and have been able to set the icon for the dialog, but I have a MessageBox that pops up at the end and the icon in the taskbar is the default MFC icon. I do not see...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.