[Mysql-cocoa-users] Re: Newbie but trying - question about SMySQL_bundled
Brought to you by:
sergecohen
|
From: Serge C. <ser...@us...> - 2004-05-04 22:26:12
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Daniel;=0D =0D MySQL_Display was based on the version 1.0 of the framework... There =0D have been big API change when I went to 2.0, and then I've decided to =0D= stop the MySQL_Display, because the open source project CocoaMySQL was =0D= doing the same better, and was using the framework... so it was both a =0D= better application and a better example on how to use the framework (as =0D= the source code is available -it is also on sourceforge : =0D http://cocoamysql.sf.net/ -).=0D =0D Indeed I'm not sure if the CocoaMySQL application is using version 1 or =0D= 2 of the framework, so maybe you want to check that first.=0D =0D For the time being, I'm lacking a tutorial on how to use the framework, =0D= but I'll try to make one as soon as I have time for that (which might =0D= not be too soon, unfortunately).=0D =0D One of the biggest diff. between 1. and 2. API is the name of the =0D classes changed (SMySQL prefix is now replaced by MCP prefix, ie. =0D SMySQLResult became MCPResult).=0D =0D Hope this helps=0D =0D Serge.=0D =0D Le 4 mai 04, =E0 08:01, Daniel Arc=E9 a =E9crit :=0D =0D > Dear Mr. Cohen,=0D >=0D > Thank you for having taken the time to develop a Cocoa Framework for =0D= > MySQL.=0D > I am currently learning OOP with C# at school, but my real interest is = =0D > in=0D > learning Cocoa (something I have to learn by myself).=0D >=0D > I downloaded the source code for MySQL_Display to see how the SMySQL=0D= > framework may be used. However, my inexperience prevents me from=0D > successfully building the application.=0D >=0D > I am using the bundled framework and adding it to the MySQL_Display =0D= > target=0D > under "Copy Files" as described in the readme file.=0D >=0D > Should I be using one of the other frameworks (static, etc)?=0D >=0D > I get three errors in SMySQLResultView.m related to "SMySQLResult". =0D= > They=0D > occur on lines 31 and 49 (parse error before "SMySQLResult") and on =0D= > line 50,=0D > (fatal error: Method definition not in a class context).=0D >=0D > Would you have any suggestions as to what to look for? Any pointers =0D= > would be=0D > welcome.=0D >=0D > I am learning a tremendous amount from efforts like yours.=0D >=0D > Thanks for your time.=0D >=0D > Daniel Arc=E9=0D >=0D >=0D >=0D *******************************************=0D Serge Cohen=0D =0D GPG Key ID: 9CBB58FB=0D *******************************************=0D =0D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (Darwin) iD8DBQFAmBh65EPeG5y7WPsRAgcoAJ0c7A+uDtLZqF3iKOMBnz7UXlEnJQCfYYJb ov2l88wX52VB3nzU1L8yGV8=3D =3DG3aN -----END PGP SIGNATURE----- |