Click here to Skip to main content
15,902,114 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: program code for a tough question Pin
Christian Graus17-May-07 2:13
protectorChristian Graus17-May-07 2:13 
Questionstrcat_s question [modified] Pin
Stick^16-May-07 12:48
Stick^16-May-07 12:48 
AnswerRe: strcat_s question Pin
Christian Graus16-May-07 13:10
protectorChristian Graus16-May-07 13:10 
QuestionError 206 error C2665: 'qsort' : none of the 2 overloads could convert all the argument types Pin
subramanyeswari16-May-07 5:55
subramanyeswari16-May-07 5:55 
AnswerRe: Error 206 error C2665: 'qsort' : none of the 2 overloads could convert all the argument types Pin
subramanyeswari16-May-07 6:02
subramanyeswari16-May-07 6:02 
GeneralRe: Error 206 error C2665: 'qsort' : none of the 2 overloads could convert all the argument types Pin
Mark Salsbery16-May-07 6:33
Mark Salsbery16-May-07 6:33 
Questionlnk2028 unresolved token Pin
subramanyeswari16-May-07 2:16
subramanyeswari16-May-07 2:16 
AnswerRe: lnk2028 unresolved token Pin
Mark Salsbery16-May-07 5:48
Mark Salsbery16-May-07 5:48 
These are linker (not compiler) errors. In your project, ou need to include the file which
contains the implementation of GetXcaliburDataPath(). If it's in an external DLL you need to add
the link library (.lib) file. If it's in one of your source files (.cpp) then make sure that
file is in your project and the linker can find the .obj file for it.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: lnk2028 unresolved token Pin
subramanyeswari16-May-07 5:51
subramanyeswari16-May-07 5:51 
QuestionLogging Pin
hansipet16-May-07 0:06
hansipet16-May-07 0:06 
AnswerRe: Logging Pin
sthotakura21-May-07 21:24
sthotakura21-May-07 21:24 
Questioninterface and main in vc++2005...help please Pin
lavy288315-May-07 22:14
lavy288315-May-07 22:14 
AnswerRe: interface and main in vc++2005...help please Pin
lavy288315-May-07 22:41
lavy288315-May-07 22:41 
AnswerRe: interface and main in vc++2005...help please [modified] Pin
prasad_som15-May-07 23:20
prasad_som15-May-07 23:20 
AnswerRe: interface and main in vc++2005...help please Pin
Mark Salsbery16-May-07 5:53
Mark Salsbery16-May-07 5:53 
GeneralRe: interface and main in vc++2005...help please Pin
lavy288316-May-07 5:58
lavy288316-May-07 5:58 
Questionwhat is the difference in this? Pin
syedhasan15-May-07 18:32
syedhasan15-May-07 18:32 
QuestionTIMESTAMP_STRUCT from MFC to forms Pin
earlgraham15-May-07 10:02
earlgraham15-May-07 10:02 
AnswerRe: TIMESTAMP_STRUCT from MFC to forms Pin
Mark Salsbery15-May-07 13:44
Mark Salsbery15-May-07 13:44 
GeneralRe: TIMESTAMP_STRUCT from MFC to forms Pin
earlgraham16-May-07 5:31
earlgraham16-May-07 5:31 
Questionpointers and structures Pin
klutez12315-May-07 2:49
klutez12315-May-07 2:49 
AnswerRe: pointers and structures Pin
led mike15-May-07 6:15
led mike15-May-07 6:15 
Questionoutput to console in Vc++2005 Pin
lavy288315-May-07 1:55
lavy288315-May-07 1:55 
AnswerRe: output to console in Vc++2005 Pin
Mark Salsbery15-May-07 5:55
Mark Salsbery15-May-07 5:55 
AnswerRe: output to console in Vc++2005 Pin
StevenS_Dev21-May-07 4:10
StevenS_Dev21-May-07 4:10 

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.