G
Guest
I need to pass a reference of a managed object to a function (bar). I
believe the syntax is correct. When I build the project, a message box with
the title "Microsoft (R) C/C++ Optimizing Compiler" displays indicating that
a GPF has occurred.
Is this a compiler bug?
Sample Code:
class foo
{
....
bool bar(System:ata:ataSet^% ResultSet);
};
believe the syntax is correct. When I build the project, a message box with
the title "Microsoft (R) C/C++ Optimizing Compiler" displays indicating that
a GPF has occurred.
Is this a compiler bug?
Sample Code:
class foo
{
....
bool bar(System:ata:ataSet^% ResultSet);
};