Old project does not run

Just starting out? Need help? Post your questions and find answers here.
schneider_ms
User
User
Posts: 15
Joined: Fri Mar 12, 2010 8:17 am
Location: Germany Saarland
Contact:

Old project does not run

Post 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
UserOfPure
Enthusiast
Enthusiast
Posts: 469
Joined: Sun Mar 16, 2008 9:18 am

Re: Old project does not run

Post 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.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Old project does not run

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: Old project does not run

Post 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?
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Old project does not run

Post by ts-soft »

schneider_ms
User
User
Posts: 15
Joined: Fri Mar 12, 2010 8:17 am
Location: Germany Saarland
Contact:

Re: Old project does not run

Post by schneider_ms »

OK thank you very much, that was the problem.
Post Reply