i use visual studio 2013 build program. have got problems... a) error:
c:\users\wojciech\desktop\cryingdamson 0.3.6 (8.60) v8.2 source\otpch.h(28): fatal error c1083: cannot open include file: 'libxml/xmlmemory.h': no such file or directory my code:
#include <libxml/xmlmemory.h> i have included file in visual studio 2013 header files , have @ libxml folder. can not still build solution (compile) because of error.
please me, new visual studio. have tried add xmlmemory.h file project properties, seems doesn't see file.
okay, in folder "c:\users\wojciech\my documents/visual studio 2013/projects/consoleapplication3" there file named mainproject.sln, type microsoft visual solution. in same folder have added libxml folder , in folder have put xmlmemory.h. problem still can not compile program.
i use windows 7.
you need add parent folder of libxml include path. if folder structure looks like
- some_project
- include
- libxml
- xmlmemory.h
- libxml
- include
- ...
you need add include directory include path
Comments
Post a Comment