Search found 8 matches

by Cratouffe
28.10.2014, 14:18
Forum: ZeosLib 7.1 stable Forum
Topic: library problem on MAC OSX
Replies: 10
Views: 4832

Re: library problem on MAC OSX

For my first simple application it works. But for a more heavy application it seems there is some more problems but I am not sure they are ZeosLib's problems.
I keep going on and many thanks for your help
by Cratouffe
24.10.2014, 17:28
Forum: ZeosLib 7.1 stable Forum
Topic: library problem on MAC OSX
Replies: 10
Views: 4832

Re: library problem on MAC OSX

It seems that the 7.2 version has solved the problem. :D
by Cratouffe
24.10.2014, 08:13
Forum: ZeosLib 7.1 stable Forum
Topic: library problem on MAC OSX
Replies: 10
Views: 4832

Re: library problem on MAC OSX

Which version of Zeos do you use? Could you switch to 7.2-Alpha from SVN to be on same bandwidth? I am using 7.1.3 version. I have downloaded th 7.2 beta (I have not found the alpha) and I will switch as soon as possible Are you sure compile-target (e.g. 32 vs. 64 bit) are equal to the library you ...
by Cratouffe
17.10.2014, 09:40
Forum: ZeosLib 7.1 stable Forum
Topic: library problem on MAC OSX
Replies: 10
Views: 4832

Re: library problem on MAC OSX

The LibraryLocation does work. You allready wrote it. May be there is a misunderstanding. For me it does not work because when I print ( ShowMessage(Location);) the Location I just have the library name "Libmysqlclient.18.dylib" and not the full path "'/Users/MACBOOK/Documents/CloseA...
by Cratouffe
16.10.2014, 09:03
Forum: Announcements
Topic: Ban and User deletion issues
Replies: 4
Views: 52143

Re: Ban and User deletion issues

Hi Each time I wanted to post a reply it is said that my post is going to be approved by a moderator. The problem is that this approbation is long. I have posted a topic http://zeoslib.sourceforge.net/viewtopic.php?f=38&t=18789 and my reply does not shows for one week or more. I think it is a pr...
by Cratouffe
09.10.2014, 20:00
Forum: ZeosLib 7.1 stable Forum
Topic: library problem on MAC OSX
Replies: 10
Views: 4832

Re: library problem on MAC OSX

Hi I have already posted a long reply to your suggestions but it seems it was lost :( . So I post it again. To summarize I have found that the path in the TZConnection.LibraryLocation is not working. I have checked in function TZNativeLibraryLoader.ZLoadLibrary(Location: String): Boolean; Location j...
by Cratouffe
07.10.2014, 20:50
Forum: ZeosLib 7.1 stable Forum
Topic: library problem on MAC OSX
Replies: 10
Views: 4832

Re: library problem on MAC OSX

Which IDE you are using for? New Delphi? Lazarus Did you use TZConnection.LibraryLocation to let Zeos know which lib you want to use and where the file is located? if yes and you are sure the path+lib-name are corect: Yes I did it here is a part of my code. if (FileExists(CheminRequete + 'Libmysqlc...
by Cratouffe
06.10.2014, 17:04
Forum: ZeosLib 7.1 stable Forum
Topic: library problem on MAC OSX
Replies: 10
Views: 4832

library problem on MAC OSX

Hi I am trying to use zeoslib with Lazarus on a Mac OsX (Maverick) to manage a mysql database. When I try to connect I have the message: None of the dynamic libraries can be found or is loadable. libmysqlclient.dylib.18,libmysqlclient.dylib.16,libmysqlclient.dylib.15,libmariadb.dylib,libmysqlclient....