EOSERV Forum > Programming > Anyone have Allegro Project Template Files?
Topic is locked.
Page: << 1 >>
Anyone have Allegro Project Template Files?
Author Message
Post #95132 Anyone have Allegro Project Template Files?

My experience with programming for most of the last couple of years has been that I create a new project and do all my output with "cout" or "System.out.println()" or some other equivalent.

Since I started playing around in Allegro, I've had to configure my IDE to link properly because you do a little more than "cout << lolcats". This is a total pain in the butt, to the point where I am actually too lazy to do ANYTHING allegro related because I don't feel like configuring theIDE yet again.

I know there are project templates for a lot of things in most IDEs, but I have yet to figure out how to make my own without that also being a total pain in the butt. I explored my options in VS 2010 but I would have to actually program it to work properly and again, I'm lazy.

Code Blocks seemed more promising but still didn't add all the properties for me like I wanted (plus I like VS 2010 better...).

Ultimate question: does anyone have a project template for either VS 2010 or Code Blocks that is set up to compile Allegro without making me do the actual work behind setting it up?

---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
14 years, 46 weeks ago
Post #95133 Re: Anyone have Allegro Project Template Files?

xD ive had it set up on my Visual C++ but i have no clue how i did it >.< do you have the includes/libs/etc extracted from the allegro folder to the right VC folder in your Visual Studio folder?

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 46 weeks ago
Post #95261 Re: Anyone have Allegro Project Template Files?

I have those stored in C:\allegro_5 right now.

---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
14 years, 46 weeks ago
Post #95264 Re: Anyone have Allegro Project Template Files?

Let me whip a basic template up for you. Give me about half an hour though as I'm pretty busy sorting my girls out.

---
I am an alien and not crazy!
14 years, 46 weeks ago
Post #95265 Re: Anyone have Allegro Project Template Files?
Desmond Taylor posted: (10th Aug 2011, 03:48 pm)

Let me whip a basic template up for you. Give me about half an hour though as I'm pretty busy sorting my girls out.


That would be fantastic. I'm working until five so don't feel pressured ^.^
---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
14 years, 46 weeks ago
Post #95269 Re: Anyone have Allegro Project Template Files?

http://files.desmondtaylor.co.uk/Allegro_basic_setup.zip I have included a readme file. Please read this before trying to compile. Download allegro from here

---
I am an alien and not crazy!
14 years, 46 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Programming > Anyone have Allegro Project Template Files?