Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with Visual Studio 2010: identifier strtoull not found #27

Closed
salsifis opened this issue Dec 12, 2012 · 2 comments
Closed

Building with Visual Studio 2010: identifier strtoull not found #27

salsifis opened this issue Dec 12, 2012 · 2 comments
Assignees
Milestone

Comments

@salsifis
Copy link

The Oracle backend uses strtoull in three files. In order to compile under VS2010, it needs to be replaced with _strtoui64 on that compiler.

@ghost ghost assigned mloskot Dec 12, 2012
@mloskot
Copy link
Contributor

mloskot commented Feb 2, 2013

This seems related to #37 but needs to be tested with VS2010

@mloskot
Copy link
Contributor

mloskot commented Feb 3, 2013

Fixed in SHA1: 8b5ce91

@mloskot mloskot closed this as completed Feb 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants