OVH Cloud OVH Cloud

Passing a C# object to MC++

1 réponse
Avatar
getmaheshms
I am trying to pass C# object to MC++ as one of the method Parameter.
I am getting following Fatal error.

fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information

1 réponse

Avatar
Paul Bacelar
La dernière fois que j'ai eut cette erreur, c'est pour avoir oublié les
parenthèses lors de la définition d'un destructeur.

Avec le bout de code, c'est beaucoup plus simple.


--
Paul Bacelar


wrote in message
news:
I am trying to pass C# object to MC++ as one of the method Parameter.
I am getting following Fatal error.

fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information