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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21729454.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22983958.html
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"...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Database/Q_23063670.ht...
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/ ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23086281.html
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' ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23114383.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23129517.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23138183.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23140630.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23148540.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23163124.html