Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: HELP please. Pin
suefyzah24-Jul-08 15:26
suefyzah24-Jul-08 15:26 
QuestionHow to pass enum variable? Pin
SRKSHOME23-Jul-08 23:27
SRKSHOME23-Jul-08 23:27 
AnswerRe: How to pass enum variable? Pin
Matthew Faithfull23-Jul-08 23:41
Matthew Faithfull23-Jul-08 23:41 
GeneralRe: How to pass enum variable? Pin
SRKSHOME24-Jul-08 1:04
SRKSHOME24-Jul-08 1:04 
QuestionRe: How to pass enum variable? Pin
CPallini24-Jul-08 1:44
mveCPallini24-Jul-08 1:44 
AnswerRe: How to pass enum variable? Pin
SRKSHOME24-Jul-08 2:18
SRKSHOME24-Jul-08 2:18 
GeneralYou are welcome Pin
CPallini24-Jul-08 2:41
mveCPallini24-Jul-08 2:41 
GeneralRe: How to pass enum variable? Pin
Matthew Faithfull24-Jul-08 1:48
Matthew Faithfull24-Jul-08 1:48 
This is telling you that the Linker can't find the implementation of test::func( test::FileMode ); the function you're trying to call. T
he simple cause of this might be that you haven't actually written it yet, more complex possible causes include that it exists somewhere the linker can't find it or the linkers incremental stupidity counter has wrapped around its 16bit vlaue limit and you just need to give it a good kicking and make it try again. Smile | :)

"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

GeneralRe: How to pass enum variable? Pin
SRKSHOME24-Jul-08 2:17
SRKSHOME24-Jul-08 2:17 
Question(vc++ 2005) how can i put double quote in to TCHAR string literal ? Pin
xanagan66623-Jul-08 22:50
xanagan66623-Jul-08 22:50 
AnswerRe: (vc++ 2005) how can i put double quote in to TCHAR string literal ? Pin
YaronNir23-Jul-08 22:52
YaronNir23-Jul-08 22:52 
GeneralRe: (vc++ 2005) how can i put double quote in to TCHAR string literal ? Pin
xanagan66623-Jul-08 23:22
xanagan66623-Jul-08 23:22 
QuestionIs there an existing macro to document all methods in a cpp file? Pin
YaronNir23-Jul-08 22:50
YaronNir23-Jul-08 22:50 
AnswerRe: Is there an existing macro to document all methods in a cpp file? Pin
Matthew Faithfull23-Jul-08 23:43
Matthew Faithfull23-Jul-08 23:43 
QuestionHelp Pin
Deepu Antony23-Jul-08 21:26
Deepu Antony23-Jul-08 21:26 
AnswerRe: Help Pin
CPallini23-Jul-08 22:57
mveCPallini23-Jul-08 22:57 
AnswerRe: Help Pin
Rajesh R Subramanian24-Jul-08 0:12
professionalRajesh R Subramanian24-Jul-08 0:12 
GeneralRe: Help Pin
CPallini24-Jul-08 2:51
mveCPallini24-Jul-08 2:51 
QuestionRe: Help Pin
David Crow24-Jul-08 3:10
David Crow24-Jul-08 3:10 
QuestionMutiple port read/write in VC++ Pin
sunny_vc23-Jul-08 21:20
sunny_vc23-Jul-08 21:20 
AnswerRe: Mutiple port read/write in VC++ Pin
Cedric Moonen23-Jul-08 21:23
Cedric Moonen23-Jul-08 21:23 
GeneralRe: Mutiple port read/write in VC++ Pin
sunny_vc23-Jul-08 21:41
sunny_vc23-Jul-08 21:41 
GeneralRe: Mutiple port read/write in VC++ Pin
Cedric Moonen23-Jul-08 21:45
Cedric Moonen23-Jul-08 21:45 
GeneralRe: Mutiple port read/write in VC++ Pin
killabyte23-Jul-08 22:23
killabyte23-Jul-08 22:23 
Questionhow to handle Vertical scrollBar in a DialogBar Pin
pallaka23-Jul-08 21:12
pallaka23-Jul-08 21:12 

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.