I'm working with MS Visual C++ 6 and with DirectX SDK 9.
I've been trying to compile a program, but I allways gtet an error when I compile it.
I've included the DDraw.lib in the project, but it still won't work. This is the line where I recieve the error:
LPDIRECTDRAW7 lpdd = NULL;
And the...
I usually program databases using ADODB.Connections, ADODB.Recordsets and Command objects.
I create the connection and command objects this way (I'm connecting to an Access database):
Set conect = New ADODB.Connection
conect.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" +...
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.