when i try to build the powder toy for the first time i get this error from VC++ 1>------ Build started: Project: The Powder Toy BLISax, Configuration: Debug Win32 ------ 1> interface.c 1>src\interface.c(19): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== what is this "direct.h" i googled it and found it was a linux thing... im trying to build on windows. i searched the Powder toy website and it gave me no results. I'm confused
EDIT: when i comment it out i get a bunch of errors with undeclared identifier, and that commands are unsafe?
@BLISax(View Post) Look in your project, it should be a file If you don't have it, make sure you downloaded all the files wrote in the wiki and placed them at the correct place. If you did all that, make sure it's not a typo, or just delete it to see if it runs fine without it. It could be like direct.h