FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour DBU
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: DBU
Posted: Mon Nov 15, 2021 11:08 PM

This works perfectly. Is source code ( .prg ) available ?

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: DBU
Posted: Tue Nov 16, 2021 10:28 AM
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: DBU
Posted: Wed Nov 17, 2021 06:05 PM

The .exe you supplied works fine. However, when I try to add the .prg to an existing program, i still get the message that libmariadb.dll cannot be found.

Can you tell me precisely which libraries I need to link in ? Perhaps my problem is that I'm linking in the wrong library to build this. Thank you.

I am using FWH 21.06 64 bit, with Harbour 64 and Microsoft Visual Studio 2022.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: DBU
Posted: Wed Nov 17, 2021 07:15 PM
Disculpe, yo uso FIVEDIT64, estas son las librerías
=( 1=1 ) ---> Incluida
=( 1=0 ) ->>> No incluida


=(1=1) D:\Fwh\FwhTeam\lib\fiveh64.lib
=(1=1) D:\Fwh\FwhTeam\lib\Fivehc64.lib
=(1=1) D:\Fwh\FwhTeam\lib\libmariadb64.lib


=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbrtl.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbvm.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\gtgui.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hblang.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbmacro.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbrdd.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\rddntx.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\rddcdx.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\rddfpt.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbsix.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbdebug.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbcommon.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbpp.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbcpage.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbwin.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbct.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbziparc.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbmzip.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbzlib.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbpcre.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\minizip.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\xhb.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbcplr.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\png.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbusrrdd.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbtip.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbzebra.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbmxml.lib
=(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbmisc.lib



=(1=1) kernel32.lib
=(1=1) user32.lib
=(1=1) gdi32.lib
=(1=1) winspool.lib
=(1=1) comctl32.lib
=(1=1) comdlg32.lib
=(1=1) advapi32.lib
=(1=1) shell32.lib
=(1=1) ole32.lib
=(1=1) oleaut32.lib
=(1=1) uuid.lib
=(1=1) odbc32.lib
=(1=1) odbccp32.lib
=(1=1) iphlpapi.lib
=(1=1) mpr.lib
=(1=1) version.lib
=(1=1) wsock32.lib
=(1=1) msimg32.lib
=(1=1) oledlg.lib
=(1=1) psapi.lib
=(1=1) gdiplus.lib
=(1=1) winmm.lib
=(1=1) vfw32.lib
=(1=1) ws2_32.lib
=(1=1) strmiids.lib
=(1=1) imm32.lib
=(1=0) runtimeobject.lib
=(1=0) shlwapi.lib
=(1=0) urlmon.lib
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: DBU
Posted: Wed Nov 17, 2021 08:09 PM

I matched all libraries.

My copy of libmariadb64.lib is from version 21.06 dated 7-18-21. Is it possible that has an error or is an older version ? It still asks for libmariadb.dll which should not be correct.

Thank you.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: DBU
Posted: Wed Nov 17, 2021 10:15 PM
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: DBU
Posted: Fri Nov 19, 2021 10:06 AM

Is this a updated version of WDBU ? or just a compile to 64 bit

Marc Venken

Using: FWH 23.08 with Harbour

Continue the discussion