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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.