Advertisement

1 - 10 of 240 containing alltags:("Borland Delphi") (0.001 seconds)
http://developers.slashdot.org/article.pl?sid=06/02/08/1751208 Guys, I'm all crying inside. I've been using Borland IDE's since Turbo Pascal 4, I think, and this is truly the worst news I could ...
Zones: Delphi ProgrammingDate Answered: 06/26/2006 Grade: A Views: 0
Hi again to all Delphi Masters , My saga with Form Template continue but I hope now to be ended. I give one time 500 point but it's seems that code that I get didn't help me . What I'm trying to...
Zones: Delphi ProgrammingDate Answered: 11/28/2007 Grade: A Views: 0
Hello Experts :) I have two tables: TABLE1 with "events" and when they happened. TABLE2 with "descriptions" and when they happened. My software is supposed to iterate through all "events"...
Zones: Delphi Database, Delphi ProgrammingDate Answered: 01/09/2008 Grade: B Views: 8
Does anyone have, or would care to write, a "natural order" string comparison function in Delphi? "Natural order" is defined here at Martin Pool's site http://sourcefrog.net/projects/natsort/ ...
Zones: Delphi Programming, PascalDate Answered: 01/17/2008 Grade: A Views: 62
Hi Experts,  I am getting an error: "Project abc.exe raised exception class EDBEngineError with message 'Operation not applicable.'. Process stopped. use Step or Run to continue." If I click 'OK' ...
Zones: Delphi ProgrammingDate Answered: 01/31/2008 Grade: B Views: 46
Hello Experts :-) I have to understand how certain quite complicated method works. This method calls plenty of other methods which call other methods and so on. It is quite complex and diffi...
Zones: Delphi ProgrammingDate Answered: 02/05/2008 Grade: B Views: 0
Hello Experts :-) I try to do such thing: - I send TBitmap to DLL - DLL edits it - I get it back edited This is how I tried to achieve it: procedure TForm1.Button1Click(Sender: TObjec...
Zones: Delphi ProgrammingDate Answered: 02/06/2008 Grade: A Views: 4
Hello experts :-) I need to pass a bitmap to a dll, edit it there and then send to back. I know (thank you ziolko :-) ) how to do it using (Buffer : Pointer; StreamLength : Int64). However...
Zones: Delphi ProgrammingDate Answered: 02/14/2008 Grade: B Views: 9
my program needs to read command line parameters. So i am using paramstr to get the values , however i have a small problem when command line contains the character > or | This problem only comes...
Zones: Delphi Programming, Languages, MS DOSDate Answered: 02/08/2008 Grade: A Views: 0
Hello Experts :-) Another problem with DLL :-) I need: - send a string to DLL - play with it within DLL - get it back to main program This is how I do it: //MainProgram procedure...
Zones: Delphi ProgrammingDate Answered: 02/15/2008 Grade: A Views: 32