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: 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...
- 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 ?
- Wed Oct 10, 2007 4:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DDEConnect
- Replies: 9
- Views: 1989
- Wed Oct 03, 2007 8:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: clipwks , xhb rc14
- Replies: 11
- Views: 3494
- Wed Oct 03, 2007 6:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: clipwks , xhb rc14
- Replies: 11
- Views: 3494
- 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 ...