First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
CE 5.0 C++ solution will no longer load. The element 'VisualStudioUserFile' is used but not declared in the DTD/Schema
Hello All, I'm pretty sure that I've not changed the machine or VS2005 configuration but when I try to load my CE 5.0 C++ solution I get the following message: (the project file follows too). Anyone have any ideas about what's going on? Cheers, /john The following error has occurred during XML parsing: ... 16 Mar 2007 09:28
List control with buttons in two dimensional Array
I didn't work much with list control in VC++. May be my Question simple to answer for all. Problem : I would like to add buttons into list control. For Eg; Consider I have to add n rows with 4 columns. I have to place 4 buttons for each rows. Awaiting for your exact reply. Have a Nice Day. Thanks A... 11 Mar 2007 00:38
SetupDiGetDeviceInfoListDetail() buffer problem
Hi, I have written sample code. This enumerates the available device list from the system using the SetupXXX API. But I got the error "0x000006f8 - The supplied user buffer is not valid for the requested operation" from the API SetupDiGetDeviceInfoListDetail(). I have taken care to initialize the cbsize membe... 6 Mar 2007 12:08
<new> in stdafx.h and std::nothrow causes export from EXE
We noticed a strange problem with VC8 SP1 that does not happen with VC 7.1 SP1. If you include <new> in stdafx.h, and you use new(std::nothrow) the release EXE will export this function: class std::_Init_locks & std::_Init_locks::operator=(class std::_Init_locks const &) Reproduce: - VC8 SP1 - Create new... 15 Feb 2007 07:47
warning LNK4099: PDB 'mfcm80d.i386.pdb' was not found
Hi all, I get this warning warning LNK4099: PDB 'mfcm80d.i386.pdb' was not found with 'c:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib\mfcm80d.lib' and I don't know what to do to get rid of it. I use Visual Studio 2005. Regards, Eric Clément ... 19 Jan 2007 10:03
How to use GUID_IO_VOLUME_MOUNT to monitor mount points
How can I use GUID_IO_VOLUME_MOUNT to detect when a mount point is created? Is there any example code? I've tried the following code, but I get error 1066 when calling RegisterDeviceNotification. BOOL RegisterDevBroadcastHandle(const std::string& VolumeName) //VolumeName in following format \\.\C: { SERVI... 13 Jan 2007 13:07
CComVariant::ReadFromStream: Function does not take 2 arguments
Hi there, I am currently recieving a compiler error in atlcom.h on the following lines, Error 10 error C2660: 'ATL::CComVariant::ReadFromStream' : function does not take 2 arguments C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\atlcom.h 5969 Error 11 error C2660: 'ATL::CComVariant::Write... 11 Jan 2007 04:31
LoadLibrary
I noticed that, if I compile a regular C++ DLL in Visual Studio 2005 and try to load it with LoadLibrary in VC++ 6.0, the LoadLibrary call fails. GetLastError returns 14001, which is: ERROR_SXS_CANT_GEN_ACTCTX 14001 This application has failed to start because the application configuration is incorrect. Reins... 5 Jan 2007 18:14
Strange error, "LNK2005: already defined??"
Hi people, I'm getting this error. Myles error LNK2005: "protected: static struct AFX_MSGMAP const * __stdcall CSplashWnd::GetThisMessageMap(void)" (?GetThisMessageMap(a)CSplashWnd@@KGPBUAFX_MSGMAP@@XZ) already defined in Splasher.obj What does it mean? I don't get it. it may be defined in Splasher.obj, b... 15 Dec 2006 08:52
Problem installing dll on Vista
Hi, I'm having problems installing an application in Windows Vista related to finding VC80 libraries in the target system. In VS 2005 I have created an ATL dll (with MFC support), and I created a Setup project for this dll. The Setup detects the merge modules that the project needs (ATL, MFC, CRT, and t... 24 Dec 2006 19:38
First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35