Click here to Skip to main content
15,891,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: AfxMessageBox Pin
Nelek28-Nov-07 21:49
protectorNelek28-Nov-07 21:49 
AnswerRe: AfxMessageBox Pin
Michael Dunn28-Nov-07 14:12
sitebuilderMichael Dunn28-Nov-07 14:12 
QuestionEvent ID 1073 Occurs When You Attempt to Move the Quorum Disk Pin
sumd28-Nov-07 2:14
sumd28-Nov-07 2:14 
Questionbmfh.bfType != 0x4d42 Pin
keyto28-Nov-07 1:26
keyto28-Nov-07 1:26 
AnswerRe: bmfh.bfType != 0x4d42 Pin
toxcct28-Nov-07 1:36
toxcct28-Nov-07 1:36 
AnswerRe: bmfh.bfType != 0x4d42 Pin
Paresh Chitte28-Nov-07 1:56
Paresh Chitte28-Nov-07 1:56 
AnswerRe: bmfh.bfType != 0x4d42 Pin
CPallini28-Nov-07 2:03
mveCPallini28-Nov-07 2:03 
QuestionA big Q Pin
keyto28-Nov-07 1:17
keyto28-Nov-07 1:17 
AnswerRe: A big Q Pin
CPallini28-Nov-07 2:24
mveCPallini28-Nov-07 2:24 
QuestionRe: A big Q Pin
David Crow28-Nov-07 3:01
David Crow28-Nov-07 3:01 
QuestionRe: A big Q Pin
Hamid_RT29-Nov-07 4:28
Hamid_RT29-Nov-07 4:28 
QuestionIOCP server Pin
Jhony george28-Nov-07 1:15
Jhony george28-Nov-07 1:15 
AnswerRe: IOCP server Pin
Cedric Moonen28-Nov-07 1:44
Cedric Moonen28-Nov-07 1:44 
QuestionRe: IOCP server [modified] Pin
Jhony george28-Nov-07 1:57
Jhony george28-Nov-07 1:57 
AnswerRe: IOCP server Pin
Cedric Moonen28-Nov-07 2:18
Cedric Moonen28-Nov-07 2:18 
GeneralRe: IOCP server Pin
Jhony george28-Nov-07 2:26
Jhony george28-Nov-07 2:26 
GeneralRe: IOCP server Pin
Mark Salsbery28-Nov-07 5:32
Mark Salsbery28-Nov-07 5:32 
GeneralRe: IOCP server Pin
Mike Dimmick28-Nov-07 5:55
Mike Dimmick28-Nov-07 5:55 
GeneralRe: IOCP server Pin
Mark Salsbery28-Nov-07 6:08
Mark Salsbery28-Nov-07 6:08 
AnswerRe: IOCP server Pin
Mark Salsbery28-Nov-07 5:26
Mark Salsbery28-Nov-07 5:26 
AnswerRe: IOCP server Pin
Mike Dimmick28-Nov-07 5:43
Mike Dimmick28-Nov-07 5:43 
QuestionLPBITMAPINFOHEADER Pin
keyto28-Nov-07 0:49
keyto28-Nov-07 0:49 
AnswerRe: LPBITMAPINFOHEADER Pin
CPallini28-Nov-07 0:57
mveCPallini28-Nov-07 0:57 
AnswerRe: LPBITMAPINFOHEADER Pin
David Crow28-Nov-07 3:03
David Crow28-Nov-07 3:03 
QuestionHow to use VC++ Unit Test project to test C++ project Pin
lchild38528-Nov-07 0:09
lchild38528-Nov-07 0:09 
Can we test (unit test) C++ (not VC++) project using VC++ Unit Test project.

More details: I have a project written in C++ (standard). Now i want to test it.
I create a VC++ Unit Test project, but i can not make link between this Test project with my C++ project (can not call functions (defined in my C++ project) in test methods)).

Hope some one can help me.
Thank you.
LC

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.