Hello,
I compile to mac app, the database in sqlite is working. but when I compile to windows app get error.
is sqlite not support on windows platform?
Thank you
Hello,
I compile to mac app, the database in sqlite is working. but when I compile to windows app get error.
is sqlite not support on windows platform?
Thank you
SQLite is definitely supported on Windows. Try building our “SQLite” sample project. It definitely works for me.
Perhaps the error is coming from something else?
What is the exact error you are getting?
Yes, it works now, but needs some change in code, but still not save data to sqlite database. but in iOS, android, OSX works no problem.
I’ve just re-tested our SQLite sample project via a Win32 built app now. It works for me.
You said you were getting an error. Can you post what that error was please?
Also, try build our SQLite sample project for Win32 and give that a go on your PC as well.
Thanks.
SQLite is definitely supported on Windows. Try building our “SQLite” sample project. It definitely works for me.
Perhaps the error is coming from something else?
What is the exact error you are getting?
Yes, it works now, but needs some change in code, but still not save data to sqlite database. but in iOS, android, OSX works no problem.
I’ve just re-tested our SQLite sample project via a Win32 built app now. It works for me.
You said you were getting an error. Can you post what that error was please?
Also, try build our SQLite sample project for Win32 and give that a go on your PC as well.
Thanks.