Click here to Skip to main content
15,884,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Function Alias Pin
jschell14-Nov-11 8:12
jschell14-Nov-11 8:12 
AnswerRe: C++ Function Alias Pin
Stefan_Lang15-Nov-11 1:22
Stefan_Lang15-Nov-11 1:22 
QuestionPartition Manager Pin
A_Fa13-Nov-11 23:01
A_Fa13-Nov-11 23:01 
AnswerRe: Partition Manager Pin
Rajesh R Subramanian13-Nov-11 23:06
professionalRajesh R Subramanian13-Nov-11 23:06 
QuestionHow to get all column name in database using CDatabase? Pin
Le@rner13-Nov-11 22:27
Le@rner13-Nov-11 22:27 
AnswerRe: How to get all column name in database using CDatabase? Pin
Richard MacCutchan13-Nov-11 22:40
mveRichard MacCutchan13-Nov-11 22:40 
AnswerRe: How to get all column name in database using CDatabase? Pin
Mark Salsbery14-Nov-11 5:02
Mark Salsbery14-Nov-11 5:02 
QuestionWhat is the COM Interface GUID/UUID for IVSSBackupComponents on Windows XP? Pin
Kerem Guemruekcue13-Nov-11 20:15
Kerem Guemruekcue13-Nov-11 20:15 
Hi,

can someone please have a look at this:

http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/01187549-46ce-4d9a-bd08-e1b478daf7ed

I am a little desperate on that issue, because i dont know how to pass the interface to the function.

On Vista+ it is the "CreateVssBackupComponentsInternal" in vssapi.dll
On XP it is the "?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z" in vssapi.dll

Both expect a IVSSBackupComponents Interface, but with different guids (microsoft changed the interface from XP to vista, so they are incompatible) and slightly different implementation, which of course made the interface mutually exclusive on the platforms. As long as i use the implementation with the known guid from the headers on vista, seven and eight, all is perfectly fine, but the function call on the XP system does not accept my interface and says that the IID
"{A4B0621E-CA3F-34A1-AD56-E9C4A2F56E8D}" does not support the interface (HRESULT: 0x80004002 (E_NOINTERFACE)). So i cant use the implementation with the "665C1D5F-C218-414D-A05D-7FEF5F9D5C86" on the XP function on the vssapi.dll

The definitions can be found in the Volume Shadow Copy Service SDK 7.2 here:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=23490[^]

Thanks in advance

K.
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Visit: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."

QuestionThe problem with Serial library for C++ Pin
LongDuyTran13-Nov-11 18:50
LongDuyTran13-Nov-11 18:50 
AnswerRe: The problem with Serial library for C++ Pin
«_Superman_»13-Nov-11 19:47
professional«_Superman_»13-Nov-11 19:47 
AnswerRe: The problem with Serial library for C++ Pin
LongDuyTran13-Nov-11 20:05
LongDuyTran13-Nov-11 20:05 
AnswerRe: The problem with Serial library for C++ Pin
Richard MacCutchan13-Nov-11 22:37
mveRichard MacCutchan13-Nov-11 22:37 
AnswerRe: The problem with Serial library for C++ Pin
Erudite_Eric13-Nov-11 22:50
Erudite_Eric13-Nov-11 22:50 
AnswerRe: The problem with Serial library for C++ Pin
OneKey2Press17-Dec-11 2:49
OneKey2Press17-Dec-11 2:49 
QuestionBuilding a WCHAR Array, Not sure if it right Pin
jkirkerx11-Nov-11 7:05
professionaljkirkerx11-Nov-11 7:05 
AnswerRe: Building a WCHAR Array, Not sure if it right Pin
Mark Salsbery11-Nov-11 7:51
Mark Salsbery11-Nov-11 7:51 
GeneralRe: Building a WCHAR Array, Not sure if it right Pin
jkirkerx11-Nov-11 8:12
professionaljkirkerx11-Nov-11 8:12 
AnswerRe: Building a WCHAR Array, Not sure if it right Pin
Richard MacCutchan11-Nov-11 22:48
mveRichard MacCutchan11-Nov-11 22:48 
GeneralRe: Building a WCHAR Array, Not sure if it right Pin
jkirkerx12-Nov-11 7:01
professionaljkirkerx12-Nov-11 7:01 
GeneralRe: Building a WCHAR Array, Not sure if it right Pin
jkirkerx12-Nov-11 9:17
professionaljkirkerx12-Nov-11 9:17 
GeneralRe: Building a WCHAR Array, Not sure if it right Pin
Richard MacCutchan12-Nov-11 21:36
mveRichard MacCutchan12-Nov-11 21:36 
AnswerRe: Building a WCHAR Array, Not sure if it right Pin
David Crow14-Nov-11 2:39
David Crow14-Nov-11 2:39 
QuestionVC 6.0 MFC MDI new frame / view without caption erases Windows → New titles Pin
Vaclav_11-Nov-11 3:09
Vaclav_11-Nov-11 3:09 
AnswerRe: VC 6.0 MFC MDI new frame / view without caption erases Windows → New titles Pin
Richard MacCutchan11-Nov-11 5:27
mveRichard MacCutchan11-Nov-11 5:27 
GeneralRe: VC 6.0 MFC MDI new frame / view without caption erases Windows → New titles Pin
Vaclav_11-Nov-11 6:09
Vaclav_11-Nov-11 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.