Search found 1740 matches

by Jimmy
Mon Feb 03, 2025 5:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is this True ?
Replies: 7
Views: 14397

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: 14397

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: 14397

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: 37235

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: 37235

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/
by Jimmy
Mon Jan 27, 2025 10:24 am
Forum: latest AI news
Topic: Using DeepSeek-R1 locally from WebView
Replies: 2
Views: 633

Re: Using DeepSeek-R1 locally from WebView

hi,

i wanted to look at it and use Firefox Browser and got : "WebGPU is not supported
by this browser :("
does it only work using EDGE/WEBVIEW ?
by Jimmy
Wed Jan 22, 2025 10:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 35916

Re: Antonio... FiveTouch posts are gone?

hi Otto,

I have split the DBF memo fields into TXT files, all in one directory. There are 276,748 TXT files. When I now perform a search with

it takes about 50 seconds.

50 Sec. is a long Time !

it is a old Problem when have so many Files in a Directory that it need a long Time to read all ...
by Jimmy
Sun Dec 01, 2024 10:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error with Dll.
Replies: 7
Views: 568

Re: Error with Dll.

hi,
byron.hopp wrote:I get an error MSVCR122.Dll "The code execution cannot proceed because MSVCR120.dll was not found.

if you need MSVCR120.dll (include in Visual C++ Redistributable Packages für Visual Studio 2013)
look here
https://www.microsoft.com/en-us/download/details.aspx?id=40784
by Jimmy
Thu Nov 21, 2024 10:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 5173

Re: xImage doubt

hi,
thx for the link to download WORKSHOP32.RAR :D

i have look inside and have read README.TXT and INSTALL.TXT but confused what to do.

as it are Files for Borland C++ 5.02 i do not understand how to handle it.
it seems Workshop Resource Editor is include in IDE so how to start IDE ?

i have read ...
by Jimmy
Wed Nov 20, 2024 10:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 5173

Re: xImage doubt

hi,
karinha wrote:WORKSHOP.exe from BORLAND is the simplest and easiest to use.
my Problem is that i don´t have WORKSHOP.EXE so i can´t use it.
by Jimmy
Tue Nov 19, 2024 5:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 5173

Re: xImage doubt

hi,
I don't understand Jimmy, what you're asking, is it in PELLESC.exe? In WORKSHOP.exe, you don't need this. WORKSHOP.exe is first line. The best RESOURCE EDITOR on the PLANET.

NO i do NOT have a Resource Editor, I´m using only Fivewin.
But i Have never work with REDEFINE and *.RC before, so i ...
by Jimmy
Mon Nov 18, 2024 3:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 5173

Re: xImage doubt

hi,
alerchster wrote:in front of your rc-file

Code: Select all | Expand

#include "..\include\WinApi.ch"
THX, that include i miss.

but still missing SS_CENTERIMAGE
XIMAGE.RC(11) : error RC2104 : undefined keyword or key name: SS_CENTERIMAGE
which i found in Winuser.H
by Jimmy
Mon Nov 18, 2024 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 5173

Re: xImage doubt

hi,

why do i need to #define all Constant in *.RC
#define DS_MODALFRAME 0x0080
#define WS_POPUP 2147483648
#define WS_VISIBLE 268435456
#define WS_CAPTION 12582912
#define WS_SYSMENU 524288
#define WS_CHILD 1073741824
#define SS_CENTERIMAGE 0x00000200L

DIAPORAMA DIALOG 22, 26, 311, 205
STYLE DS ...
by Jimmy
Mon Nov 18, 2024 2:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 5194

Re: Most powerfull Xbrowser and PDF

hi,
Please try this and provide your feedback
#include "fivewin.ch"
function Main()
local cPath := ".\" // give your path
aDir := DIRECTORY( "*.pdf" )


if use a different Path e.g. "G:\CT\" i need to include it in DIRECTORY(cPath +"*.PDF") else LEN(aDir) is Empty()
by Jimmy
Mon Nov 18, 2024 9:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 5194

Re: Most powerfull Xbrowser and PDF

hi Marc,

i use MOTOOL to create Thumbnails (every Size) from PDF
https://forums.fivetechsupport.com/view ... 01&start=2

you can get MOTOOLS here
https://github.com/ArtifexSoftware/mupdf