Search found 1189 matches

by Jimmy
Thu Nov 21, 2024 10:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 3989

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

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

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

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

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

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

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
by Jimmy
Wed Oct 16, 2024 3:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 873

Re: a math formula

hi Silvio,
i have ask ChatGPT and got this Answer :
To create a formula that accurately calculates nInitialBet based on nFixedProfit or nFixedUse, we need to account for the specific ranges and values you provided. Your current formula doesn’t seem to handle the step changes correctly. Let’s refine ...
by Jimmy
Mon Oct 14, 2024 9:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2631

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,

i have try other Setting but there is NO "hrb.rsp" on my PC :shock:

here is DRXLS.PRG which i use for test (from this thread https://forums.fivetechsupport.com/viewtopic.php?t=44903&start=5 )
#include "fivewin.ch"
REQUEST DBFCDX
REQUEST DRXLSX

function Main()

UseDrXlsx( .t ...
by Jimmy
Mon Oct 14, 2024 8:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2631

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,

i got this when try it
Error E2356 DRXLS.prg 16: Type mismatch in redeclaration of '_streams'
Error E2344 c:\bcc7\include\windows\crtl\stdio.h 146: Earlier declaration of '_streams'
*** 2 errors in Compile ***
and it seems me still for 1 PRG ONLY, but i need it for multiple PRG so i ...
by Jimmy
Mon Oct 14, 2024 8:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2631

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Enrico Maria Giordano wrote:This is the batch for BCC32:
THX, i will test it if it work FROM 64 BIt OS to make a 32 Bit App.
by Jimmy
Mon Oct 14, 2024 3:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2631

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Enrico Maria Giordano wrote:I'm still waiting for your answer...
THX for your help.

your Sample seems to use 64 Bit BCC Tools,

Code: Select all | Expand

IF EXIST %  1.c %BCC%\bin\bcc64 -I%HRB%\include %  1.c
IF EXIST %  1.o %BCC%\bin\ilink64 -j%HRB%\lib c0w64 %  1, %  1, , %FWH%\lib\five64 %FWH%\lib
but my Problem are 32 Bit Apps
by Jimmy
Fri Oct 11, 2024 11:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2631

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Please, first try my bacth with a single PRG and let me know if it works properly for you.
that give me this Error
In file included from C:\harbour\include\hbvmpub.h:50:
C:\harbour\include/hbdefs.h:50:10: fatal error: 'stdarg.h' file not found
#include <stdarg.h>
^
1 error generated ...
by Jimmy
Fri Oct 11, 2024 4:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2631

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Enrico Maria Giordano wrote:Please, first try my bacth with a single PRG and let me know if it works properly for you.
it does work like BUILDH.BAT.
i have no Problem to compile a single PRG.

i would like to know how to use multiple PRGs for a 32 Bit App under 64 Bit OS without a *.MAK (BCC) or *.HBP (MSVC)
by Jimmy
Thu Oct 10, 2024 4:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2631

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,

THX for your sample.
as i understand it right %1 stand for 1 x File, but my Apps have multiple Files.

so i need a *.MAK (for BCC) or *.HBP (for MSVC) Sample with different Drives for 64 Bit OS to make a 32 Bit App.

on Drive C: i have 64 Bit, and installed harbour 64 Bit/ FWH 64 Bit ...