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

Managed C++/CLI

 
GeneralRe: cross-include two classes Pin
toxcct9-Mar-06 5:12
toxcct9-Mar-06 5:12 
GeneralRe: cross-include two classes Pin
shaohao10-Mar-06 3:09
shaohao10-Mar-06 3:09 
GeneralRe: cross-include two classes Pin
georgeraafat10-Mar-06 13:43
georgeraafat10-Mar-06 13:43 
Questionhelp with wrapping this code Pin
Fu Manchu9-Mar-06 2:18
Fu Manchu9-Mar-06 2:18 
AnswerRe: help with wrapping this code Pin
Nemanja Trifunovic9-Mar-06 2:43
Nemanja Trifunovic9-Mar-06 2:43 
GeneralRe: help with wrapping this code Pin
Fu Manchu9-Mar-06 3:24
Fu Manchu9-Mar-06 3:24 
GeneralRe: help with wrapping this code Pin
Nemanja Trifunovic9-Mar-06 3:48
Nemanja Trifunovic9-Mar-06 3:48 
GeneralRe: help with wrapping this code Pin
Fu Manchu9-Mar-06 4:17
Fu Manchu9-Mar-06 4:17 
thanks man, i've done that but i am stil getting errors when linking, just two though...

Linking...
libcpmtd.lib(xdebug.obj) : error LNK2019: unresolved external symbol __malloc_dbg referenced in function "void * __cdecl operator new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" (??2@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z)
libcpmtd.lib(_tolower.obj) : error LNK2001: unresolved external symbol __malloc_dbg
libcpmtd.lib(xdebug.obj) : error LNK2019: unresolved external symbol __free_dbg referenced in function "void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" (??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z)
C:\Documents and Settings\Major Pigeon\My Documents\Visual Studio Projects\fooManaged\Debug\fooManaged.dll : fatal error LNK1120: 2 unresolved externals

QuestionCompiling native C files in C++/CLI solution Pin
Judah Gabriel Himango8-Mar-06 16:10
sponsorJudah Gabriel Himango8-Mar-06 16:10 
AnswerRe: Compiling native C files in C++/CLI solution Pin
Nemanja Trifunovic9-Mar-06 1:33
Nemanja Trifunovic9-Mar-06 1:33 
GeneralRe: Compiling native C files in C++/CLI solution Pin
Nish Nishant9-Mar-06 2:53
sitebuilderNish Nishant9-Mar-06 2:53 
GeneralRe: Compiling native C files in C++/CLI solution Pin
Nemanja Trifunovic9-Mar-06 3:50
Nemanja Trifunovic9-Mar-06 3:50 
GeneralRe: Compiling native C files in C++/CLI solution Pin
Nish Nishant9-Mar-06 5:25
sitebuilderNish Nishant9-Mar-06 5:25 
GeneralRe: Compiling native C files in C++/CLI solution Pin
Judah Gabriel Himango9-Mar-06 5:04
sponsorJudah Gabriel Himango9-Mar-06 5:04 
GeneralRe: Compiling native C files in C++/CLI solution Pin
Nish Nishant9-Mar-06 5:26
sitebuilderNish Nishant9-Mar-06 5:26 
GeneralRe: Compiling native C files in C++/CLI solution Pin
Judah Gabriel Himango9-Mar-06 5:36
sponsorJudah Gabriel Himango9-Mar-06 5:36 
GeneralRe: Compiling native C files in C++/CLI solution Pin
Judah Gabriel Himango9-Mar-06 5:00
sponsorJudah Gabriel Himango9-Mar-06 5:00 
QuestionConverting CLR String to LPCSTR Pin
Judah Gabriel Himango8-Mar-06 15:49
sponsorJudah Gabriel Himango8-Mar-06 15:49 
AnswerRe: Converting CLR String to LPCSTR Pin
Nish Nishant8-Mar-06 16:02
sitebuilderNish Nishant8-Mar-06 16:02 
GeneralRe: Converting CLR String to LPCSTR Pin
Judah Gabriel Himango8-Mar-06 16:04
sponsorJudah Gabriel Himango8-Mar-06 16:04 
Questionchecking Parallel Port Pin
karanba8-Mar-06 3:39
karanba8-Mar-06 3:39 
AnswerRe: checking Parallel Port Pin
valikac8-Mar-06 11:58
valikac8-Mar-06 11:58 
QuestionHow to read a pdf file using c++ Pin
Allang Garder7-Mar-06 17:13
Allang Garder7-Mar-06 17:13 
AnswerRe: How to read a pdf file using c++ Pin
toxcct7-Mar-06 22:14
toxcct7-Mar-06 22:14 
GeneralRe: How to read a pdf file using c++ Pin
prrusa8-Mar-06 9:14
prrusa8-Mar-06 9: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.