Hello i am new with computer programming i have to work with cameras and the camera has a SDK. It has some examples about its control, and has some example codes written in c,C++. However the c++ codes start with stadfx.h so does this mean that all of the functions are written in visual c++? Can i also control the camera with DEV c++ and then use QT? here is the code:
You need a version of visual c++ to use those things. stdafx is part of visual c++ and after reading information on what you are trying to use it is a window mobile specific thing. You won't be able to use it with dev c++/gcc