Visual C++ 7.0 and C#.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I would like to ask, if the app written in MS VC++7.0 can cooperate with a
module written in C#.NET.

If yes, what is needed to do to make it works?

Thanks,

Lubomir
 
Hello Lubomir,

See there http://samples.gotdotnet.com/quickstart/howto/doc/Interop/Interop_Overview.aspx
COM and P/Invokes is your choice


L> I would like to ask, if the app written in MS VC++7.0 can cooperate
L> with a module written in C#.NET.
L>
L> If yes, what is needed to do to make it works?
L>
L> Thanks,
L>
L> Lubomir
L>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top