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 ...
Search found 6 matches
- 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: 416
- 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: 1580
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 ?
- Wed Oct 10, 2007 4:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DDEConnect
- Replies: 9
- Views: 1576
- Wed Oct 03, 2007 8:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: clipwks , xhb rc14
- Replies: 11
- Views: 3894
- Wed Oct 03, 2007 6:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: clipwks , xhb rc14
- Replies: 11
- Views: 3894
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 "ALERT ...
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 "ALERT ...
- Wed Dec 21, 2005 5:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TListView problem
- Replies: 1
- Views: 899
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 ...
#include "fivewin.ch"
function main()
oWnd := TWindow():New()
oView := TListView():New( 10, 10, {"abc","def"},, oWnd,,,, .t.,, 30, 40, "cMsg" )
oWnd:Activate()
return ( nil ...