Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: barrin
  • Content: Threads
  • Order by date
  1. barrin

    Help: Exception cannot be handled error

    Hi there, I'm developing an application in .NET, but it seems that every app that I design/compile on my system, won't work on any others. Here is a quote from somebody else describing the error (I do not get any errors myself): "yeah it gave me an error, exception which could not be handled...
  2. barrin

    Help with console

    Hi, I have two components, a RichEdit which acts as a console, and an Edit which acts as input to the console. What I want to be able to do is prompt for several pieces of information in the console (RichEdit), while providing the information through the input (Edit). My problem is that I am...
  3. barrin

    2D Scrolling Platform Game

    Hello, I'm just looking for some advice. First of all, I don't even know if its wise to use Delphi for this genre of game, but it's all I have to work with. I'm just a little bit unsure how I should approach the whole graphics element of the project. Should I use certain components or just like...
  4. barrin

    Tile-Grid Playing Area

    I need to know how to make a playing area for a game I am creating. It would use a system of tiles on a grid, with each tile reacting differently when the sprite comes in contact with it, ie. background tiles that the sprite can walk over, wall tiles which cannot be traversed, and doors that...
  5. barrin

    Accessing an entity of a record, using a string.

    Let's say I have a record: TRecord = record variable1: Integer; variable2: Integer; end; and a string: aString: String = 'variable1'; Is it possible to access variable1 of TRecord using the string with its name, aString? for example, something along these lines... var aRecord: TRecord...

Part and Inventory Search

Back
Top