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

Managed C++/CLI

 
AnswerRe: Make executable file Pin
led mike5-Sep-06 6:28
led mike5-Sep-06 6:28 
QuestionGDI+ DrawPie problem? Bugs? Pin
moonreflection20005-Sep-06 5:23
moonreflection20005-Sep-06 5:23 
AnswerRe: GDI+ DrawPie problem? Bugs? Pin
Jun Du5-Sep-06 13:55
Jun Du5-Sep-06 13:55 
GeneralRe: GDI+ DrawPie problem? Bugs? Pin
moonreflection20006-Sep-06 10:17
moonreflection20006-Sep-06 10:17 
GeneralRe: GDI+ DrawPie problem? Bugs? Pin
Jun Du6-Sep-06 10:39
Jun Du6-Sep-06 10:39 
Questioncalling managed code from unmanaged code (vc6) Pin
Dragan Matic5-Sep-06 1:24
Dragan Matic5-Sep-06 1:24 
AnswerRe: calling managed code from unmanaged code (vc6) Pin
led mike5-Sep-06 9:50
led mike5-Sep-06 9:50 
GeneralRe: calling managed code from unmanaged code (vc6) Pin
Dragan Matic5-Sep-06 21:56
Dragan Matic5-Sep-06 21:56 
led mike wrote:
VC6 has no support for the .NET platform (managed code), you must use later compiler.


I know that, but it was my understanding that functions prefixed with extern "C" will be visible (and callable) as simple C functions. I expected to be able to call them as any other dll that exports some functions and structures.

led mike wrote:
And you compile Cobal with VC6?

No, actually the application we have is an old cobol application now largely extended and partly replaced with code written in VC6. Cobol can call VC6 dlls, so I thought it could also call dlls written in VS2005 - as long as the functions are exported with extern "C" prefixes. When I didn't succeed in that, I tried to call a dll from program written with VC6 only to find that is not possible, too.
GeneralRe: calling managed code from unmanaged code (vc6) Pin
led mike6-Sep-06 5:16
led mike6-Sep-06 5:16 
QuestionIcon information?? Pin
Sgg2453-Sep-06 19:12
Sgg2453-Sep-06 19:12 
AnswerRe: Icon information?? [modified] Pin
WillemM4-Sep-06 5:29
WillemM4-Sep-06 5:29 
Questionwhat is the implementation? Pin
robeelyn2-Sep-06 5:02
robeelyn2-Sep-06 5:02 
AnswerRe: what is the implementation? Pin
Jun Du2-Sep-06 5:44
Jun Du2-Sep-06 5:44 
GeneralRe: what is the implementation? Pin
bryce20-Sep-06 19:22
bryce20-Sep-06 19:22 
QuestionTricky bug in a VC 8.0 compiler (preprocessor) [modified] Pin
FilipStrugar1-Sep-06 15:32
FilipStrugar1-Sep-06 15:32 
AnswerRe: Tricky bug in a VC 8.0 compiler (preprocessor) Pin
FilipStrugar2-Sep-06 12:07
FilipStrugar2-Sep-06 12:07 
Questiongmtime on WinCE giving local time Pin
dummy80831-Aug-06 18:10
dummy80831-Aug-06 18:10 
QuestionDeclaring a String object as an automatic variable Pin
juju_hli31-Aug-06 8:41
juju_hli31-Aug-06 8:41 
AnswerRe: Declaring a String object as an automatic variable Pin
Nish Nishant31-Aug-06 9:00
sitebuilderNish Nishant31-Aug-06 9:00 
GeneralRe: Declaring a String object as an automatic variable Pin
juju_hli31-Aug-06 9:03
juju_hli31-Aug-06 9:03 
QuestionHow to combine all emls into a dbx via programming Pin
Parshant Verma30-Aug-06 2:24
Parshant Verma30-Aug-06 2:24 
QuestionSelecting an item in listview via windows api. Pin
Marco225030-Aug-06 2:16
Marco225030-Aug-06 2:16 
QuestionGetting Icon information from which application is run Pin
Sgg24530-Aug-06 0:14
Sgg24530-Aug-06 0:14 
AnswerRe: Getting Icon information from which application is run Pin
Milton Karimbekallil1-Sep-06 2:21
Milton Karimbekallil1-Sep-06 2:21 
QuestionDifference b/w #include and #import? Pin
Vikas_Yadav28-Aug-06 21:41
Vikas_Yadav28-Aug-06 21:41 

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.