dreamer92
April 12th, 2004, 01:41 PM
Hi ,
I meet some difficulties with C++.Net , the framework don't accept when i write this a very basic function :
void Fonction(DataRow * ptr);
The framework dont accept because it says that my class is not managed class . I tryed to add __gc before my class name , but the rest didn't work.( __gc don't work for a generic class).
THE REAL PROBLEM IS VC++.NET DON'T ACCEPT FUNCTION DECLARATION WITH MANAGED PARAMETERS confused:
If Someone know the problem , i really thank you , if he can help me. ::wave:
my mail :davidzenou@hotmail.com
I meet some difficulties with C++.Net , the framework don't accept when i write this a very basic function :
void Fonction(DataRow * ptr);
The framework dont accept because it says that my class is not managed class . I tryed to add __gc before my class name , but the rest didn't work.( __gc don't work for a generic class).
THE REAL PROBLEM IS VC++.NET DON'T ACCEPT FUNCTION DECLARATION WITH MANAGED PARAMETERS confused:
If Someone know the problem , i really thank you , if he can help me. ::wave:
my mail :davidzenou@hotmail.com