hi
please help me with my project!
i write code for kinect camera, buid success when i used clr console application but i setup (pcl) like it in window form application then it show a lot of error
setup: VC++ directories(include file, lib..) linker/input...
thank you!
So, whichever version of Visual studio you are using. You need to go in project settings (properties) -> linker and there you need to add all the .lib files which you are using (in additional dependencies).
Also, you have to add the path of the folder where they are kept (additional library directories).
yes, i had already added all..., in window form application i convert configuration properties/general/common language runtime support form no commen runtime support to commen runtime support(/clr), then build success some file include but not all
ex: #include <pcl/point_types.h> //success