O.K. I had messed up the original project sufficiently that it didn't
work, So I started over, made a Cocoa app, added the sql stuff from
blackhole (modified for sqlite3), added the libsqlite3.dylib from SDK4,
and made an interface with one pushbutton, "test" with the original demo
code (which ju
Since I sent the previous message, I was looking at the SDK 10.4
sqlite3.dylib, and thinking of giving it a try. I didn't know I
specifically had to add it to the project.
I'll let you know what happens!
Thanks.
John V.
On Mon, Aug 04, 2008 at 01:22:37PM -0400, Brian Stern wrote:
>
> On Aug 4
On Aug 4, 2008, at 11:56 AM, John Velman wrote:
After making changes to move the download from sqlite to sqlite3, and
checking that I have /usr/local/lib/libsqlite3.a, and putting
/usr/local/lib in the library search path of the project, the source
for
the Demo compiles but does not link.
I need a sqlite wrapper. After much surfing and reading, I decided to try
the one:
// Created by Dustin Mierau on Tue Apr 02 2002.
// Copyright (c) 2002 Blackhole Media, Inc. All rights reserved.
//
After making changes to move the download from sqlite to sqlite3, and
checking that I have