Emailing Passwords

Pages: 12
Jan 22, 2015 at 6:43pm
:) You have UAC turned on don't you? By default Dev-C++ wants to host all of your projects in Program Files because its developers were terrible human beings. This means that you have to run it with elevated permissions so that it can actually write to that directory.

I'm curious about this though:
Every one I try to download, will NOT run the .exe file for it to start... HELP

If I had to venture a guess I would say overly zealous AV. But could you provide more details?
Last edited on Jan 22, 2015 at 6:45pm
Jan 22, 2015 at 7:07pm
ummm what is UAC? lol and how do I turn it off?!
Jan 22, 2015 at 7:08pm
And for your curiosity, xD, I download an IDE, unzip it, then click the EXE file, then get my dad to type in his admin password so my computer allows the program, but then nothing happens... and his password was correct
Jan 22, 2015 at 7:10pm
Also, I know that DEV C++ works on Windows 7 computers cuz thats what we have at school, but at home, my laptop is windows 8, and it says no binary directories found.. ;(
Jan 22, 2015 at 7:21pm
Yes it works perfectly fine on Windows 7, after you tell it to put your project data somewhere else which is probably what the IT team at your school did.

It's been years since I used Dev-C++, is that the exact error verbatim? If you don't have power user permissions then you cannot compile to the directory that Dev-C++ wants to do by default. It's a theory, but it kind of fits the error message that you are getting. I've always hated the messages that Dev-C++ threw though, it's one of the many reasons I stopped using it.

What other IDE have you tried? Have you tried Code Blocks? It's not possible that "nothing happens". Launch task manager, is the binary executing? I still think it's an over zealous Anti Virus so check the "detection logs" or whatever it has.
Last edited on Jan 22, 2015 at 7:22pm
Jan 22, 2015 at 7:26pm
so wait Im familiar with DEV C++, so how do I fix tht problem?
Jan 22, 2015 at 7:31pm
Again, it's been a few years, but it should be under 'Project Options' one of the tabs lets you specify an output directory for your executable. I would suggest setting that to a dedicated folder in My Documents where it belongs.
Jan 22, 2015 at 7:39pm
So do I need to download a specific output directory?
Jan 22, 2015 at 7:44pm
Hmmm, well now I seem to be getting another error... -_- ... lol it says that g++.exe has stopped working?
Jan 22, 2015 at 7:51pm
Different errors are actually a good thing, as odd as that might sound. That one could mean any number of things. If Dev-C++ was working before but just stopped working today, then you may want to reinstall it. If you've never had it working before then it means something else.
Jan 22, 2015 at 7:52pm
haha, It has never worked on this computer, nor my brothers computer which has windows 8 as well...
Jan 22, 2015 at 8:25pm
Then I would say the next trouble shooting step is to temporarily disable your AV and try again.
Jan 22, 2015 at 8:28pm
How do I do that? lol
Jan 22, 2015 at 8:39pm
Ask your Dad to do it. You'll need administrative rights anyway.
Jan 23, 2015 at 3:15pm
kk
but where can i disable AV, and what is it?
Jan 23, 2015 at 6:36pm
AV: Anti-virus suite.
Jan 24, 2015 at 4:37pm
Ok,
Jan 31, 2015 at 5:42pm
ok i downloaded the see.h header file, but I still get errors when i run the example program you guys provided me?
Topic archived. No new replies allowed.
Pages: 12