About Store Forum Documentation Contact



Post Reply 
debbug error
Author Message
VaRyOs Offline
Member

Post: #1
debbug error
i get this 2 error's
" 1>sqlite3.lib(sqlite3.obj) : error LNK2001: unresolved external symbol __imp___localtime64_s
1>MSVCRT.lib(_chandler4gs_.obj) : error LNK2001: unresolved external symbol __except_handler4_common "
any ideea how to fix them please?
09-19-2015 04:15 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: debbug error
Hi,

Are you compiling the project using Code Editor, or manually using Visual Studio?

Which version of Visual Studio have you selected?

Are you using EE SQL classes, or did you manually link to your own build of sqlite library?
09-21-2015 10:05 AM
Find all posts by this user Quote this message in a reply
VaRyOs Offline
Member

Post: #3
RE: debbug error
(09-21-2015 10:05 AM)Esenthel Wrote:  Hi,

Are you compiling the project using Code Editor, or manually using Visual Studio?

Which version of Visual Studio have you selected?

Are you using EE SQL classes, or did you manually link to your own build of sqlite library?

Visual Studio 2015,and i manualy link
09-21-2015 07:56 PM
Find all posts by this user Quote this message in a reply
VaRyOs Offline
Member

Post: #4
RE: debbug error
(09-21-2015 07:56 PM)VaRyOs Wrote:  
(09-21-2015 10:05 AM)Esenthel Wrote:  Hi,

Are you compiling the project using Code Editor, or manually using Visual Studio?

Which version of Visual Studio have you selected?

Are you using EE SQL classes, or did you manually link to your own build of sqlite library?

Visual Studio 2015,and i manualy link

thx,solved
09-21-2015 09:26 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: debbug error
I recommend using Code Editor, and built-in EE SQL classes.
Also, full support for VS 2015 will be available in next release.
09-22-2015 03:11 AM
Find all posts by this user Quote this message in a reply
Post Reply