Board ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
magine@pipeline.com (magine) // User Search
magine@pipeline.com (magine) // User SearchDelphi (Object Pascal)Oct 3, 1998, 1:38am
[View Quote]
>The Aw.dll can be linked into an application created in the Delphi
>visual programming environment using Object Pascal. The attached Zip >file includes a Pascal unit with a complete set of declarations and >import library for Aw.dll, plus a Delphi version of the Sample1 program, >which ran successfully earlier today. This may interest those AW >citizens who were discouraged when they heard that knowledge of C/C++ >would be necessary to use the new SDK. Bless you. :) I've been programming in plain old C for over 10 years, but I recently discovered Delphi and although I still like C better than Pascal as a language, for quick and easy development the Delphi package beats MS Visual C++ hands down. I was working on making a Delphi unit for the SDK when I found yours here...thanks for saving me the work. :) -Magine Delphi (Object Pascal)Oct 3, 1998, 1:45am
[View Quote]
<snip>
> Of course Delphi makes it easy to design a windowed form with >controls on it, etc., and later you can make your own Bot object >classes, Avatar object classes, attach database objects, image files, >etc., which as you know is very easy to do in Delphi, and hard to do in >C or even C++. Delphi is great...I wrote World Mapper with it, BTW. It would have taken five times as long for me to write it in Visual C++. -Magine (pardon the slight off-topic) Delphi (Object Pascal)Oct 3, 1998, 9:01pm
BTW, I having a lot of problems with stack overflow and crashing,
until I changed all the "stdcall" declarations to "cdecl"...that seems to work better.... -Magine [View Quote] >The Aw.dll can be linked into an application created in the Delphi >visual programming environment using Object Pascal. The attached Zip >file includes a Pascal unit with a complete set of declarations and >import library for Aw.dll, plus a Delphi version of the Sample1 program, >which ran successfully earlier today. This may interest those AW >citizens who were discouraged when they heard that knowledge of C/C++ >would be necessary to use the new SDK. API and DelphiOct 3, 1998, 1:40am
See the message from Canopus headed "Delphi Object Pascal"!
-Magine [View Quote] >Hello, > >I am using Delphi3, and I would like to know if someone could help me using >the API with this language. > >I need some help about it. > >Thank you > >Jean Philippe > Roland: SDK docs for viewing off-line?Oct 3, 1998, 1:59am
Roland,
Would it be possible to make the SDK documentation available in a downloadable form for reading off-line? Kind of hard to save all those frames. :) (Or are you just waiting until it's out of beta?) thanks, -Magine |