Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Comine two numbers, not addition. Pin
Michael Pauli9-Dec-03 5:32
Michael Pauli9-Dec-03 5:32 
QuestionHow to deal with multi-IP on TCP/IP programming mode? Pin
JoeZhang7-Dec-03 21:55
JoeZhang7-Dec-03 21:55 
AnswerRe: How to deal with multi-IP on TCP/IP programming mode? Pin
cmk8-Dec-03 0:10
cmk8-Dec-03 0:10 
GeneralRe: How to deal with multi-IP on TCP/IP programming mode? Pin
JoeZhang8-Dec-03 0:25
JoeZhang8-Dec-03 0:25 
GeneralRe: How to deal with multi-IP on TCP/IP programming mode? Pin
cmk8-Dec-03 9:18
cmk8-Dec-03 9:18 
AnswerRe: How to deal with multi-IP on TCP/IP programming mode? Pin
Xiangyang Liu 刘向阳8-Dec-03 0:48
Xiangyang Liu 刘向阳8-Dec-03 0:48 
GeneralRemoving stdafx.h Pin
Cedric Moonen7-Dec-03 21:22
Cedric Moonen7-Dec-03 21:22 
GeneralRe: Removing stdafx.h Pin
Robert Kuster7-Dec-03 21:57
Robert Kuster7-Dec-03 21:57 
> So, what the hell must I do or include to have it work ?????

Well, first you'll need to turn off precompiled headers for you .cpp file. Smile | :)

1. Project -> Settings (or Alt+F7) -> C/C++ Tab -> Category: Precompiled Headers
2. On the left pane select your .cpp file.
3. Select "Not using precompiled headers" on the right pane.

Of course, you'll still need to include the appropriate headers...

Regards,
RK
GeneralRe: Removing stdafx.h Pin
Cedric Moonen7-Dec-03 22:15
Cedric Moonen7-Dec-03 22:15 
GeneralRe: Removing stdafx.h Pin
David Crow8-Dec-03 8:16
David Crow8-Dec-03 8:16 
Questionget password from pst? Pin
luckbeing7-Dec-03 20:33
luckbeing7-Dec-03 20:33 
AnswerRe: get password from pst? Pin
Anonymous7-Dec-03 20:43
Anonymous7-Dec-03 20:43 
QuestionWhat wrong happened in my simple dll? Pin
Kabashiro7-Dec-03 20:31
Kabashiro7-Dec-03 20:31 
AnswerRe: What wrong happened in my simple dll? Pin
Robert Kuster7-Dec-03 21:43
Robert Kuster7-Dec-03 21:43 
Generalinstanciating an object from a dll-library Pin
Jerome Conus7-Dec-03 20:26
Jerome Conus7-Dec-03 20:26 
Generallagging view Pin
R. Thomas7-Dec-03 20:03
R. Thomas7-Dec-03 20:03 
GeneralSorting a 2 dimensional array HELP PLS Pin
jaye217-Dec-03 19:27
jaye217-Dec-03 19:27 
GeneralRe: Sorting a 2 dimensional array HELP PLS Pin
David Crow8-Dec-03 8:24
David Crow8-Dec-03 8:24 
GeneralRe: Sorting a 2 dimensional array HELP PLS Pin
jaye218-Dec-03 10:26
jaye218-Dec-03 10:26 
GeneralRe: Sorting a 2 dimensional array HELP PLS Pin
David Crow8-Dec-03 10:52
David Crow8-Dec-03 10:52 
QuestionNot understand! Why the projects, created by original manufacturers for their products,don't built successfully? Pin
zhaopzhi7-Dec-03 18:23
zhaopzhi7-Dec-03 18:23 
AnswerRe: Not understand! Why the projects, created by original manufacturers for their products,don't built successfully? Pin
David Crow8-Dec-03 8:26
David Crow8-Dec-03 8:26 
GeneralLive Update Pin
BaldwinMartin7-Dec-03 17:37
BaldwinMartin7-Dec-03 17:37 
GeneralRe: Live Update Pin
Peter Molnar8-Dec-03 13:02
Peter Molnar8-Dec-03 13:02 
GeneralRe: Live Update Pin
BaldwinMartin8-Dec-03 13:20
BaldwinMartin8-Dec-03 13:20 

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.