First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Two resource files having same identifier value
Hi, I created an ATL project , a resource file was created by default. When I opened the Resource.h file, i have a value as below #define IDR_TESTATLRESOURCE 101 Now i added a new resource file using add new item option, adding a Menu as below Options Options1 Options2 When I opened the resourc... 20 Apr 2010 03:07
Two resource files having same identifier value
Hi, I created an ATL project ... 21 Apr 2010 15:42
AfxFindResourceHandle
Does any encounter this problem in your own dll which statically links to MFC, AfxFindResourceHandle is defined as AfxGetResourceHandle and it returns NULL, when the dll dynamically links to MFC, AfxFindResourceHandle can return a valid handle? Is there any solution for this problem? I found some old posts abo... 20 Apr 2010 01:03
Redistribute mfc90.dll and msvcr90.dll
Hi, I am looking how to just redistribute these 2 dlls into WinSxS. Can I make a self extract exe file containing these 2 dlls? TIA for any help. ... 19 Apr 2010 18:50
log(0) causing a crash on one particular windows XP (SP3) machine
Hi All, we have a VC++ 2008 application (written in C++) which links against msvcp90.dll. When we run it on win XP (SP3) system and open the file dialog (internally GetOpenFileName) and select a file in the opened dialog and do a Ctrl+C then we see msvcp71.dll gets loaded due to Ctrl +C press. But on one of our... 19 Apr 2010 01:12
"PORTING C" > Sizing graphics?
Hello, I am creating my own icons/ pictures for an embedded system. Basically, I am storing these images (pictures and icons) into an external flash. I then fecth this information and have a grapics library (EasyGUI) display it onto an LCD screen. Having unique designs for icons and pictures I do have the c... 17 Apr 2010 07:29
Inserting new menu at run time
Hi All, I have menu like below in the resource file File Option1 Option2 Option3 ------------(menu separator) Option4 ------------- Exit During run time i need to add a new menu "Option5" before "Option4", new menu will be like below File Option1 Option2 Option3 ------------(menu s... 16 Apr 2010 15:07
Problems with a std::vector (begin and end): Different behaviordebug and release version
--snip-- The bug is somewhere else. The vector is cleared or deleted or something similar error. Or 'a' does not point to correct vector ? ismo ... 15 Apr 2010 06:58
Problems with a std::vector (begin and end): Different behavior debug and release version
Windows XP / Visual Studio 2005 ----------------------------------- Hi This is a code piece from an automatic generated C++ file in gSOAP: SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__vectorTemplateOfstd__string(struct soap *soap, const char *tag, int id, const std::vector<std::string >*a, const char *type) { ... 15 Apr 2010 04:51
Problems with a std::vector (begin and end): Different behavior debug and release version
Windows XP / Visual Studio 2005 ----------------------------------- Hi This is a code piece from an automatic generated C++ file in gSOAP: SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__vectorTemplateOfstd__string(struct soap *soap, const char *tag, int id, const std::vector<std::string >*a, const char *type) { ... 22 Apr 2010 03:05
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15