Forum Replies Created
-
AuthorPosts
-
z16166
ParticipantI have read the tutorial. But there are 8 files not found yet. It keeps displaying “Searching packages for array”, event if after I click “Synchronize all directories” many times.
It shows that “array” is included from “extensions.hpp”, but there is no “extensions.hpp” in Projects window of Intellisense diagnostics console, only “extension.hpp” found.
Attachments:
You must be logged in to view attached files.z16166
ParticipantI’m using VS2017 + VisualGDB 5.4r3 to build a CMake project.
The project uses a customized Clang/LLVM to build it. The customized Clang/LLVM is installed to ~/opt/wasm, and it uses libstdc++ headers in /usr/include.
The intellisense complains “could not find signal.h and other 62 files”. Even standard c/c++ header files like “algorithm”, “atomic” etc. are not found.
In the VisualGDB settings of this project, navigate to “Intellisense Directories” dialog, I add “/usr/include/c++/5.4.0” through “Edit Remote Cache”, but “/usr/include/c++/5.4.0” doesn’t appear in the “Intellisense Directories” ListView.
How can I let the Intellisense find libstdc++ header files?
Thanks.
Attachments:
You must be logged in to view attached files.z16166
Participantuse “regsrv32 /i xxx.dll” to re-register the COM dll of VisualDDK, or re-install VisualDDK.
z16166
ParticipantThere is sth. wrong with VMware 8.01.
The launch monitor only received one “DiscoveryRequest” packet and the launch client show lots of errors in its message box.
VS2008 team suite sp1 + XP SP2(vmware 8.01).
-
AuthorPosts