Cuando se construye el objeto TWebView si al método New() se le pasa como segundo parámetro oWnd:hWnd, webview se situa sobre esa ventana sin crear una nueva:
... when searching for -lgtstd /usr/bin/ld: cannot find -lgtstd /usr/bin/ld: skipping incompatible /home/pi/fwh/lib/libdebug.a when searching for -ldebug /usr/bin/ld: cannot find -ldebug collect2: ld returned 1 exit status done! compile success. This error---------------------------------------------------------
... methods listed twice, one for the Class header and another for the implementation. Using that, I just found that method BuildProject() was missing lDebug parameter in the Class header :-) Its a great way to check that the Class header methods and the implemented methods names match.
... to create a dummy window (or hide) when I create oTelnet object IF oTelnet = NIL oTelnet := TSocket():New( nPorta ) oTelnet:Connect( cIp ) oTelnet:lDebug := .T. It looked like a small problem but...pain Many thanks guys