I am working on an mfc dll that is accessed via a script and all this works fine. I have added a multi-threading component to it and am trying to use the WriteFile() function to write to my serial por
While accessing a computer I get an access violation error. The error is not consistent and only reproducible while trying to access a huge data.
Using Visual Studio 2010 C++ with MFC.The number of configurable settings in my application is slowly creeping up.I managed to design a settings class where adding a single line will add a setting to
I am trying to write to a serial port using the WriteFile() function and when I put some breakpoints to check whether it is writing or not, it doesn\'t. I am trying to pass a string of data through my
I\'m writing my own MFC app that uses WebBrowser control (uses IE9). I wonder how can I use the API similar for \"the document mode menu\" in IE Developer tools : http://msdn.microsoft.com/en-us/libra
I\'m trying to add a menu to a CMFCToolbar.Following advice I found online, I\'m doing it like this: CMenu m_Menu;
I have a Visual C++ solution. When I install it on a different machine and run, it searches for t开发者_JS百科he .Net Framework. How do I include the .Net Framework in the installer itself?
I would like to ask, can I inspect calls made to dlls inside an MFC based app ? Can I have a history of calls with method names& arguments values ??
Currently I am accessing my MFC C++ dll using my python script and everything works well so far. My next step is to continuously access my .dll and carry on various operations with it simultaneously f
This question already has开发者_如何学运维 an answer here: Closed 11 years ago. Possible Duplicate: