VaRyOs
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
VaRyOs
Member
|
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 |
|
VaRyOs
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|