Search found 2053 matches: missing

Return to advanced search

Re: Windows 7 / MSVS 2022 Crash

... I have tried to install Visual Studio Community 2022, 2019, 2015 on Windows 7 and all fails. I guess some Visual C redistributables are missing
by Antonio Linares
Mon Apr 10, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 3000

Re: Windows 7 / MSVS 2022 Crash

Dear Tim,

Do you use Total Commander ? If possible doble click your EXE from Total Commander. If there is a missing DLL it will let you know it.

I am installing VirtualBox and Win7 to test it...
by Antonio Linares
Thu Apr 06, 2023 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 3000

Re: how to get "Userdef" EVENT for ACTION

... == WM_POWERBROADCAST         RETURN BROADCAST_QUERY_DENY   ENDCASERETURN ::Super:HandleEvent( nMsg, nWParam, nLParam ) YES, that was the missing part FindReplaceDlgGetOptions( nLParam ) will get "Info" of Dialog in a Array AFTER i press a Button in Dialog          _HMG_FindReplaceOnAction ...
by Jimmy
Thu Mar 30, 2023 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Userdef" EVENT for ACTION
Replies: 5
Views: 395

Re: CLASS TGrid() for FiveWin

hi Antonio, This seems to be missing: c:\BCC7\bin\brc32.exe -r DUALGRID.rc Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Error DUALGRID.rc 34 32: Cannot open file: RES\BOLOV.ICO ...
by Jimmy
Tue Mar 14, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3476

Re: CLASS TGrid() for FiveWin

Dear Jimmy,

This seems to be missing:

c:\BCC7\bin\brc32.exe -r DUALGRID.rc
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.

Error DUALGRID.rc 34 32: Cannot open file: RES\BOLOV.ICO

Please add it to the repo in github, many thanks
by Antonio Linares
Mon Mar 13, 2023 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3476

Re: CLASS TGrid() for FiveWin

... I downloaded the project from GitHub and copied it here: c:\fwh\samples\TGRID-main\. Then I start go.bat. But I get these errors. I think I am missing components here. Can you please describe exactly how to start. Thanks and best regards Otto .\DUALGRID.PRG(4823) Warning W0001  Ambiguous ...
by Otto
Sun Mar 12, 2023 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3476

OpenGL Sample

hi,

i want to run Sample c:\fwh\samples\opengl.prg
but i got Error
Error E2209 opengl.prg 134: Unable to open include file 'GL/glut.h'

can somebody provide missing File :?:
by Jimmy
Sat Feb 25, 2023 5:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenGL Sample
Replies: 2
Views: 306

Re: does Fivewin have a Gradient ComboBox ?

... p.s. This Image show NO Highlight Bar as Mouse is not "over" Listbox-Part of Combobox ... something is missing ... hm
by Jimmy
Wed Feb 15, 2023 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin have a Gradient ComboBox ?
Replies: 7
Views: 496

Re: SUB-CLASS TFolderEx()

... ok, got it c:\fwh64\0\TGRID>hbmk2 DYNOBJ ... : undefined reference to `HB_FUN_DEBUG' hbmk2: Hint: Add input file 'hbmisc.hbc' for missing Harbour function(s): Debug() c:\fwh64\0\TGRID>hbmk2 DYNOBJ -lhbmisc
by Jimmy
Wed Feb 08, 2023 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1176

Re: XBROWSER with SETUP possible?

Dear Hakan,

I have just tested your code and here it is working fine

What is missing there ?
by Antonio Linares
Thu Feb 02, 2023 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER with SETUP possible?
Replies: 4
Views: 321

Re: SUB-CLASS TFolderEx()

... PaintTB() CLASS TFolderDXE...METHOD SetFldColors( oThis, n ) CLASS TFolderDXE... possible Problem missing Constant or missing depend Method (search for "::" Method in paste Text ) when get no more Error change TFolderEx to MYCLASS it should ...
by Jimmy
Thu Feb 02, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1176

HMG to Fivewin

hi, i have a Modul to "control" SumatraPDF "from App" but i got "missing" Function from HMG '_HB_FUN__ISWINDOWDEFINED' '_HB_FUN_GETFORMHANDLE' '_HB_FUN_ENABLEWINDOWREDRAW' '_HB_FUN_TERMINATEPROCESS' '_HB_FUN_ISVALIDWINDOWHANDLE' '_HB_FUN_GETPROPERTY' ...
by Jimmy
Wed Jan 25, 2023 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG to Fivewin
Replies: 0
Views: 254

Conexion FTP TSL

... oFTP DEFAULT cUser:="", cPass:="", nBufSize:=2000 IF EMPTY(cFtpSite) .or. EMPTY(cSource) .or. EMPTY(cTarget) MsgInfo("Missing Parameters"+chr(13)+"Usage: FtpSendFile(cFtpSite, cSource, cTarget, cUser, cPass, nBufSize) ","FtpSendFile()") Return ...
by servicomver
Wed Jan 25, 2023 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conexion FTP TSL
Replies: 7
Views: 834

Re: Conectando FiveWin / xHarbour con ChatGPT OpenAI

... before use it --- i use ChatGPT and ask for CODE when "verify" Answer, using Compiler, i often get "Syntax Error" or "Missing Function" ChatGPT is not a Compiler so ChatGPT does not know Syntax or harbour Function. ChatGPT use a big Database but it does not contain ...
by Jimmy
Wed Jan 18, 2023 6:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectando FiveWin / xHarbour con ChatGPT OpenAI
Replies: 12
Views: 1151

Re: WC_LISTVIEW / "SysListView32" -> Unicode ?

... )  CLASS TWindow   ...   if ::hWnd == 0      WndCreateError( Self )   else      ::Link()   endifreturn nil  Method Link() is missing when not call ::CREATE() so i add it and now it seems to work Question : when TGrid:End() will it "UnLink()" automatic when oTGrid:End() ...
by Jimmy
Mon Jan 16, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WC_LISTVIEW / "SysListView32" -> Unicode ?
Replies: 7
Views: 508
PreviousNext

Return to advanced search