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
Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
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
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
<getmaheshms@gmail.com> wrote in message
news:1109919822.581703.39590@o13g2000cwo.googlegroups.com...
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
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