FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TnewsServer anywhere?
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
TnewsServer anywhere?
Posted: Sun Oct 17, 2010 03:56 PM

Hi.

I'm trying to build some of the samples on /samples directory. TestNews.prg is not building. I'm getting this error message:
Unresolved external '_HB_FUN_TNEWSSERVER'

/samples/trees/testtree is not working -it yields an error: "The application or DLL testtree.dll is not a valid windows image..."

/samples/brwcolor builds ok, but it aborts with a runtime error.

/samples/cgallego builds ok, but it won't execute: "Module pcodedl2.prg" was copile into PCODE version :9..."

and btw- is there any way I can see any new sample? --they all have the same date-time stamp.

--Or perhaps there is a list of classes with the date they were added?

--how about a list of each sample and what it is about?

Thank you,

Reinaldo.

Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: TnewsServer anywhere?
Posted: Sun Oct 17, 2010 06:28 PM

Reinaldo

inside /sources/classes

Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Re: TnewsServer anywhere?
Posted: Sun Oct 17, 2010 06:32 PM

It seems like it is not included in fivehx.lib. Is there a reason for that? Should I tlib the class into fivehx.lib manually? Notice that /samples/testnews.prg will not build otherwise.

Reinaldo.

Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Re: TnewsServer anywhere?
Posted: Sun Oct 17, 2010 06:39 PM

Daniel;

I added tNewssrv.obj as well as tnewsinst.obj to fivehx.lib in order to build testnews.prg. But now I get a whole lot of unresolved externals:

_HB_FUNC_DATEGMT
_HB_FUNC_RECLOCK
_HB_FUN_RECUNLOCK
_HB_FUN_V_MEMOGET
_HB_FUN_V_FILE2VLF
_HB_FUN_V_REPLACE
_HB_FUN_V_MEMOPUT
_HB_FUN_V_VLF2FILE
_HB_FUN_WINUSER
...

Can you help?

Thank you,

Reinaldo.

Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: TnewsServer anywhere?
Posted: Sun Oct 17, 2010 06:58 PM

Reinaldo

thinks are a discontinued class, i dont know about those function sorry

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: TnewsServer anywhere?
Posted: Tue Oct 19, 2010 02:15 PM

Reinaldo,

It appears that these are FlexFile functions.

See: fwh\source\classes\tnewsins.prg line 681 of FWH version 10.9.

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Re: TnewsServer anywhere?
Posted: Tue Oct 19, 2010 03:28 PM

You can probably use those functions in xHarbour.com professional.

Continue the discussion