Search found 4 matches

by Tom Dog
03.11.2005, 04:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: STRICT_DLL_LOADING
Replies: 4
Views: 1179

It does to the Delphi compiler

It treats the first one as a compiler directive

the second all it sees is a comment
by Tom Dog
03.11.2005, 04:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't find libmysql41.dll
Replies: 7
Views: 4347

Thats pretty much the same as the install instruction:
Copy files to path or point path to files amounts to the same thing.

The point is I dont want to distribute any DLL's with my app and since MYSQL is installed on the target machine I shouldn't have to.
by Tom Dog
02.11.2005, 01:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: STRICT_DLL_LOADING
Replies: 4
Views: 1179

In Zeos.inc change {$DEFINE MYSQL_STRICT_DLL_LOADING}
to { $DEFINE MYSQL_STRICT_DLL_LOADING} to undefine it
by Tom Dog
01.11.2005, 23:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't find libmysql41.dll
Replies: 7
Views: 4347

Can't find libmysql41.dll

Situation I install MySQL 4.1 and ZEOSDBO and make a quick app which tries to connect to MYSQL On startup I get the error "No dynamic library from the list libmysql41.dll found" I get this with TZConnection.protocol set to mysql or mysql-4.1 Ok I reread the installation guide and realize I...