VS2010: How to generate PDB without revealing the full path to your source tree?
When we do a Release build we generate PDB files which we keep in case we need to analyse crash dumps sent by users. The PDB files are kept private and are not released to users.By doing this, the...
View ArticleHow to get multiple MAC addresses using wifi at a same time?
Hi There,My question is how to get multiple MAC address using wifi? Let's say there are total 4 wifi address, my system gets it. How do I find their MAC addresses. I need all of these and want to pass...
View Articlestr.replace() brings up an assertion error.
I have been scripting a free form calculator using c++ for one of my assignments and i have been having trouble with str.replace() to replace an operation in the original input string to a calculated...
View ArticleI installed a macfee spyware on my computer and not the visual runtime...
I install a McAfee spyware on my computer and now I 'm getting visual runtime error library on my computer and cannot access my email. What happen
View ArticleNeed assistance with CRITICAL_SECTION spin count (native C++)
Hello,I need assistance on a CRITICAL_SECTION's spin count for a multi-threaded native C++ app.My CRITICAL_SECTION is static, and does not block threads greater than 4 threads running.The current spin...
View ArticleC executable format
Dear all,I have already studied COFF/PE and I have traced some executable files for PE format. I also know what C startup function is. Now there is one thing that I have not been able to find. That is...
View Articlelooking for specific code. Keypressed code (if there is such a thing). press...
HiI have created a simple program and have created an executable from the source file, I have opened the excutable file but it exits out too automatically fast.I would like to add a keypressed exit...
View ArticleXPS Printer files locked and unusable in Win 8, 8.1
My application functions perfectly on a wide variety of XP, Vista, 7, Server 2008 R2. It is failing in one area with regard to Windows 8 or 8.1.Something seems to be terribly wrong with the new XPS...
View ArticleResource Script. Win32.
//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // //...
View ArticleVsFlexGrid is an activex control, it 's loaded in design time in resource...
I upgrade my project from VC++ vs2008 to vs2013, I use VSFlexGrid7.ocx control, when I build the project every think ok, and I can run my application, and show all dialog not contain this ocx, when I...
View ArticleMFC CMFCOutlookBarPane
Good day all!!! I'm new to MFC and I'm trying to develop an application that has a navigation bar to the left and a properties bar to the right. I have managed to put my own CMFCOutlookBarPane to the...
View Articlesplit into word from a text line
i want coding for split the word by word from a text document or line.it store in different string in vc++2012ex:this is the textoutput:string1=thisstring2=is string3=thestring4=textKarthikn.s
View ArticleRecommendations on converting MFC App with Ribbon to touch screens
For a CAD/OpenGL type of MFC application with a ribbon is it practical to move to a touch screen?If so, is it worth the effort?Should I buy a touch monitor so I can write and debug on my desktop...
View Articleerror MSB6006 : "cmd.exe" exited with code 3
HiiIam migrating my application from vc++ 0.6 to vc++ 2013 , one of the error iam facing is :error MSB6006 : "cmd.exe" exited with code 3Can anyone guide me through thisThanks Ankush
View ArticleError MSB6006: "cmd.exe" exited with code 3
HiI am migrating my application from vc++6.0 to vc++2013.I am facing this error, iam sending you a part of out put================OUTPUT====================== GCRBatch.vcxproj ->...
View Articlemidl : error MIDL2019: error accessing type info : Error Returned -2147312566
Hii I am migrating my application from vc++0.6 to vc++ 2013I am facing these error MIDL2019Can anyone help me through thisThanks Ankush
View Articlefor loop pointers
hi,i have this code. when i make a row of buttons only the last one works. how can i do all buttons work.for( i=0, i<5, ++i ){//Make Buttons hier}thanks
View Articleerror C2065: 'it' : undeclared identifier_
HiI am migrating my application from vc++6.0 to vc++2013, iam getting this undeclared error, I am sending the part of codeand iam higlighting the error line were these errors are...
View ArticleMFC Spin Control delta is reversed
Hello,I am using an MFC spin control with a text box buddy. When I process the delta change in the OnDeltaPosXXXX function the delta is reversed. i.e. when the up button is pressed the delta is minus....
View Article