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

C / C++ / MFC

 
AnswerRe: Desktop display Pin
Hamid_RT5-May-07 4:53
Hamid_RT5-May-07 4:53 
QuestionHow to check if a file is blocked in properties - security section Pin
sp_ranjan3-May-07 0:54
sp_ranjan3-May-07 0:54 
Questionreg: database connection in vc++6 Pin
grc4123-May-07 0:22
grc4123-May-07 0:22 
AnswerRe: reg: database connection in vc++6 Pin
_AnsHUMAN_ 3-May-07 0:29
_AnsHUMAN_ 3-May-07 0:29 
QuestionGenerating and streaming audio Pin
Ali Tavakol3-May-07 0:09
Ali Tavakol3-May-07 0:09 
AnswerRe: Generating and streaming audio Pin
Roger Stoltz3-May-07 1:39
Roger Stoltz3-May-07 1:39 
GeneralRe: Generating and streaming audio Pin
Ali Tavakol3-May-07 7:51
Ali Tavakol3-May-07 7:51 
GeneralRe: Generating and streaming audio Pin
Mark Salsbery3-May-07 9:40
Mark Salsbery3-May-07 9:40 
GeneralRe: Generating and streaming audio Pin
Ali Tavakol4-May-07 8:38
Ali Tavakol4-May-07 8:38 
GeneralRe: Generating and streaming audio Pin
Mark Salsbery4-May-07 9:09
Mark Salsbery4-May-07 9:09 
GeneralRe: Generating and streaming audio Pin
Roger Stoltz3-May-07 11:28
Roger Stoltz3-May-07 11:28 
GeneralRe: Generating and streaming audio Pin
Ali Tavakol4-May-07 8:34
Ali Tavakol4-May-07 8:34 
GeneralRe: Generating and streaming audio Pin
Roger Stoltz4-May-07 11:54
Roger Stoltz4-May-07 11:54 
QuestionHow to assign the returned value of function to any variable Pin
chandrikav3-May-07 0:01
chandrikav3-May-07 0:01 
AnswerRe: How to assign the returned value of function to any variable Pin
Rajesh R Subramanian3-May-07 0:08
professionalRajesh R Subramanian3-May-07 0:08 
AnswerWrong forum? Pin
CPallini3-May-07 0:08
mveCPallini3-May-07 0:08 
QuestionLNK2019 Pin
meg223-May-07 0:00
meg223-May-07 0:00 
AnswerRe: LNK2019 Pin
toxcct3-May-07 0:05
toxcct3-May-07 0:05 
AnswerRe: LNK2019 Pin
Cedric Moonen3-May-07 0:41
Cedric Moonen3-May-07 0:41 
AnswerRe: LNK2019 Pin
Sameerkumar Namdeo3-May-07 1:14
Sameerkumar Namdeo3-May-07 1:14 
GeneralRe: LNK2019 Pin
Cedric Moonen3-May-07 1:22
Cedric Moonen3-May-07 1:22 
Nope, that won't change anything: it is a linker error, not a compilation error. That means that the function is known (the header file can be found) but is not defined (either the cpp has not been included in the project or the project doesn't link against the required library).


Cédric Moonen
Software developer

Charting control [v1.2 - Updated]

GeneralRe: LNK2019 Pin
toxcct3-May-07 2:29
toxcct3-May-07 2:29 
GeneralRe: LNK2019 Pin
Cedric Moonen3-May-07 4:22
Cedric Moonen3-May-07 4:22 
QuestionPanel control in unmanaged c++? Pin
nathan72-May-07 23:55
nathan72-May-07 23:55 
AnswerRe: Panel control in unmanaged c++? Pin
Mark Salsbery3-May-07 6:14
Mark Salsbery3-May-07 6:14 

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.