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

Managed C++/CLI

 
GeneralRe: Either that or... Pin
N a v a n e e t h8-Oct-09 16:54
N a v a n e e t h8-Oct-09 16:54 
GeneralRe: Either that or... Pin
Fenix29-Oct-09 14:17
Fenix29-Oct-09 14:17 
GeneralRe: Either that or... Pin
Richard MacCutchan9-Oct-09 23:24
mveRichard MacCutchan9-Oct-09 23:24 
QuestionGetting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
Cracked-Down7-Oct-09 21:27
Cracked-Down7-Oct-09 21:27 
AnswerRe: Getting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
KarstenK7-Oct-09 22:21
mveKarstenK7-Oct-09 22:21 
AnswerRe: Getting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
N a v a n e e t h7-Oct-09 22:31
N a v a n e e t h7-Oct-09 22:31 
GeneralRe: Getting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
Cracked-Down7-Oct-09 22:39
Cracked-Down7-Oct-09 22:39 
GeneralRe: Getting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
N a v a n e e t h7-Oct-09 22:52
N a v a n e e t h7-Oct-09 22:52 
If you have VS, don't do command compilation. I never came across a situation where VS recommended old syntax. If you need to create a fully managed assembly, choose Class Library project type. Use new syntax and compile using /clr:safe.

if you need to communicate with native libraries, compile with /clr switch which will produce mixed assemblies. Since you have VS IDE, best option is to use it to compile rather than doing through command. VS does things like manifest embedding automatically.


GeneralRe: Getting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
Cracked-Down7-Oct-09 23:24
Cracked-Down7-Oct-09 23:24 
GeneralRe: Getting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
N a v a n e e t h7-Oct-09 23:41
N a v a n e e t h7-Oct-09 23:41 
AnswerRe: Getting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
Cracked-Down7-Oct-09 23:19
Cracked-Down7-Oct-09 23:19 
QuestionHow do I get Image_click to work more than once? Pin
Fenix26-Oct-09 16:27
Fenix26-Oct-09 16:27 
AnswerRe: How do I get Image_click to work more than once? Pin
N a v a n e e t h6-Oct-09 17:17
N a v a n e e t h6-Oct-09 17:17 
GeneralRe: How do I get Image_click to work more than once? Pin
Fenix27-Oct-09 1:42
Fenix27-Oct-09 1:42 
GeneralRe: How do I get Image_click to work more than once? Pin
Richard MacCutchan7-Oct-09 4:17
mveRichard MacCutchan7-Oct-09 4:17 
GeneralRe: How do I get Image_click to work more than once? Pin
N a v a n e e t h7-Oct-09 5:06
N a v a n e e t h7-Oct-09 5:06 
GeneralRe: How do I get Image_click to work more than once? Pin
Richard MacCutchan7-Oct-09 6:57
mveRichard MacCutchan7-Oct-09 6:57 
AnswerRe: How do I get Image_click to work more than once? Pin
Luc Pattyn7-Oct-09 8:34
sitebuilderLuc Pattyn7-Oct-09 8:34 
GeneralRe: How do I get Image_click to work more than once? Pin
Fenix27-Oct-09 14:44
Fenix27-Oct-09 14:44 
GeneralRe: How do I get Image_click to work more than once? Pin
Luc Pattyn7-Oct-09 14:47
sitebuilderLuc Pattyn7-Oct-09 14:47 
GeneralRe: How do I get Image_click to work more than once? Pin
Fenix27-Oct-09 15:28
Fenix27-Oct-09 15:28 
AnswerRe: How do I get Image_click to work more than once? Pin
Richard MacCutchan7-Oct-09 22:47
mveRichard MacCutchan7-Oct-09 22:47 
GeneralRe: How do I get Image_click to work more than once? Pin
Fenix27-Oct-09 23:28
Fenix27-Oct-09 23:28 
QuestionWhats a natural successor to the COM object? Pin
Ger Hayden6-Oct-09 11:12
Ger Hayden6-Oct-09 11:12 
AnswerRe: Whats a natural successor to the COM object? Pin
N a v a n e e t h6-Oct-09 17:21
N a v a n e e t h6-Oct-09 17:21 

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.