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

Managed C++/CLI

 
GeneralRe: c++ Pin
Sascha Lefèvre25-Jul-15 12:39
professionalSascha Lefèvre25-Jul-15 12:39 
QuestionRe: c++ Pin
Paul Conrad13-Oct-15 7:20
professionalPaul Conrad13-Oct-15 7:20 
Questionc++ Pin
Member 1184600721-Jul-15 21:19
Member 1184600721-Jul-15 21:19 
GeneralRe: c++ Pin
Richard MacCutchan21-Jul-15 21:54
mveRichard MacCutchan21-Jul-15 21:54 
AnswerRe: c++ Pin
den2k8821-Jul-15 22:02
professionalden2k8821-Jul-15 22:02 
RantRe: c++ Pin
Richard Deeming22-Jul-15 1:22
mveRichard Deeming22-Jul-15 1:22 
QuestionAdd a dll file to using VC++ and use its functions Pin
ktnk19-Jul-15 3:03
ktnk19-Jul-15 3:03 
AnswerRe: Add a dll file to using VC++ and use its functions Pin
Richard Andrew x6419-Jul-15 6:00
professionalRichard Andrew x6419-Jul-15 6:00 
The error message is telling you the reason. The DLL created in VC6 is not a .NET assembly.

If you want to use it in your project, you will have to use P/Invoke.

EDIT:

Since this is the C++/CLI forum, I forgot to mention that you can also call the DLL functions directly from C++. But there is no way to add it as a .NET reference.

The difficult we do right away...
...the impossible takes slightly longer.


modified 19-Jul-15 14:16pm.

Questionc++ Pin
Member 1184600718-Jul-15 1:47
Member 1184600718-Jul-15 1:47 
AnswerRe: c++ Pin
OriginalGriff18-Jul-15 1:49
mveOriginalGriff18-Jul-15 1:49 
QuestionIs C++/CLI also open source with the new open source .Net? Pin
vickoza17-Jul-15 3:56
vickoza17-Jul-15 3:56 
AnswerRe: Is C++/CLI also open source with the new open source .Net? Pin
John Schroedl17-Jul-15 8:39
professionalJohn Schroedl17-Jul-15 8:39 
AnswerRe: Is C++/CLI also open source with the new open source .Net? Pin
Wes Aday17-Jul-15 10:09
professionalWes Aday17-Jul-15 10:09 
GeneralRe: Is C++/CLI also open source with the new open source .Net? Pin
Richard Deeming20-Jul-15 7:09
mveRichard Deeming20-Jul-15 7:09 
GeneralRe: Is C++/CLI also open source with the new open source .Net? Pin
Wes Aday20-Jul-15 8:03
professionalWes Aday20-Jul-15 8:03 
QuestionIs there any change to C++\CLI is Visual Studios 2012 and beyond? Pin
vickoza13-Jul-15 8:40
vickoza13-Jul-15 8:40 
AnswerRe: Is there any change to C++\CLI is Visual Studios 2012 and beyond? Pin
Richard MacCutchan13-Jul-15 22:18
mveRichard MacCutchan13-Jul-15 22:18 
Questiondelete all label in windows form CLI Pin
TheCaptain1012-Jul-15 0:45
TheCaptain1012-Jul-15 0:45 
AnswerRe: delete all label in windows form CLI Pin
Richard MacCutchan12-Jul-15 1:19
mveRichard MacCutchan12-Jul-15 1:19 
GeneralRe: delete all label in windows form CLI Pin
TheCaptain1012-Jul-15 2:35
TheCaptain1012-Jul-15 2:35 
GeneralRe: delete all label in windows form CLI Pin
Richard MacCutchan12-Jul-15 5:59
mveRichard MacCutchan12-Jul-15 5:59 
GeneralRe: delete all label in windows form CLI Pin
TheCaptain1012-Jul-15 7:48
TheCaptain1012-Jul-15 7:48 
GeneralRe: delete all label in windows form CLI Pin
Richard MacCutchan12-Jul-15 22:11
mveRichard MacCutchan12-Jul-15 22:11 
GeneralRe: delete all label in windows form CLI Pin
TheCaptain1012-Jul-15 23:11
TheCaptain1012-Jul-15 23:11 
GeneralRe: delete all label in windows form CLI Pin
Richard MacCutchan12-Jul-15 23:17
mveRichard MacCutchan12-Jul-15 23:17 

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.