I decided to do it the VC++ way, so I uninstalled all of my previous development tools (byebye to Python, MinGW, and Code Blocks), and installed VC++ 2010 Express. I set it ALL UP, again following the tutorial and getting the various zip files with the needed components and sticking them where they needed to go in the includes and libs. But it seems to be unable to find regex.h when compiling. ------ Build started: Project: ThePowderToy, Configuration: Debug Win32 ------ misc.c src\misc.c(4): fatal error C1083: Cannot open include file: 'regex.h': No such file or directory ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
So after ALL that hard work of doing it the "right way" with MS VC++ it STILL IS GIVING ME CRAP WHEN I COMPILE!!!!!!!!!!!!
A good tutorial should have everything that is needed included in one zip file, in the correct folders so you just copy it all and run it as-is and have it work. And of course regex.h calls other things, that call other things, that call other things, etc, so rather than just having regex.h I'm gonna need the WHOLE PACKAGE that includes regex.h, whatever the name of that package is though I don't know.