Page 1 of 1

Old project does not run

Posted: Fri Mar 12, 2010 8:24 am
by schneider_ms
I have a project that was built with an early version of pure basic (year 2004 or earlier). The vb file says version 3.90.
If I want to run this program the compiler says:
DBDoQuery is not a function, macro etc..
The same message for DBFieldValue, DBRowCount and all other database functions.
Can someone tell me how I can run this program with the old version of pure basic without rewriting all database functions?

best regards
Markus

Re: Old project does not run

Posted: Fri Mar 12, 2010 8:46 am
by UserOfPure
schneider_ms wrote:Can someone tell me how I can run this program with the old version of pure basic without rewriting all database functions?
Nope, because you've given us nothing to work with.

Re: Old project does not run

Posted: Fri Mar 12, 2010 8:53 am
by gnozal
schneider_ms wrote:DBDoQuery is not a function, macro etc..
This never was a purebasic function...
Looks like you are using some user library ?
Google search for DBDoQuery + Purebasic : http://purebasic.info/phpBB2/viewtopic.php?p=6239 -> DBView userlib.
Try compiling your source with this library and PB3.9x.

Re: Old project does not run

Posted: Fri Mar 12, 2010 4:43 pm
by Rook Zimbabwe
My bad Russian hath determined this MAY be from DBView.dll

There are many new tools for DBase in PB... what are you trying to do?

Re: Old project does not run

Posted: Fri Mar 12, 2010 9:02 pm
by ts-soft

Re: Old project does not run

Posted: Sun Mar 14, 2010 4:27 pm
by schneider_ms
OK thank you very much, that was the problem.