I am unable to load my test.dll (in VC++ - MFC) using LoadLibrary() API. I get error code 126 (Module not found)using GetLastError().
I’m trying to create a simple Win32 DLL. As interface between DLL and EXE I use C functions, but inside of DLL i use C++ singleton object. Following is an example of my DLL implementation:
I am building an MFC C++ application with \"Use Unicode Character Set\" selected in Visual Studio. I have UNICODE defined, my CStrings are 16-bit, I handle filenames with Japanese characters in them,
My colleagues are using Visual Studio 2002 and uses the C++ MFC. I am developing in C #. It has not been any problems before, but now questioning our customers if we really should develop in differe
Apparently, there\'s a fairly easy way to host Explorer in your app starting with Vista: http://www.codeproject.com/KB/vista/ExplorerBrowser.aspx
I have a MFC wizard based application (CPropertySheet, CPropertyPage) created with vS2008. I am trying to give my app which is nearly completed a more modern look. I looked into CDHTMLDIalog but it lo
I have a class derived from CMemFile called TempMemFile.I need to but can\'t override开发者_运维问答 the Growfile method in TempMemFile.
Imagine you are on Windows 7 and you have to write a GUI for a GRAPHIC application, (like a terrain editor, mesh viewer ..) which involves a great use of DirectX and OpenGL (so written in native C++).
Is there an easy way in M开发者_运维知识库FC to add a hyperlink in a button? I\'ve searched the net and they seem to offer complicated stuff.
Can someone write some sample code to explain this concept? I know what a buffered stream is used for, but I also would like to know how to开发者_StackOverflow社区 implement that.