Well, I downloaded MSVC++ and have it all installed. It's wierd, I can modify the code in the original folders and rebuild it all with no problems...but if I try to move it all into a different directory it doesn't build. I get the same error messages.
All I am doing is picking up the folder and moving it and it makes it not work...that I don't understand...
these are what the example is using:
#include "stdafx.h"
#include "WindowerHelper.h"
#include <iostream>
these are the includes I have:
#include "stdafx.h"
#include "WindowerHelper.h"
#include <windows>
#include <iostream>
I am including the WidowerHelper.h and it is in the same directory as everything else, but it says it cannot find it or that it doesn't exist...
-------------------------------------
They don't have any documentation on their site that I have been able to find and I think they stopped releasing the examples at all.
To be totally honest, if you're not up to figuring out how to use it (don't need to understand how it works, just how to use it), you should try using a simpler language. Persevere though; and you will be able to make it work.
I am up to figuring it all out, but I figured it might be easier and quicker if someone gave me a quick point in the right direction instead of !@#$%^&* around for hours trying to teach myself everything.