So I got it to open load, but once I try to test it
all it said it failed to load
That's weird; if you open the debug console (Ctrl + Shift + I), does some additional information appear there?
If you try to create a new project, does an error happen, too?
once I create a new project it says the code execution cannot proceed because zlib1.dll was not found.
and I try to open debug, and all I got was a new window that doesn't show anything, do I need something to make it work properly?
Interesting... it seems that zlib1.dll is missing... it's a relatively common dll and there are various ways to install that; one possibility would be to install MingW and copy the zlib1.Dell that comes with it. Please, try to see if that helps.
it didn't work
Try to copy zlib1.dll to the "c:\windows\system32" and "c:\windows\syswow64" directories
It was almost working, but failed
Did the error message change?
Nah sadly
If zlib1.dll is still causing an error, another option would be to copy the DLL in question to the compiler's "bin" folder