Allegro on Windows Vista not working
Moderator: Coders of Rage
-
- 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
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!
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!
- dandymcgee
- 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
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.
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!
-
- 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
I got it, but I don't understand all this new stuff. o.o
- dandymcgee
- 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
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.riggamack wrote:I got it, but I don't understand all this new stuff. o.o
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
-
- 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
I have. I cannot locate the .exe or the compile button. '.'
- dandymcgee
- 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
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.riggamack wrote:I have. I cannot locate the .exe or the compile button. '.'
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
-
- 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
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. '.'
- dandymcgee
- 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
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.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. '.'
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
-
- 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
[quote="riggamack"] Windows Vista
aahhh there's your problem!
aahhh there's your problem!
- DistortedLance
- 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
You bumped a nearly two-month-old topic to post irrelevant information when the problem had already been solved? Awesome.
-
- 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
thanks :DDistortedLance wrote:You bumped a nearly two-month-old topic to post irrelevant information when the problem had already been solved? Awesome.
- ibly31
- 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
You didn't even use the quote tag correctly man!
Website/Tumblr
My Projects
The best thing about UDP jokes is that I don’t care if you get them or not.