Hello, I've been using sqlite in vba6 for some years using RichClient3 framework of Olaf Schmidt (www.datenhaus.de) Now I'm migrating my application to 64 bits using vba7 in Windows 8.1. The problem I'm facing is with the LoadLibrary function to load dynamically the DLL DirectCOM.dll
The declaration of the function in vba7 is Private Declare PtrSafe Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long Thin function returns 0 instead of the handle to the loaded module. Any idea? Thanks. </b> <Font face=arial size=2 ><I> No imprima este correo electr?nico si no es absolutamente necesario. Piense en el medio ambiente.<BR> Advertencia Legal: la informaci?n contenida en este correo electr?nico es confidencial y se dirige exclusivamente al destinatario previsto. Si ha recibido este correo por error, por favor, notif?quelo al remitente y b?rrelo sin copiarlo, grabarlo o distribuirlo.<BR><BR> No imprimisca este correu electr?nic si no ?s absolutament necessari. Pense en el medi ambient.<BR> Advert?ncia legal: la informaci? continguda en este correu electr?nic ?s confidencial i es dirigix exclusivament al destinatari previst. Si ha rebut este correu per error, per favor, notifique-ho al remitent i esborre'l sense copiar-lo, gravar-lo o distribuir-lo. </I> </font>

