I am a brand new user to the C++ language in Windows environment, and the Visual Studio C++ Express 2010 Edition. I have written in C (some years ago), but nothing in the ++ world nor Windows versions. I am driven to use this language due to a tool I am using to explore robotics platform engineering.
I received a sample code for accessing a single board computer via USB, with this sample code. I installed the Visual C++ Studio 2010 Express, then built a Hello World simple application. Once I saw this program work, I integrated the sample code for my Digilent board into this program structure. I then learned how to resolve the references to remove the errors where .h include files could not be found.
Now I am expereincing linker errors when I compile. Just need a push in the right direction to figure out how to resolve these.
The error is: LINK : fatal error LNK1561: entry point must be defined
I did google this prior to asking, but most of the responses were regarding older compilers, and that the solutions were resolved in newer versions. The most repeated response was an additional "slash" that was not necessary at the end of a path. I did try replacing any of these found in my paths.
Here is the program as I have built it in the IDE: