I want to start a new thread about this topic because the old one is getting confusing.
I do not succeed trying to create the sample program 'webview.prg' which I found in FWH 22.10.
The linking process terminates with following messages:
- Code: Select all Expand view
- Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_WEBVIEW_CREATE' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_NAVIGATE' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_SETHTML' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_RUN' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_EVAL' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_INIT' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_GETWINDOW' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_UNBIND' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_SETTITLE' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_SETSIZE' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_SETUSERAGENT' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_TERMINATE' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WV_SENDTOFWH' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_BIND' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW_DESTROY' referenced from C:\ENTW\FWH22\SAMPLES\TWEBVIEW.OBJ
Is this because of my FHW version or am I doing something wrong?
Kind regards,
Detlef