I\'m porting an existing MFC C++ application to use Boost::Serialization for XML files. My CDocument object contains all the data for the app. I\'ve implemented the serialize function as:
My question is if I can use MFC and ATL libraries that come with PSDK Windows Server 2003 R2, without Visual Studio. I mean only at the command prompt with BCC32.exe or CL.exe?
I\'m using pure C with Windows SDK in my projects, but now I need to deal with DVR\'s camera, which the driver was made in MFC 6.0.
I support a legacy MFC C++ application (VS2005) and I want to call some SSRS reports (MS Reporting Services).I was hoping to use the MS Report Viewer control, but it only works with .Net.I’ve come up
Okay, so I will admit I have no knowledge of windows API or even MFC. I\'ve got an error window popping up when things go hairy (illegal character in 开发者_如何学Goa filename string) and I want the
I have a DLL (A.dll) that uses ATL stuff, and can\'t have MFC in it. There is some stuff it needs that is MFC开发者_JAVA技巧 though, so I made a MFC regular DLL, called B.dll and it gets automatically
So this might be super basic, but that\'s what happens when you get a job you aren\'t wholly qualified for, right?
I\'m using several 32 bit PNG files in my VS2010 project and loading them into GDI+ bitmaps using LoadResource/LockResource etc. and creating from an IStream.All is working fine and dandy on my Win7 d
I\'m trying to launch a modal dialog from a DLL loaded by an MFC application.I\'m using VS2010 and both the EXE and DLL use MFC in a static library.
I have an MFC application (using a legacy library that I can\'t change). When the application starts, it loads a couple of drivers and shows message boxes if some drivers couldn\'t be loaded. The load