I have created a dll like this:
In my DLL
//MyClassA.h
class MyClassA
{
}
//myClassB.h
class MyClassB
{
}
//myClassC.h
#include "myClassA.h"
#include "myClassB.h"
class __declspec(dllexport) MyClassC
{
MyClassA *aObj;
MyClassB bObj;
}
In my Project that imports the Dll...
Hi
I'm running W95 and would like to install a ODBC connection to an Access database.
In the ODBC windom I can chose a database and all that but the OK button is greyed out so I can never save my choise.
Could anyone help me?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.