Click here to Skip to main content
16,004,944 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: writing an avi file Pin
George L. Jackson13-Apr-07 17:09
George L. Jackson13-Apr-07 17:09 
QuestionWrapper class Pin
Russell'13-Apr-07 5:25
Russell'13-Apr-07 5:25 
AnswerRe: Wrapper class Pin
Nish Nishant13-Apr-07 5:46
sitebuilderNish Nishant13-Apr-07 5:46 
GeneralRe: Wrapper class Pin
Russell'13-Apr-07 21:31
Russell'13-Apr-07 21:31 
GeneralRe: Wrapper class Pin
Nish Nishant14-Apr-07 1:47
sitebuilderNish Nishant14-Apr-07 1:47 
GeneralRe: Wrapper class Pin
Russell'14-Apr-07 3:23
Russell'14-Apr-07 3:23 
GeneralRe: Wrapper class Pin
Nish Nishant14-Apr-07 3:38
sitebuilderNish Nishant14-Apr-07 3:38 
GeneralRe: Wrapper class Pin
Russell'14-Apr-07 21:22
Russell'14-Apr-07 21:22 
Hi,
the error is LNK2001 in doth cases ('new' and 'delete' operators).
It tells
error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int)" (??2@$$FYAPAXI@Z)
error LNK2001: unresolved external symbol "void __cdecl operator delete(void *)" (??3@$$FYAXPAX@Z)

As you can see the compiler works, the problem is the linker....but i haven't change anything into the settings of the solution: it is a new project (library of classes in C++ NET).
I think that I'm missing some rule that tells that I can't use 'new' and 'delete' into the dll in classes in managed code,...but, if exist, it looks like a very strange rule! : this operators are basically and very important in C++ (managed or unmanaged).
Let me know, thanks




Cheers,
Russell

GeneralRe: Wrapper class Pin
George L. Jackson15-Apr-07 1:28
George L. Jackson15-Apr-07 1:28 
QuestionHow to debug managed code called from unmanaged? Pin
mmfranke13-Apr-07 3:38
mmfranke13-Apr-07 3:38 
AnswerRe: How to debug managed code called from unmanaged? Pin
mmfranke13-Apr-07 9:13
mmfranke13-Apr-07 9:13 
GeneralRe: How to debug managed code called from unmanaged? Pin
Nish Nishant14-Apr-07 1:48
sitebuilderNish Nishant14-Apr-07 1:48 
Questionproperty declaration in Interface Class Pin
The Van Dao13-Apr-07 3:23
The Van Dao13-Apr-07 3:23 
AnswerRe: property declaration in Interface Class [modified] Pin
George L. Jackson13-Apr-07 6:17
George L. Jackson13-Apr-07 6:17 
QuestionVisual Studio 2005 step into does not work Pin
BuckBrown12-Apr-07 6:29
BuckBrown12-Apr-07 6:29 
AnswerRe: Visual Studio 2005 step into does not work Pin
Christian Graus12-Apr-07 13:45
protectorChristian Graus12-Apr-07 13:45 
AnswerRe: Visual Studio 2005 step into does not work Pin
User 58385212-Apr-07 14:12
User 58385212-Apr-07 14:12 
Questiondoubt Pin
Sebastian T Xavier11-Apr-07 20:25
Sebastian T Xavier11-Apr-07 20:25 
AnswerRe: doubt Pin
Nish Nishant12-Apr-07 4:11
sitebuilderNish Nishant12-Apr-07 4:11 
GeneralRe: doubt Pin
George L. Jackson12-Apr-07 9:26
George L. Jackson12-Apr-07 9:26 
AnswerRe: doubt Pin
sthotakura12-Apr-07 13:13
sthotakura12-Apr-07 13:13 
GeneralRe: doubt Pin
Sebastian T Xavier12-Apr-07 20:36
Sebastian T Xavier12-Apr-07 20:36 
QuestionUnmanaged/Managed C++ bridge help? Pin
David Knechtges10-Apr-07 7:21
David Knechtges10-Apr-07 7:21 
AnswerRe: Unmanaged/Managed C++ bridge help? Pin
led mike10-Apr-07 7:37
led mike10-Apr-07 7:37 
GeneralRe: Unmanaged/Managed C++ bridge help? Pin
David Knechtges10-Apr-07 7:43
David Knechtges10-Apr-07 7:43 

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.