FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Database.prg problem w/ MSVC libs
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Database.prg problem w/ MSVC libs
Posted: Tue Nov 20, 2012 04:58 PM

Antonio,

I am using the FWH build you sent me after 12.09 was released !

I have just discovered a new problem with Database.prg ( tDatabase class ) line 858 is returning an error "Argument error DBSEEK" error DBCMD/1001.

This works fine with my xHarbour build, but the exact same program with Harbour and MSVC ( FW 12.09 ) gets the error.

This is a recent problem, likely with the build you sent me.

Can you provide a solution ?

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Database.prg problem w/ MSVC libs
Posted: Wed Nov 21, 2012 06:32 AM

Tim,

Please copy the error.log here, thanks

Please try this change in line 858:

  lFound = ( ::nArea )->( DbSeek( uExpr, If( lSoft, .T., nil ) ) )
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Database.prg problem w/ MSVC libs
Posted: Wed Nov 21, 2012 05:23 PM

Disregard ... the problem is elsewhere in the code, and its a problem we never resolved with the Codejock implementation and MSVC. I will do a different thread.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion