I used borland IMPLIB import tool with -a attribute (this add the leading
underscore
for cdecl compliance). If I didn't use this flag I got linking error about
missing references...
this's a run-time error not a linker error.
----- Original Message -----
From: "Roberto" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Monday, December 11, 2006 3:59 PM
Subject: Re: [sqlite] sqlite3 close() run time errors
You are probably linking against exports with a leading underscore.
(The exports of sqlite3.dll don't have the _underscore). Does your dev
environment/linker have the option to disable this underscore
generation?
On 11/12/06, Michele Santucci <[EMAIL PROTECTED]> wrote:
Hello,
I'm trying to use sqlite3 into a CVI (National Itruments ANSI C dev
tool). I took the last sqlite3 dll and source.
I create the .lib file linked it to the binary and included the sqlite3.h
file... but as long as I start the application I got an error about a
missing entry point of the _sqlite3_close() function... why?
May depends on mscvrt dependancies?
Distinti saluti,
Michele Santucci
=================================
Software Development Manager
*************************************************
Celin Avio s.r.l.
*************************************************
tel. +39-0187933876
fax +39-0187933654
web: http://www.celinavio.it
=================================
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.15/581 - Release Date:
09/12/2006 15.41
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------