Allegro on Windows Vista not working

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

Post Reply
riggamack
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Sat Jul 09, 2011 4:27 pm
Current Project: Map Editor and Shmup
Favorite Gaming Platforms: SMS, PS2, GB, DS, PS1
Programming Language of Choice: C++
Location: Northern Indiana

Allegro on Windows Vista not working

Post by riggamack »

Hello.

I recently got a new laptop and it has Windows Vista. I downloaded Dev-C++ and the Allegro library (and stuff.) Now, when I try to program, the window for my (crappy) game doesn't open. I've checked all the code, and its fine. And everything was perfect on my old computer which had Windows XP. I think the problem is because Dev-C++ or the version of Allegro I have is outdated for Vista..... help!
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: Allegro on Windows Vista not working

Post by dandymcgee »

Dev-C++ is no longer supported (hasn't been for about 10 years). Go download the express version of Visual Studio 2010.

http://www.microsoft.com/visualstudio/e ... pp-express

It is light years ahead of your current IDE and will drastically improve your debugging experience.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
riggamack
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Sat Jul 09, 2011 4:27 pm
Current Project: Map Editor and Shmup
Favorite Gaming Platforms: SMS, PS2, GB, DS, PS1
Programming Language of Choice: C++
Location: Northern Indiana

Re: Allegro on Windows Vista not working

Post by riggamack »

I got it, but I don't understand all this new stuff. o.o
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: Allegro on Windows Vista not working

Post by dandymcgee »

riggamack wrote:I got it, but I don't understand all this new stuff. o.o
Just create a new project, and add your existing code files. Getting Allegro linked correctly might take a few tries, I've never used it personally but I'm sure there are plenty of good resources if you search around. ;)
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
riggamack
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Sat Jul 09, 2011 4:27 pm
Current Project: Map Editor and Shmup
Favorite Gaming Platforms: SMS, PS2, GB, DS, PS1
Programming Language of Choice: C++
Location: Northern Indiana

Re: Allegro on Windows Vista not working

Post by riggamack »

I have. I cannot locate the .exe or the compile button. '.'
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: Allegro on Windows Vista not working

Post by dandymcgee »

riggamack wrote:I have. I cannot locate the .exe or the compile button. '.'
The .exe is in [project directory]/bin/Debug or [project directory]/bin/Release depending on which you compiled. F6 is compile, it can also be found in the Project menu as "Build". The green triangle is "Start Debugging" which will build in whichever mode you have selected (Debug or Release) then run the executable with the VS debugger attached. Pretty much the same idea as debugging in Dev-C++, but with a much more useful debugger.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
riggamack
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Sat Jul 09, 2011 4:27 pm
Current Project: Map Editor and Shmup
Favorite Gaming Platforms: SMS, PS2, GB, DS, PS1
Programming Language of Choice: C++
Location: Northern Indiana

Re: Allegro on Windows Vista not working

Post by riggamack »

I'm still confused about why all of these extra files are there, when in Dev-c++ there aren't many files that are created. '.'
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: Allegro on Windows Vista not working

Post by dandymcgee »

riggamack wrote:I'm still confused about why all of these extra files are there, when in Dev-c++ there aren't many files that are created. '.'
There are some debug databases and intellisense info. Dev-C++ doesn't have as advanced of a debugger, and as far as I know has no intellisense at all. Those files can be safely discarded upon completion of the project and final version distribution.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
Tom_leonardsson
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 62
Joined: Mon Jun 27, 2011 6:08 pm
Current Project: Map editor
Favorite Gaming Platforms: nes,nds,snes,DOS,GBA,the Nd,android
Programming Language of Choice: c/++,javascript,Java
Location: Sweden,skåne,Tecomatorp

Re: Allegro on Windows Vista not working

Post by Tom_leonardsson »

[quote="riggamack"] Windows Vista

aahhh there's your problem!
User avatar
DistortedLance
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 26
Joined: Fri Jul 22, 2011 12:36 pm
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: Allegro on Windows Vista not working

Post by DistortedLance »

You bumped a nearly two-month-old topic to post irrelevant information when the problem had already been solved? Awesome.
Tom_leonardsson
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 62
Joined: Mon Jun 27, 2011 6:08 pm
Current Project: Map editor
Favorite Gaming Platforms: nes,nds,snes,DOS,GBA,the Nd,android
Programming Language of Choice: c/++,javascript,Java
Location: Sweden,skåne,Tecomatorp

Re: Allegro on Windows Vista not working

Post by Tom_leonardsson »

DistortedLance wrote:You bumped a nearly two-month-old topic to post irrelevant information when the problem had already been solved? Awesome.
thanks :D
User avatar
ibly31
Chaos Rift Junior
Chaos Rift Junior
Posts: 312
Joined: Thu Feb 19, 2009 8:47 pm
Current Project: Like... seven different ones
Favorite Gaming Platforms: Xbox 360, Gamecube
Programming Language of Choice: C++, ObjC
Location: New Jersey.

Re: Allegro on Windows Vista not working

Post by ibly31 »

You didn't even use the quote tag correctly man!
Image
Twitter
Website/Tumblr
My Projects

The best thing about UDP jokes is that I don’t care if you get them or not.
Post Reply