mfc
WriteFile() crashes when trying to carry on multithreading
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[详细]
2023-04-06 19:15 分类:问答access violation (c system exception code : c0000005 ) while accessing ccomptr pointer and application got crash
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.[详细]
2023-04-06 16:34 分类:问答How to auto-generate settings/options dialog box?
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[详细]
2023-04-06 12:46 分类:问答MFC Serial Port WriteFile() Crash
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[详细]
2023-04-06 12:12 分类:问答Document Mode menu functionality in Web Browser Control
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[详细]
2023-04-06 08:35 分类:问答Adding a drop-down menu button to a CMFCToolbar
I\'m trying to add a menu to a CMFCToolbar.Following advice I found online, I\'m doing it like this: CMenu m_Menu;[详细]
2023-04-05 22:26 分类:问答How to redistribute .Net Framework
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?[详细]
2023-04-05 19:43 分类:问答Can I inspect DLLs arguments in MFC?
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 ??[详细]
2023-04-05 16:37 分类:问答Multi threading for my MFC C++ .dll
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[详细]
2023-04-05 14:31 分类:问答ActiveX and HWND of COleControl [duplicate]
This question already has开发者_如何学运维 an answer here: Closed 11 years ago. Possible Duplicate:[详细]
2023-04-05 10:26 分类:问答