DBU

Re: DBU

Postby TimStone » 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
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: DBU

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: DBU

Postby TimStone » Wed Nov 17, 2021 6: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
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: DBU

Postby cnavarro » Wed Nov 17, 2021 7: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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: DBU

Postby TimStone » Wed Nov 17, 2021 8: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
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: DBU

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: DBU

Postby Marc Venken » 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.04 with Harbour
User avatar
Marc Venken
 
Posts: 1343
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Previous

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 69 guests