Click here to Skip to main content
16,012,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: launching notepad.exe and reading the current date/time Pin
Hamid_RT13-Jun-06 19:07
Hamid_RT13-Jun-06 19:07 
AnswerRe: launching notepad.exe and reading the current date/time Pin
Laxman Auti13-Jun-06 19:30
Laxman Auti13-Jun-06 19:30 
QuestionC++ Forum Pin
knoxplusplus13-Jun-06 8:24
knoxplusplus13-Jun-06 8:24 
QuestionHello a problem with Cstring :) Pin
Mahhouraaaaaa13-Jun-06 6:16
Mahhouraaaaaa13-Jun-06 6:16 
AnswerRe: Hello a problem with Cstring :) Pin
Neil Van Eps13-Jun-06 6:17
Neil Van Eps13-Jun-06 6:17 
GeneralRe: Hello a problem with Cstring :) Pin
Mahhouraaaaaa13-Jun-06 6:23
Mahhouraaaaaa13-Jun-06 6:23 
JokeRe: Hello a problem with Cstring :) Pin
Laxman Auti13-Jun-06 19:32
Laxman Auti13-Jun-06 19:32 
QuestionGUID array assignment issue Pin
act_x13-Jun-06 5:51
act_x13-Jun-06 5:51 
consider the following declaration on top of a.cpp

#include "mydefines.h"
const GUID FAR DetectionGuids[] =
{
// GUID 1
{ 0x4C4089A5, 0x7705, 0x9999, {0x11, 0x15, 0x20, 0x80, 0x9F, 0xa2, 0xa4, 0x94} } ,
// Add new GUID here
};


inside mydefines.h

I have
DEFINE_GUID(GUID_CLASS_CUSTOM, 0x44C4089A5, 0x7705, 0x9999, 0x11, 0x15, 0x20, 0x80, 0x9F, 0xa2, 0xa4, 0x94);


Now the above declaration shows a compiler error when i try
const GUID FAR DetectionGuids[] =
{
// GUID 1
GUID_CLASS_CUSTOM
// Add new GUID here
};

it gives me a message saying that it cannot convert from const struct _GUID to unsigned long


Any ideas ?

Questionaccessing a networked hard drive Pin
69 Bay13-Jun-06 5:50
69 Bay13-Jun-06 5:50 
AnswerRe: accessing a networked hard drive Pin
David Crow13-Jun-06 6:00
David Crow13-Jun-06 6:00 
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:11
69 Bay13-Jun-06 6:11 
QuestionRe: accessing a networked hard drive Pin
David Crow13-Jun-06 6:16
David Crow13-Jun-06 6:16 
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:21
69 Bay13-Jun-06 6:21 
AnswerRe: accessing a networked hard drive [modified] Pin
bob1697213-Jun-06 6:06
bob1697213-Jun-06 6:06 
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:22
69 Bay13-Jun-06 6:22 
QuestionGetFirstView Position() Pin
DanYELL13-Jun-06 5:47
DanYELL13-Jun-06 5:47 
AnswerRe: GetFirstView Position() Pin
led mike13-Jun-06 5:55
led mike13-Jun-06 5:55 
QuestionRe: GetFirstView Position() Pin
David Crow13-Jun-06 6:02
David Crow13-Jun-06 6:02 
AnswerRe: GetFirstView Position() Pin
led mike13-Jun-06 8:55
led mike13-Jun-06 8:55 
QuestionProblem with termination of a thread Pin
SWDevil13-Jun-06 5:44
SWDevil13-Jun-06 5:44 
AnswerRe: Problem with termination of a thread Pin
Justin Tay13-Jun-06 5:56
Justin Tay13-Jun-06 5:56 
AnswerRe: Problem with termination of a thread Pin
led mike13-Jun-06 5:56
led mike13-Jun-06 5:56 
AnswerRe: Problem with termination of a thread Pin
David Crow13-Jun-06 6:03
David Crow13-Jun-06 6:03 
AnswerRe: Problem with termination of a thread Pin
Zac Howland13-Jun-06 6:27
Zac Howland13-Jun-06 6:27 
AnswerRe: Problem with termination of a thread Pin
Jun Du13-Jun-06 8:43
Jun Du13-Jun-06 8:43 

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.