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

Managed C++/CLI

 
GeneralRe: Switch Error Pin
toxcct12-Jul-05 1:55
toxcct12-Jul-05 1:55 
GeneralRe: Switch Error Pin
Saksida Bojan12-Jul-05 5:23
Saksida Bojan12-Jul-05 5:23 
GeneralRe: Switch Error Pin
gecool10-Aug-05 22:30
gecool10-Aug-05 22:30 
GeneralRe: Switch Error Pin
Saksida Bojan13-Aug-05 1:12
Saksida Bojan13-Aug-05 1:12 
Generalpass an ADO Recordset from managed to unmanaged code Pin
solomon_ti11-Jul-05 19:29
solomon_ti11-Jul-05 19:29 
GeneralCalling unmanaged c++ dll's and lib's into c# using visual studio 2005 beta Pin
Member 211071711-Jul-05 16:36
Member 211071711-Jul-05 16:36 
Generalusing a MFC DLL in C++ .Net Pin
Anonymous11-Jul-05 0:05
Anonymous11-Jul-05 0:05 
GeneralRe: using a MFC DLL in C++ .Net Pin
ursus zeta12-Jul-05 11:30
ursus zeta12-Jul-05 11:30 
That unresolved external symbol is pretty common; and generally, it means that you somehow failed to reference whatever it was (DLL), or failed to link to the LIB file.
In this case, since you are importing an unmanaged function into a managed .NET project, you must use the System::Runtime::InteropServices namespace and the DLLImport attribute preceeding the function declaration.
This explains and shows the correct syntax:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemruntimeinteropservicesdllimportattributeclasstopic.asp[^]
GeneralRe: using a MFC DLL in C++ .Net Pin
Anonymous12-Jul-05 21:38
Anonymous12-Jul-05 21:38 
GeneralRe: using a MFC DLL in C++ .Net Pin
ursus zeta17-Jul-05 13:50
ursus zeta17-Jul-05 13:50 
GeneralUsi Pin
Anonymous11-Jul-05 0:04
Anonymous11-Jul-05 0:04 
QuestionHow to make installer Pin
saifi_hazarvi10-Jul-05 20:30
saifi_hazarvi10-Jul-05 20:30 
Generalhelp needed adding com components with idl Pin
arusmemon8-Jul-05 20:41
arusmemon8-Jul-05 20:41 
GeneralRe: help needed adding com components with idl Pin
ursus zeta9-Jul-05 10:25
ursus zeta9-Jul-05 10:25 
Generalcannot pass a __delegate ptr to a C++ function Pin
glutz8-Jul-05 11:32
glutz8-Jul-05 11:32 
GeneralRe: cannot pass a __delegate ptr to a C++ function Pin
glutz8-Jul-05 13:54
glutz8-Jul-05 13:54 
GeneralRe: cannot pass a __delegate ptr to a C++ function Pin
Sheng Jiang 蒋晟10-Jul-05 13:59
Sheng Jiang 蒋晟10-Jul-05 13:59 
GeneralPassing callback params to an unmanaged DLL (written in C++) Pin
Glutz78bb7-Jul-05 7:06
Glutz78bb7-Jul-05 7:06 
QuestionHow to Convert VC# code to MC++ Pin
meetsukant7-Jul-05 0:21
meetsukant7-Jul-05 0:21 
AnswerRe: How to Convert VC# code to MC++ Pin
Christian Graus7-Jul-05 2:01
protectorChristian Graus7-Jul-05 2:01 
General.NET and c++ Pin
lemccain7-Jul-05 0:17
lemccain7-Jul-05 0:17 
GeneralRe: .NET and c++ Pin
Christian Graus7-Jul-05 2:04
protectorChristian Graus7-Jul-05 2:04 
GeneralRe: .NET and c++ Pin
Anonymous7-Jul-05 9:06
Anonymous7-Jul-05 9:06 
QuestionHow do you create a folder? Pin
Lagwagon566-Jul-05 7:37
Lagwagon566-Jul-05 7:37 
AnswerRe: How do you create a folder? Pin
Christian Graus6-Jul-05 11:18
protectorChristian Graus6-Jul-05 11:18 

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.