Search found 55 matches

by MichaelMo
Mon Dec 09, 2019 5:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors with September 2019, BCC7 and Harbour
Replies: 3
Views: 362

Re: Link errors with September 2019, BCC7 and Harbour

Thank you for your prompt help (as always). That worked.

Unfortunately however, I'm now getting the following run time error inside of a simple error box:

"truename not finished"

It's generating an error in the TDATABASE:_CFILE and it's being called from TDATABASE:SETAREA(458)
by MichaelMo
Mon Dec 09, 2019 4:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors with September 2019, BCC7 and Harbour
Replies: 3
Views: 362

Link errors with September 2019, BCC7 and Harbour

I just got the new FWH libraries for September 2019, but when I try to compile and link my program, I'm now getting the following 2 link errors: Error: Unresolved external '_hb_strAtI' referenced from C:\FWH\LIB\FIVEH.LIB|VSTRFUN1 Error: Unresolved external '_HB_FUN_HB_TSTOUTC' referenced from C:\FW...
by MichaelMo
Thu Nov 10, 2016 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Warning: truename not finished - Base44 TDatabase:cfile
Replies: 3
Views: 608

Re: Warning: truename not finished - Base44 TDatabase:cfile

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33156&p=195345#p195345 Thanks for all your help by the way. I did install the latest copy of Harbour, but I also downloaded and installed the zip file that you suggested to try it again anyway. No joy. FYI, I can compile the exact same c...
by MichaelMo
Thu Nov 10, 2016 4:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Link Errors
Replies: 9
Views: 1924

Re: Link Errors

nageswaragunupudi wrote:TrueName() is a function.
If so, it's one that I'm never calling directly. The offending code looks like this:

use ars_data new

if (!neterr())

set index to ars_com, ars_acc
DATABASE oDbfParent

endif
by MichaelMo
Thu Nov 10, 2016 4:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: Warning: truename not finished - Base44 TDatabase:cfile
Replies: 3
Views: 608

Warning: truename not finished - Base44 TDatabase:cfile

After upgrading to the October 2016 version, I'm now getting a warning message related to TDatabases: I'm first getting a basic warning box when I'm trying to access DBF/NTX files that says "truename not finished", and then I'm getting the following error: from start: 0 hours 3 mins 37 sec...
by MichaelMo
Thu Nov 10, 2016 4:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Link Errors
Replies: 9
Views: 1924

Re: Link Errors

Well, apparently addiing hbxpp.lib to the list of harbour libs took care of that GetCurrentDirectory problem, but...... The application now compiles just fine, but when I try to open up a TDatabase file, I'm getting a Warning box that pops up that says: Warning: Truename not finished I then get an e...
by MichaelMo
Thu Nov 10, 2016 3:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Link Errors
Replies: 9
Views: 1924

Re: Link Errors

Thanks for everyone's help by the way. Sorry for not responding sooner, but I've been a bit preoccupied. I went through the buildh file list of various libs and I added a number of missing libs for Fivewin, Harbour, and Borland. That took care of 12 of the 13 missing references, but I'm still gettin...
by MichaelMo
Tue Nov 08, 2016 6:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Link Errors
Replies: 9
Views: 1924

Link Errors

I'm upgrading from a very old copy of Fivewin/Harbour to the October 16th version. The application seems to compile just fine in Harbour 3.2, the new version of FWH and BCC7, but I'm getting the following link error when I try to compile. What am I missing? Turbo Incremental Link 6.70 Copyright (c) ...
by MichaelMo
Fri Oct 18, 2013 7:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: UEstudio link problem
Replies: 2
Views: 665

Re: UEstudio link problem

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27433 Doh! I should have read the appropriate threads first. Under UEStudio I just went to Build->Select Compiler and I added png.lib and hbzlib.lib to the Harbor application make file, and it resolved the issue. Thanks for the appropriate ad...
by MichaelMo
Fri Oct 18, 2013 6:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: UEstudio link problem
Replies: 2
Views: 665

UEstudio link problem

I'm upgrading to 13.8. So far I can compile the various modules via UEStudio, but when I get to the link routine, I get the following unresolved external errors: --------------------Configuration: OCW - Debug-------------------- Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unre...
by MichaelMo
Mon Feb 01, 2010 5:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.1
Replies: 18
Views: 4288

Re: New FWH 10.1

FYI Antonio... I noticed that the compiler options in UEStudio still default to using the hbw32.lib references in the default .mak file for harbour 2.0. That file has been renamed to hbwin.lib in Harbour 2.0. It's no big deal because I can change the default mak file, but when you have nothing bette...
by MichaelMo
Thu Jan 21, 2010 10:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error With Harbour 2.0 Upgrade
Replies: 2
Views: 449

Re: Compile Error With Harbour 2.0 Upgrade

Bump...

Is anyone currently using the Harbour 2.0 libraries with Fivewin?
by MichaelMo
Tue Jan 19, 2010 9:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error With Harbour 2.0 Upgrade
Replies: 2
Views: 449

Compile Error With Harbour 2.0 Upgrade

I installed Harbour 2.0 on my computer today with the intent of upgrading Harbour, but I'm wondering if I also need an update for Fivewin? I renamed the hb20 directories so that I am using all the same compile options as before. I did change the .rmk file to use the hbwin.lib rather than the hbw32.l...
by MichaelMo
Thu Jan 14, 2010 8:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: I'm looking for some advice/suggestions.
Replies: 6
Views: 1103

I'm looking for some advice/suggestions.

I'd like to upgrade my application from a DBF file structure to an SQL oriented file structure this year, but I'd like to complicate things by keeping it as close to cross platform compatible as possible. My current applications runs on Harbour 1.1 (soon to be upgraded to 2.0) with a January 09 vers...
by MichaelMo
Sat Dec 26, 2009 11:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Beginners Error With ADO (Harbour)
Replies: 6
Views: 1188

Re: Beginners Error With ADO (Harbour)

FYI, I was able to work around the problem, and convert the data I was after by calling a recnumber() function and using a while loop to make sure it never tried to skip past the last record. I'd still like to make sure I'm using the current libs.