Click here to Skip to main content
15,902,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to handle VSFlexGrid's OnPaste event ? Pin
ThatsAlok30-Jun-09 0:47
ThatsAlok30-Jun-09 0:47 
QuestionQuerry!! Pin
Razanust29-Jun-09 20:20
Razanust29-Jun-09 20:20 
AnswerRe: Querry!! Pin
Chandrasekharan P29-Jun-09 20:30
Chandrasekharan P29-Jun-09 20:30 
AnswerRe: Querry!! Pin
Razanust29-Jun-09 20:37
Razanust29-Jun-09 20:37 
AnswerRe: Querry!! [modified] Pin
Harsh Shankar29-Jun-09 21:40
Harsh Shankar29-Jun-09 21:40 
AnswerRe: Querry!! Pin
Michael Schubert29-Jun-09 21:41
Michael Schubert29-Jun-09 21:41 
GeneralRe: Querry!! Pin
Harsh Shankar29-Jun-09 22:44
Harsh Shankar29-Jun-09 22:44 
GeneralRe: Querry!! Pin
Michael Schubert29-Jun-09 23:03
Michael Schubert29-Jun-09 23:03 
GeneralRe: Querry!! Pin
Harsh Shankar29-Jun-09 23:12
Harsh Shankar29-Jun-09 23:12 
GeneralRe: Querry!! Pin
Michael Schubert29-Jun-09 23:29
Michael Schubert29-Jun-09 23:29 
AnswerRe: Querry!! Pin
Rajesh R Subramanian29-Jun-09 22:35
professionalRajesh R Subramanian29-Jun-09 22:35 
AnswerRe: Querry!! Pin
Aric Wang29-Jun-09 23:27
Aric Wang29-Jun-09 23:27 
AnswerRe: Querry!! Pin
David Crow30-Jun-09 3:36
David Crow30-Jun-09 3:36 
Questionhow to set an image as background for dialog box or form Pin
suthakar5629-Jun-09 18:56
suthakar5629-Jun-09 18:56 
GeneralRe: how to set an image as background for dialog box or form Pin
Michael Dunn29-Jun-09 19:01
sitebuilderMichael Dunn29-Jun-09 19:01 
GeneralRe: how to set an image as background for dialog box or form Pin
«_Superman_»29-Jun-09 21:40
professional«_Superman_»29-Jun-09 21:40 
AnswerRe: how to set an image as background for dialog box or form Pin
zhyp_20829-Jun-09 20:27
zhyp_20829-Jun-09 20:27 
QuestionSimple Unresolved External Symbol error Pin
Member 470553829-Jun-09 17:33
Member 470553829-Jun-09 17:33 
AnswerRe: Simple Unresolved External Symbol error Pin
Nibu babu thomas29-Jun-09 18:22
Nibu babu thomas29-Jun-09 18:22 
AnswerRe: Simple Unresolved External Symbol error Pin
«_Superman_»29-Jun-09 18:44
professional«_Superman_»29-Jun-09 18:44 
GeneralRe: Simple Unresolved External Symbol error Pin
Member 470553830-Jun-09 2:17
Member 470553830-Jun-09 2:17 
GeneralRe: Simple Unresolved External Symbol error Pin
«_Superman_»30-Jun-09 2:53
professional«_Superman_»30-Jun-09 2:53 
GeneralRe: Simple Unresolved External Symbol error Pin
Member 470553830-Jun-09 6:06
Member 470553830-Jun-09 6:06 
Thanks for the quick reply again, i did that but then i got the following errors
1>c:\users\mc\documents\visual studio 2008\code snippets\visual c++\cstringparser.cpp(2) : warning C4627: '#include <string>': skipped when looking for precompiled header use
1>        Add directive to 'stdafx.h' or rebuild precompiled header
1>c:\users\mc\documents\visual studio 2008\code snippets\visual c++\cstringparser.cpp(3) : warning C4627: '#include <vector>': skipped when looking for precompiled header use
1>        Add directive to 'stdafx.h' or rebuild precompiled header
1>c:\users\mc\documents\visual studio 2008\code snippets\visual c++\cstringparser.cpp(4) : warning C4627: '#include "CStringParser.h"': skipped when looking for precompiled header use
1>        Add directive to 'stdafx.h' or rebuild precompiled header
1>c:\users\mc\documents\visual studio 2008\code snippets\visual c++\cstringparser.cpp(48) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?

I managed to fix the problem again by adding #include "CStringParser.cpp" to the Test.cpp file, but i was wondering if theres a way of only including the header files or something, but i guess ill stick to my way.

Thanks for the replies Smile | :)
GeneralRe: Simple Unresolved External Symbol error Pin
«_Superman_»30-Jun-09 16:37
professional«_Superman_»30-Jun-09 16:37 
AnswerRe: Simple Unresolved External Symbol error Pin
Pavan_Putra29-Jun-09 19:48
Pavan_Putra29-Jun-09 19:48 

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.