Im working on a program, and I was gonna release a early version of it for some people to test, but im having this problem (im using MSVC++ 6). I set the active configyureation to release mode, then ran it from inside the IDE (build>execute), and it works perfectly. But then when I take leave the ide, copy and past the exe it made into the program directory, and run it, I get an illegal error. I dont see why, its the same exe, the only difference is if I run it from the IDE or not. Anyone know why? Thanks.