Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

winsqlite3.dll should use CallingConvention.StdCall #342

Closed
bricelam opened this issue Mar 23, 2017 · 3 comments
Closed

winsqlite3.dll should use CallingConvention.StdCall #342

bricelam opened this issue Mar 23, 2017 · 3 comments

Comments

@bricelam
Copy link
Contributor

You'll only observe differences in a few corner cases. The two things that have been mentioned so far are:

  • You could get a corrupt stack when SQLite invokes a managed callback
  • Trying to debug the app crashes with a corrupt stack

SQLitePCL.raw has the same issue, so I've filed ericsink/SQLitePCL.raw#149 to get this fixed for 2.0.0.

@Eilon
Copy link
Member

Eilon commented Apr 12, 2017

This patch fix is approved. Please follow the normal code review / pull request process and make sure you make the change in the correct branch.

@Eilon
Copy link
Member

Eilon commented Apr 18, 2017

@bricelam - do you have a status update on this bug? Does it just need to be closed?

@Eilon
Copy link
Member

Eilon commented Apr 19, 2017

Preview builds of this patch fix should be available on the following feeds:

If you have a chance, please try out these preview builds and let us know if you have any feedback!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants