R
RYoung
Hi all,
Using VC Express Beta 2,
Just a simple class so far cause I can't get past this error:
error C3861: 'CoInitialize': identifier not found
public ref class Class1
{
public:
Class1()
{
CoInitialize( NULL );
}
};
Thats it.
Any help is appreciated,
Ron
Using VC Express Beta 2,
Just a simple class so far cause I can't get past this error:
error C3861: 'CoInitialize': identifier not found
public ref class Class1
{
public:
Class1()
{
CoInitialize( NULL );
}
};
Thats it.
Any help is appreciated,
Ron