Search found 8 matches

by bobycom
24 Aug 2015, 03:54
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 72478

Re: [Class] LV_Colors - 1.1.03.00 (2015-04-12)

Anyway to disable highlight (blue color) row? When i select a row i want no highlight. Or better; I want to highlight only the cell i just selected. Not full row. Just the cell. Any idea to achive this? Thanks. I have manually removed the selection every time the user clicks on a row. LV_Modify(Cur...
by bobycom
20 Aug 2015, 03:15
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 50944

Re: [CLASS] MySQLAPI - MySQL wrapper

I like your code :) Test results on a Windows XP 32-bit machine: When DLL is missing: "Could not find D:\Tests\libmysql.dll!" When Using the 32-bit version of Connector C 6.1: "Could not load D:\Tests\libmysql.dll! Error code: 127 The specified procedure could not be found." When using a corrupted o...
by bobycom
19 Aug 2015, 08:10
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 50944

Re: [CLASS] MySQLAPI - MySQL wrapper

I checked the A_LastError variable and it contains the value of 127 , which means that it can not find the address of a function exported by another DLL. I then opened the Conector C 6.1 with Dependency Walker and found out that there are 3 missing functions inside my KERNEL32.DLL (InitializeConditi...
by bobycom
19 Aug 2015, 05:19
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 50944

Re: [CLASS] MySQLAPI - MySQL wrapper

What I was thinking is to add more info about the possible reasons for not being able to load the library in the message box. Something like this: If !(MySQLM := DllCall("Kernel32.dll\LoadLibrary", "Str", LibMySQL, "UPtr")) { MsgBox, 16, MySQL Error!, Could not load %LibMySQL%!`n`nPlease check if th...
by bobycom
19 Aug 2015, 03:36
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 50944

Re: [CLASS] MySQLAPI - MySQL wrapper

just me, you are absolutely right. I downloaded the older version of the C connector and now the script is working on Windows XP as well. Do you want me to do OS version check inside the Class_MySQLAPI.ahk or at least add more info for possible reasons to not be able to load the library? Thank you f...
by bobycom
18 Aug 2015, 09:55
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 50944

Re: [CLASS] MySQLAPI - MySQL wrapper

The install shields had no warnings about me using inappropriate OS version. Anyway I will try with Windows 7 32-bit and 64-bit.

Edit

It successfully loaded the library on both 32-bit and 64-bit Windows 7. grrrrrrrrrrrrrrrrrrrrrr.

Thank you very much for the help, just me!!!
by bobycom
18 Aug 2015, 09:52
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 50944

Re: [CLASS] MySQLAPI - MySQL wrapper

just me, thank you for the reply. I might be very stupid or blind or I don't know what else. The file is in the location reported by the MsgBox I downloaded the Connector/C 6.1.6 .zip archive, also the msi installer and the full MySQLServer Installer. None of them work. I'm sure I'm downloading the ...
by bobycom
18 Aug 2015, 06:42
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 50944

Re: [CLASS] MySQLAPI - MySQL wrapper

I have the same issue :(
Could not load D:\boby\libmysql.dll!
I'm on a Windows Xp 32-bit machine and downloaded the correct 32-bit libmysql.dll file.
Could it be because I have not installed MySQL Server on my PC?

Go to advanced search