Re: [sqlite] Problem with compiled dll on Windows

2017-01-13 Thread James K. Lowden
On Wed, 11 Jan 2017 10:46:51 -0800 Random Coder wrote: > Normally, I'd say this is toolset knowledge, and really doesn't > belong in those sort of directions. But since you're not the first > person to hit this problem Having dealt with the problem of other-system support on a smaller scale for

Re: [sqlite] Problem with compiled dll on Windows

2017-01-11 Thread Random Coder
On Wed, Jan 11, 2017 at 10:28 AM, Rael Bauer wrote: > 1) Should the howtocompile.html webpage not include this in the "Building A > Windows DLL" instructions? Tough question. Normally, I'd say this is toolset knowledge, and really doesn't belong in those sort of directions. But since you're not

Re: [sqlite] Problem with compiled dll on Windows

2017-01-11 Thread Rael Bauer
@ Random Coder.: Thanks, that was the exact issue. Using a def file solved the problem. 1) Should the howtocompile.html webpage not include this in the "Building A Windows DLL" instructions? 2) What is the -Ox flag? I did not find what that was for. -Rael

Re: [sqlite] Problem with compiled dll on Windows

2017-01-11 Thread Random Coder
On Wed, Jan 11, 2017 at 2:11 AM, Rael Bauer wrote: > I am trying to compile the latest amalgamation (3160200) as a dll on Windows > 10 x64, using VS2015 x86 Native Tools Command Prompt. The dll compiles fine, > however trying to use this dll in various tools (Delphi) results in the > error "sqlite

Re: [sqlite] Problem with compiled dll on Windows

2017-01-11 Thread James K. Lowden
On Wed, 11 Jan 2017 12:11:36 +0200 Rael Bauer wrote: > I am trying to compile the latest amalgamation (3160200) as a dll on > Windows 10 x64, using VS2015 x86 Native Tools Command Prompt. The dll > compiles fine, however trying to use this dll in various tools > (Delphi) results in the error "s

Re: [sqlite] Problem with compiled dll on Windows

2017-01-11 Thread Dominique Devienne
On Wed, Jan 11, 2017 at 11:11 AM, Rael Bauer wrote: > I am trying to compile the latest amalgamation (3160200) as a dll on > Windows 10 x64, using VS2015 x86 Native Tools Command Prompt. The dll > compiles fine, however trying to use this dll in various tools (Delphi) > results in the error "sqli

[sqlite] Problem with compiled dll on Windows

2017-01-11 Thread Rael Bauer
Hi, I am trying to compile the latest amalgamation (3160200) as a dll on Windows 10 x64, using VS2015 x86 Native Tools Command Prompt. The dll compiles fine, however trying to use this dll in various tools (Delphi) results in the error "sqlite3_open not found". I tried compiling with: cl sql