[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-03 Thread maarten.most...@stakepoint.com
Thank you very much for the DLL and this very interesting discussion. SQLite passes the the certification test with this version. I don't have my hands on an XP box, to test if this version runs there, but I can ship a different version for XP if that is the tall to pay. Notice that SQLite is

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-03 Thread Bert Huijben
> -Original Message- > From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users- > bounces at mailinglists.sqlite.org] On Behalf Of Keith Medcalf > Sent: vrijdag 3 april 2015 01:51 > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Wi

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread Keith Medcalf
day, 2 April, 2015 17:51 >To: General Discussion of SQLite Database >Subject: Re: [sqlite] Windows 8.x security requirements / SafeSEHCheck - >NXCheck - DBCheck > > >BTW, I have verified that these options all work as described and the >options are recognized and processed proper

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread maarten.most...@stakepoint.com
This are basically compiler switches as far as I understand. I am not a C programmer, so also quite difficult for me to link the library statically. This is what I can read about it here: [ https://msdn.microsoft.com/en-us/library/windows/apps/jj657973.aspx#binscope_2 ](

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread maarten.most...@stakepoint.com
Please find here under the test results. Best regards, Maarten MOSTERT 28 Av Alphonse Denis 83400 Hy?res, France +33 676411296 [ http://stakepoint.com/ ]( http://stakepoint.com/ ) == Windows App Certification Kit - Test Results Windows App

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread Igor Korot
HI, If I may... On Thu, Apr 2, 2015 at 4:25 PM, Richard Hipp wrote: > On 4/2/15, Random Coder wrote: >> >> I'd recommend the SQLite team turn them on for the version of the DLL >> they distribute, but I'm honestly not sure if there are negative side >> effects to doing so. > > That's not

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread Keith Medcalf
Thursday, 2 April, 2015 17:43 >To: General Discussion of SQLite Database >Subject: Re: [sqlite] Windows 8.x security requirements / SafeSEHCheck - >NXCheck - DBCheck > > >add the following linker options with MinGW: > >-static-libgcc -Wl,-Bstatic,--nxcompat,--dynamicbase,--

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread Keith Medcalf
>To: General Discussion of SQLite Database >Subject: Re: [sqlite] Windows 8.x security requirements / SafeSEHCheck - >NXCheck - DBCheck > >On 4/2/15, Random Coder wrote: >> >> I'd recommend the SQLite team turn them on for the version of the DLL >> they distribute, but I'm

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread maarten.most...@stakepoint.com
Hi Everyone, I am new here, and have a question. For my application that relies on Sqlite I am seeking Windows 8 certification in accordance with the following article. [ https://msdn.microsoft.com/en-us/windows/desktop/hh749939.aspx ](

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread Richard Hipp
On 4/2/15, Random Coder wrote: > > I'd recommend the SQLite team turn them on for the version of the DLL > they distribute, but I'm honestly not sure if there are negative side > effects to doing so. That's not possible, unfortunately, We compile the published DLL (the 32-bit DLL at least)

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread Richard Hipp
On 4/2/15, maarten.mostert at stakepoint.com wrote: > > WARNING > Binary analyzer > Warning: The binary analyzer test detected the following errors: > File C:\Program Files\StakePoint\sqlite3.dll has failed the NXCheck check. > File C:\Program Files\StakePoint\sqlite3.dll has failed the DBCheck

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread Random Coder
On Thu, Apr 2, 2015 at 10:58 AM, wrote: > > This are basically compiler switches as far as I understand. > > I am not a C programmer, so also quite difficult for me to link the library > statically. These tests basically map to the /SAFESEH, /DYNAMICBASE, and /NXCOMPAT linker flags. Though,

[sqlite] Windows 8.x security requirements / SafeSEHCheck - NXCheck - DBCheck

2015-04-02 Thread Richard Hipp
On 4/2/15, maarten.mostert at stakepoint.com wrote: > > Hi Everyone, > > I am new here, and have a question. > > For my application that relies on Sqlite I am seeking Windows 8 > certification in accordance with the following article. > > [