Search found 1750 matches

by Jimmy
Tue Apr 08, 2025 6:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10/11 Progressbar
Replies: 16
Views: 1547

Re: Windows 10/11 Progressbar

hi Antonio,

GOT IT working :)
THX for help
by Jimmy
Tue Apr 08, 2025 3:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10/11 Progressbar
Replies: 16
Views: 1547

Re: Windows 10/11 Progressbar

hi Antonio,
THX for your great Help

i got now a Object using
call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
cl -TP -W3 -O2 -c -Ic:\harbour\include -D_WIN64 -D__FLAT__ -Ic:\fwh\include -I"%ProgramFiles(x86)%\Windows Kits"\10\Include\10.0.22621.0 ...
by Jimmy
Tue Apr 08, 2025 12:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10/11 Progressbar
Replies: 16
Views: 1547

Re: Windows 10/11 Progressbar

hi,

i have try it in this line
cl -TP -W3 -O2 -c -I%hdir%\include -D_WIN64 -D__FLAT__ -I%fwdir%\include -I-I"%ProgramFiles(x86)%\Windows Kits"\10\Include\10.0.18362.0\ucrt %1.c

and got missing
[vcvarsall.bat] Environment initialized for: 'x64'
Compiling...
Harbour 3.2.0dev (r2104281802 ...
by Jimmy
Tue Apr 08, 2025 11:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10/11 Progressbar
Replies: 16
Views: 1547

Re: Windows 10/11 Progressbar

hi Antonio,
Antonio Linares wrote: Tue Apr 08, 2025 10:58 am I just built it using FWH\samples\buildh64.bat and adding the flag -TP to cl.exe and worked fine on first try :)
can you please tell me WHERE (which line) you add Flag -TP in buildh64.bat ?
by Jimmy
Tue Apr 08, 2025 10:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10/11 Progressbar
Replies: 16
Views: 1547

Re: Windows 10/11 Progressbar

hi Antonio,
have run Installer again and found Option for C++ Support

now i try to run it and got
c:\fwh64\samples\Iprogress>"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.43.34808\bin\Hostx64\x64\cl.exe" -nologo -c -O2 -W4 -wd4127 /TP /I%hdir%\include pprogres.c ...
by Jimmy
Tue Apr 08, 2025 5:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10/11 Progressbar
Replies: 16
Views: 1547

Re: Windows 10/11 Progressbar

hi.

cl.exe is the C/C++ compiler for Visual Studio.

You have to install Visual Studio Community 2022 with C/C++ support.

https://visualstudio.microsoft.com

i have Visual Studio Community 2022 installed, but there is NO CL.EXE on my PC (search using Everything) ?

do i need a newer Version of ...
by Jimmy
Mon Apr 07, 2025 5:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10/11 Progressbar
Replies: 16
Views: 1547

Re: Windows 10/11 Progressbar

hi Antonio,

Here you have a working example.
To build it go to FWH\samples and modify buildh32.bat this way:

cl.exe -nologo -c -O2 -W4 -wd4127 /TP /I%hdir%\include %1.c

then do: buildh32.bat jimmy

THX for the Sample.

but i have problem to use CL.EXE as i do´nt have a File with that Name

c ...
by Jimmy
Sun Apr 06, 2025 12:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10/11 Progressbar
Replies: 16
Views: 1547

Windows 10/11 Progressbar

hi,

i like to have A Windows 10/11 Progressbar from Windows Shell API, specifically the IProgressDialog interface
Image

but i have no Idea how to use Microsoft.WindowsAPICodePack or use the Windows SDK for it ?
by Jimmy
Thu Mar 20, 2025 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: -xbrowse not run correcly on a touchscreen
Replies: 4
Views: 4895

Re: -xbrowse not run correcly on a touchscreen

hi Silvio,
Silvio.Falconi wrote: Wed Mar 19, 2025 7:53 pm Sorry not run ok here I use a lenovo Ideapad Miix 320 10 inch
did you run the App under Windows 10 ?

have you try Mouse Option : Image
by Jimmy
Tue Mar 18, 2025 5:20 am
Forum: Off Topic / Otros temas
Topic: ShellExecute(), WaitRun() y Simbolo de Sistema
Replies: 3
Views: 3147

Re: ShellExecute(), WaitRun() y Simbolo de Sistema

hi,

try to use | (pipe) instead ">" to redirect output.
by Jimmy
Mon Feb 03, 2025 5:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is this True ?
Replies: 7
Views: 20564

Re: is this True ?

hi,

Harbour apps are real apps that use pcode (not tokens) but they are true executables.

Who has said that, has a very little idea of virtual machines... :)


https://github.com/dmajkic/harbour-core/blob/master/doc/pcode.txt

now i understand a little more how harbour/PCODE work.

what is the ...
by Jimmy
Mon Feb 03, 2025 3:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is this True ?
Replies: 7
Views: 20564

Re: is this True ?

hi,

the man answers :
https://www.xbaseforum.de/viewtopic.php?t=236&start=3 ( ramses 03 Feb 2025, 12:58, start from last Msg )
This contains tokens at the beginning of the file which are then processed and interpreted at runtime.
i can not believe this.
by Jimmy
Mon Feb 03, 2025 11:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: is this True ?
Replies: 7
Views: 20564

is this True ?

hi,

i have read somewhere that harbour Programm are :
And then the programs generated with it are just programs with tokens that are interpreted at runtime, not even real, linked programs.
by Jimmy
Mon Jan 27, 2025 10:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 44043

Re: new Class TDeepSeek in next FWH 24.12

hi,
Antonio Linares wrote: Mon Jan 27, 2025 3:35 pm The URL I provided works fine here
i have read that DeepSeek Website was hacked so that might be the Reason why i can´t connect to the Website.
by Jimmy
Mon Jan 27, 2025 1:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 44043

Re: new Class TDeepSeek in next FWH 24.12

hi,
Antonio Linares wrote: Wed Jan 22, 2025 5:40 pm https://platform.deepseek.com/ to pay five USD using PayPal
NOT FOUND 404
use this instead
https://www.deepseek.com/