@ForumTroll(View Post) Yes, that is the correct link. You can probably find a link to the extra stuff you need on the wiki page, the is a link somewhere on there, but if you know what files you need, you can get them from my mod, they came with the source.
Are you sure you're actually missing the files? That probably wasn't the problem the whole time. Go back to where you entered the include directeries, but look below where you entered $(ProjectDir)includes. You should see this:
Change all the (void*)'s to (char*)'s and it will work. I think there might be one more error somewhere else also (I think on the function addchar) that hasn't been fixed yet, and can be fixed by deleting _inline from before the function name. If you're getting this error, you must not be compiling my mod though because I already fixed these when I first put the code on github. And those are the right libraries there.
Edit: just talk to me using the conversation I started, this has nothing to do with my mod.
There's a separate link for the dll's, I made them separate because it makes the download a lot smaller, but maybe I should try to statically link them because The Powder Toy was somehow made a lot smaller already. Can anyone tell me how to do this?