Skip to content

Build DiaNN using Visual Studio 2019 #248

Answered by cjhjhj
cjhjhj asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Vadim,
Finally, I could build the source and get into debug mode. I want to share my troubleshoot just for information.

  • Vdproj unsupported
  • Try to build as is (no change any settings)
    • Additional include directory needs to be added (/mstoolkit/include)
  • /sys/time.h related error
    • Project properties -> Configuration properties -> C/C++ -> Command line: if not, add an option /D "WIN32"
  • /sqlite/sqlite3.c related error
    • Make a directory /sqlite (under the project directory) and copy splite3.c (from /mstoolkt/src/sqlitexxx) to the directory
  • _SILENCE_EXPER…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@vdemichev
Comment options

@cjhjhj
Comment options

@cjhjhj
Comment options

@vdemichev
Comment options

@cjhjhj
Comment options

Comment options

You must be logged in to vote
1 reply
@vdemichev
Comment options

Answer selected by vdemichev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants