Search found 6 matches

by dionie
Tue Dec 29, 2009 6:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: getting unresolved external using fwh 1109 and xhb 1109
Replies: 1
Views: 382

getting unresolved external using fwh 1109 and xhb 1109

Below are the externals still unresolved even after linking xhb2.obj as specified in another thread. Thanks in advance for the help. xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA referenced from Fivehcm.lib(RICHEDIT.obj)'. xLINK: error: Unresolved external symbol '_GetFileVersionInfo...
by dionie
Tue Dec 29, 2009 6:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fivehcm.lib and compatible with xhb.com April-2009?
Replies: 7
Views: 1529

Re: fivehcm.lib and compatible with xhb.com April-2009?

Shouldn't this be added to fivehcm.lib Nov 09 build as this seems to have been determined as a problem way back in April ?
by dionie
Wed Oct 10, 2007 4:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DDEConnect
Replies: 9
Views: 1989

Getting the same DDE related unresolved externals when linking with xHB commercial (latest) with FWH latest.
by dionie
Wed Oct 03, 2007 8:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: clipwks , xhb rc14
Replies: 11
Views: 3494

But I don't have ALERT.PRG on any of my linked source files. However, I found it referenced in fiveh.lib, fivehm.lib, fivehmx.lib and fivehx.lib. Could these be what's causing this problem ? Dionie, > "ALERT.PRG was compiled by older version, PCODE is no longer supported, please recompile"...
by dionie
Wed Oct 03, 2007 6:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: clipwks , xhb rc14
Replies: 11
Views: 3494

Antonio, Been having the hb_stack problem also with the FWH we just upgraded/downloaded last week. Previously, we were using FWH 06/05 build and xHarbour (bcc) 10/05 build. After adding the code below, the application does build but when executed, an unrecoverable error (9000) popup dialog "ALE...
by dionie
Wed Dec 21, 2005 5:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TListView problem
Replies: 1
Views: 850

TListView problem

I have tried the following: #include "fivewin.ch" function main() oWnd := TWindow():New() oView := TListView():New( 10, 10, {"abc","def"},, oWnd,,,, .t.,, 30, 40, "cMsg" ) oWnd:Activate() return ( nil ) But somehow, can not see anything for the list view. Can ...