Windows 7 Being Annoying

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Windows 7 Being Annoying

Post by davidthefat »

So, every time I build and run anything, that stupid User Account notification pops up asking if I wanted to allow it to run. Is there a way to selectively turn it off? I don't want to turn it off completely, because I think it is useful at times.
User avatar
superLED
Chaos Rift Junior
Chaos Rift Junior
Posts: 303
Joined: Sun Nov 21, 2010 10:56 am
Current Project: Engine
Favorite Gaming Platforms: N64
Programming Language of Choice: C++, PHP
Location: Norway

Re: Windows 7 Being Annoying

Post by superLED »

Never happens to me when I build and run stuff.
Are you logged in as Administrator?
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: Windows 7 Being Annoying

Post by davidthefat »

superLED wrote:Never happens to me when I build and run stuff.
Are you logged in as Administrator?
Yep I have admin access


Screw this. Installing Linux on my computer
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Windows 7 Being Annoying

Post by Falco Girgis »

I'm assuming you aren't using Visual Studio, because I've never had that problem in my life...

You can't blame some shitty, 3rd party compiler that Microsoft has nothing to do with on Windows... I happen to be a fan of Windows 7, and Visual Studio is my favorite compiler. ;)
DatamancerStudios
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 30
Joined: Sun Sep 11, 2011 4:27 am

Re: Windows 7 Being Annoying

Post by DatamancerStudios »

Has never happened to me either, but you can turn off User Account Control if you'd like.
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: Windows 7 Being Annoying

Post by davidthefat »

I was using CodeBlocks... Now I am just using GCC with the good ol' gedit.
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: Windows 7 Being Annoying

Post by LeonBlade »

GyroVorbis wrote:I'm assuming you aren't using Visual Studio, because I've never had that problem in my life...

You can't blame some shitty, 3rd party compiler that Microsoft has nothing to do with on Windows... I happen to be a fan of Windows 7, and Visual Studio is my favorite compiler. ;)
He's right, the issue isn't with Windows 7 itself, it's with Codeblocks it seems. The UAC is supposed to protect you, and you shouldn't really run as an administrator anyways, it's like running as root.
There's no place like ~/
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: Windows 7 Being Annoying

Post by LeonBlade »

GyroVorbis wrote:I'm assuming you aren't using Visual Studio, because I've never had that problem in my life...

You can't blame some shitty, 3rd party compiler that Microsoft has nothing to do with on Windows... I happen to be a fan of Windows 7, and Visual Studio is my favorite compiler. ;)
He's right, the issue isn't with Windows 7 itself, it's with Codeblocks it seems. The UAC is supposed to protect you, and you shouldn't really run as an administrator anyways, it's like running as root.
There's no place like ~/
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Windows 7 Being Annoying

Post by dandymcgee »

People still use Code::Blocks? :shock:

Even the Express Edition of VS is 1,000 times better than that IDE. I would know, I used Code::Blocks for 3 years.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Windows 7 Being Annoying

Post by Falco Girgis »

Code::Blocks is absolutely terrible. You should use QTCreator if you want a GOOD cross-platform IDE.
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: Windows 7 Being Annoying

Post by davidthefat »

dandymcgee wrote:People still use Code::Blocks? :shock:

Even the Express Edition of VS is 1,000 times better than that IDE. I would know, I used Code::Blocks for 3 years.
I thought the express version lacked the x64 support. I am very satisfied with the ol' GCC. It's great. :lol: It does suck that gedit does not indent for you, but other than that, no complaints.
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Windows 7 Being Annoying

Post by dandymcgee »

davidthefat wrote:
dandymcgee wrote:People still use Code::Blocks? :shock:

Even the Express Edition of VS is 1,000 times better than that IDE. I would know, I used Code::Blocks for 3 years.
I thought the express version lacked the x64 support.
Microsoft wrote:64-bit tools are not available on Visual C++ Express Edition by default. To enable 64-bit tools on Visual C++ Express Edition, install the .NET Framework SDK in addition to Visual C++ Express Edition. Otherwise, an error occurs when you attempt to configure a project to target a 64-bit platform using Visual C++ Express Edition.
http://msdn.microsoft.com/en-us/library ... s.80).aspx
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
ParticleGames
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 53
Joined: Sat Feb 19, 2011 1:20 pm
Current Project: A map editor for a platformer I plan to develop
Favorite Gaming Platforms: Wii, Gamecube
Programming Language of Choice: C++

Re: Windows 7 Being Annoying

Post by ParticleGames »

GyroVorbis wrote:I happen to be a fan of Windows 7, and Visual Studio is my favorite compiler. ;)
Amen. I switched over a while ago to Visual Studio, best decision of my life
Check out my iPhone app here: http://twilighthop.com
User avatar
short
ES Beta Backer
ES Beta Backer
Posts: 548
Joined: Thu Apr 30, 2009 2:22 am
Current Project: c++, c
Favorite Gaming Platforms: SNES, PS2, SNES, SNES, PC NES
Programming Language of Choice: c, c++
Location: Oregon, US

Re: Windows 7 Being Annoying

Post by short »

I still can't believe so many people use code blocks... still...
My github repository contains the project I am currently working on,
link: https://github.com/bjadamson
User avatar
treyrust
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 36
Joined: Thu Jul 21, 2011 4:32 pm
Current Project: Between projects
Favorite Gaming Platforms: PS1/2/3/P, NES, Wii, Genesis, Dreamcast, GBA, DS
Programming Language of Choice: C++

Re: Windows 7 Being Annoying

Post by treyrust »

I used to use it, but then I used netbeans for a while then I tried it again and just couldn't... I say that all code::blocks users should switch to netbeans, unless you're on windows in which case VS is something to look into... I'm on linux and just using command line compiler and a text editor but as of late I've been using QTcreator and I MAY use it for projects other than QT ones later...
Post Reply