Re: [sqlite] x64 binary

2016-06-29 Thread Noel Frankinet
Not really an answer, but it's easier to compile directly the source of
sqlite with your files. Only one .c file, no dependency, no 32 or 64 bit
problem, no installation problem.

Best wishes.
Noël

On 29 June 2016 at 01:05, BOSECKER Nancy  wrote:

> Hi,
>
> I have a very basic problem, maybe someone can help.
>
> I'm trying to use sqlite3.dll in an x64 application (VS 2008).
> So, I downloaded the x64 zip from the SQLite download page, unzipped it.
> I put the .dll, .lib, and .def files in my project's directory.
> I added the .lib to the Linker->Input -> Additional Dependencies in VS.
> I wrote a test snippet of code that calls sqlite3_close().
>
> When I compile, I get an unresolved external symbol on sqlite3_close().
>
> If I do the same thing with the x86 version of the binaries, and change my
> project target to Win32, it compiles as expected.
>
> What am I missing?
>
> Thx,
> Nancy
>
>
>
>
> This email and any attachments are intended solely for the use of the
> individual or entity to whom it is addressed and may be confidential and/or
> privileged.
>
> If you are not one of the named recipients or have received this email in
> error,
>
> (i) you should not read, disclose, or copy it,
>
> (ii) please notify sender of your receipt by reply email and delete this
> email and all attachments,
>
> (iii) Dassault Systemes does not accept or assume any liability or
> responsibility for any use of or reliance on this email.
>
> For other languages, go to http://www.3ds.com/terms/email-disclaimer
> ___
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Noël Frankinet
Strategis sprl
0478/90.92.54
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] x64 binary

2016-06-28 Thread BOSECKER Nancy
Hi,

I have a very basic problem, maybe someone can help.

I'm trying to use sqlite3.dll in an x64 application (VS 2008).
So, I downloaded the x64 zip from the SQLite download page, unzipped it.
I put the .dll, .lib, and .def files in my project's directory.
I added the .lib to the Linker->Input -> Additional Dependencies in VS.
I wrote a test snippet of code that calls sqlite3_close().

When I compile, I get an unresolved external symbol on sqlite3_close().

If I do the same thing with the x86 version of the binaries, and change my 
project target to Win32, it compiles as expected.

What am I missing?

Thx,
Nancy




This email and any attachments are intended solely for the use of the 
individual or entity to whom it is addressed and may be confidential and/or 
privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email 
and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or 
responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users