Search found 11 matches

by Taavi
Thu Nov 28, 2024 1:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS licences directly from SAP?
Replies: 7
Views: 1099

ADS licences directly from SAP?

Hello,

I found this link on google- seems that it is possible to order ADS licences directly from SAP now?

https://www.sap.com/products/technology ... html#plans

Does anyone have experience?

Taavi.
by Taavi
Mon Oct 14, 2024 11:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 27192

Re: FWH: MySql/MariaDB: RowSet object

Hello,
can I have Rowset object, please?

Taavi
by Taavi
Sun Oct 06, 2024 4:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 10
Views: 1531

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

HEllo,
how to fix this error for xHarbour builder (FWH202409)?


xLINK: error: Unresolved external symbol '__imp__SetWindowTheme referenced from FiveHMX.lib(window.obj)'.

xLINK: fatal error: 1 unresolved external(s).

Taavi.
by Taavi
Wed Oct 02, 2024 5:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 27192

Re: FWH: MySql/MariaDB: RowSet object

Hello,
so rewriting tdatabase() class to use to use rowset should work?

Maybe someone have done it already? Seems like logical path for me from dbf to Mariadb for those using tdatabase()...

Rowset object would be helpful, I need an class which has all methods of tdatabase() to replace database ...
by Taavi
Tue Oct 01, 2024 5:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 27192

Re: FWH: MySql/MariaDB: RowSet object

Hello,
have somebody tryed to rewrite tdatabase() class to use RowSet object instead of dbf file?

For sample

METHOD FCount() INLINE ( ::oRc:FCount() ) //where ::oRc is rowset object created for this object

instead of

METHOD FCount() INLINE ( ::nArea )->( FCount() )

Could this approach ...
by Taavi
Wed Jul 31, 2024 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: utc_timestamp() function problem
Replies: 3
Views: 515

utc_timestamp() function problem

Hello,
seems that utc_timestamp() is giving me -2 hours from my local time (east european summer time) while correct would be -3 hours.

Can it be fixed? Or any workarounds?

https://www.timestamp-converter.com/

Taavi
by Taavi
Tue Dec 12, 2023 4:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 9
Views: 2210

Re: HB_ZIPDELETEFILES()

I am using xHarbour builder from 2018 january

\bin\xHb.exe says:

xHarbour 1.2.3 Intl. (SimpLex) (Build 20170902)
Copyright 1999-2017, http://www.xharbour.org http://www.harbour-project.org/
by Taavi
Tue Dec 12, 2023 4:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 9
Views: 2210

Re: HB_ZIPDELETEFILES()

After linking in

[D:\xHB10272_xcc\xhb\lib\xhbzip.lib]
[D:\xHB10272_xcc\xhb\lib\xhbzipdll.lib]

I get error:

xLINK: fatal error: File not found: 'LIBCMT.LIB'.


After adding

[D:\xHB10272_xcc\xhb\c_lib\win\libcmt.lib]

New errors:

xLINK: error: Unresolved external symbol '__localtime64 referenced ...
by Taavi
Tue Dec 12, 2023 2:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 9
Views: 2210

Re: HB_ZIPDELETEFILES()

Is it possible to use xHarbour (org) lib-s with xHarbour commercial builder?

When trying to link hbzip lib with xHarbour builder I get error:

xLINK: fatal error: Corrupt library: 'D:\xharbour\lib\hbzip.lib'.

Taavi
by Taavi
Sun Mar 05, 2023 11:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: error al compilar
Replies: 4
Views: 539

Re: error al compilar

Hello,
I get te same error when compiling with FW202212 (and xHarbour 2018). What was the solution ?

Taavi.


xLINK: error: Unresolved external symbol '_hb_parldef referenced from FiveHCM.lib(STR2HEX.obj)'.
xLINK: error: Unresolved external symbol '_hb_retclen_buffer referenced from FiveHCM.lib ...