Home » Community » Forums » » Text Input in an Allegro Game
  Intel sponsors gamedev.net search:   
[Control Panel] [Register] [Bookmarks] [Who's Online] [Active Topics] [Stats] [FAQ] [Search]

Add Forum to Favorites |  Send Topic To a Friend | View Forum FAQ | Track this topic


 Last Thread Next Thread 
 Text Input in an Allegro Game
Post Reply 
Thanks!

btw, I'm guessing the line:

if(ASCII >= 32 && ASCII >= 126)

should be:

if(ASCII >= 32 && ASCII <= 126)

lonesock
Piranha are people too.
www.lonesock.net
SOIL: Simple OpenGL Image Library
"The Core" iRiff
"The Mummy" iRiff

 User Rating: 1462   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

!?!

Forgive my amazement, but that code's been around a while. I'm surprised that was never noticed before (I mean, the code works fine ...). Crap; I wonder if I can get Dave to fix that ...

EDIT: Ha! It's right in my copy of the article. Dave must have accidentally put the wrong tag in there ...


Jesus saves ... the rest of you take 2d4 fire damage.

 User Rating: 1543   |  Rate This User  Send Private MessageView ProfileView Journal Report this Post to a Moderator | Link

The include statements are wrong, too. Instead of #include <...>, they're #include >...>.

 User Rating: 984   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

Quote:
Original post by bytecoder
The include statements are wrong, too. Instead of #include <...>, they're #include >...>.

That is part of the whole < goes > problem described above.

[EDIT] Allegro is - so - ugly.

[Edited by - Pipo DeClown on October 10, 2004 8:21:19 AM]

 User Rating: 1469   |  Rate This User  Send Private MessageView ProfileView Journal Report this Post to a Moderator | Link

Quote:

That is part of the whole < goes > problem described above.

I know. I just posted it so nobody missed it, since nobody explicitely said it.

 User Rating: 984   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

Nothing to see here. Move along.

 User Rating: 2088   |  Rate This User  Send Private MessageView ProfileView Journal Report this Post to a Moderator | Link

love your icon, dave. is that from some mascot?

 User Rating: 1160   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

That is truely awesome code. That 23old3year must be one truely awsome dude.

 User Rating: 1015    Report this Post to a Moderator | Link

All times are ET (US)

Post Reply
 Last Thread Next Thread 
Forum Rules:
You may not post new threads
You may post replies
You may not edit your posts
You may not use HTML in your posts
Jump To:
Administrative Options: