RE: [sqlite] sqlite with Borland C++ 5.02

2004-10-18 Thread Marc Pitoniak
and .DEF file names. Good luck. -Marc -Original Message- From: Pigott, Paul [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 7:58 AM To: '[EMAIL PROTECTED]' Subject: RE: [sqlite] sqlite with Borland C++ 5.02 My apologies for continuing to bring this up, but I feel like I'm

RE: [sqlite] sqlite with Borland C++ 5.02

2004-10-18 Thread Pigott, Paul
From: john mcnicholas [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 9:16 AM To: [EMAIL PROTECTED] Subject: RE: [sqlite] sqlite with Borland C++ 5.02 Here is a workaround since the 5.02 version of implib does not have the "-a" option. This procedure worked with the 5.0 versi

RE: [sqlite] sqlite with Borland C++ 5.02

2004-10-18 Thread john mcnicholas
: Monday, October 18, 2004 8:58 AM To: '[EMAIL PROTECTED]' Subject: RE: [sqlite] sqlite with Borland C++ 5.02 My apologies for continuing to bring this up, but I feel like I'm chasing my tail on this. When I run my version of IMPLIB, I get the following command line options: ==

RE: [sqlite] sqlite with Borland C++ 5.02

2004-10-18 Thread Pigott, Paul
sday, October 13, 2004 3:03 PM To: [EMAIL PROTECTED] Subject: Re: [sqlite] sqlite with Borland C++ 5.02 Pigott, Paul wrote: > Is there a pre-compiled binary for that? Or do you just convert the > .DLL to a .LIB with a utility? You need to generate an Borland import library for the DLL using B

RE: [sqlite] sqlite with Borland C++ 5.02

2004-10-13 Thread Pigott, Paul
Excellent. Thanks. -Original Message- From: Dennis Cote [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 3:03 PM To: [EMAIL PROTECTED] Subject: Re: [sqlite] sqlite with Borland C++ 5.02 Pigott, Paul wrote: > Is there a pre-compiled binary for that? Or do you just conv

Re: [sqlite] sqlite with Borland C++ 5.02

2004-10-13 Thread Dennis Cote
Pigott, Paul wrote: > Is there a pre-compiled binary for that? Or do you just convert the > .DLL to a .LIB with a utility? You need to generate an Borland import library for the DLL using Borland's IMPLIB utility. The command to use depends upon which version of sqlite you are using. For SQLite

Re: [sqlite] sqlite with Borland C++ 5.02

2004-10-13 Thread nfr
Pigott, Paul wrote: Is there a pre-compiled binary for that? Or do you just convert the .DLL to a .LIB with a utility? Paul -Original Message- From: nfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 12:21 PM To: [EMAIL PROTECTED] Subject: Re: [sqlite] sqlite with Borland C

RE: [sqlite] sqlite with Borland C++ 5.02

2004-10-13 Thread Pigott, Paul
Is there a pre-compiled binary for that? Or do you just convert the .DLL to a .LIB with a utility? Paul -Original Message- From: nfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 12:21 PM To: [EMAIL PROTECTED] Subject: Re: [sqlite] sqlite with Borland C++ 5.02 Pigott

Re: [sqlite] sqlite with Borland C++ 5.02

2004-10-13 Thread nfr
Pigott, Paul wrote: Greetings, I'm new to sqlite. I'm trying to get it setup to work with the Borland C++ 5.02 compiler. I've keyed in the sample program at http://www.sqlite.org/quickstart.html and I keep getting "unresolved externals" for _sqlite3_open,