> Hi, so im not a professional programmer. I find it hard to set up a project
> with files that others made. Do someone have a pre-made sln file that i can
> run to see the examples, thanks! (c, c++, or c#)
I suggest you use the opportunity to make yourself familiar with setting
up a new project where you link against a static or dynamic library.
psmoveapi release packages come with everything you need: the actual
libraries in the lib/ subdirectory and the associated header files in
the include/ subdirectory. It is really not that hard. Give it a try!