Support for Delphi

Support for Delphi

ColinLawsonintel's picture
Hello everyone, The problem I have at the moment is finding a solution for an application written in Delphi6. I know there is a wrapper available for Delphi 7 or higher but there does not seem to be any data in the articles, FAQ's or forum about a possible work around for submitting an app written in Delphi6. If anyone can provide any info on this it would be much appreciated. Thanks, Colin
6 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Valerian Kadyshev's picture

Colin, I guess the Bakno wrapper will work with Delphi 6 and even with earlier versions. As an alternative, you can write your own wrapper, like I did, or you may request it with full source code from me via the private messages.

JonB's picture

I'm trying to find my way around to create a wrapper for Delphi 6 as well. As for the Bakno wrapper, I prefer having the source code of the wrapper instead of having just a dll. Would someone be able to help me?

Thanks

serguei-ivantsov's picture

What kind of problem do you have with Delphi? It produces native Win32 applications.

BrianDevArch's picture

Colin,

Are you looking for an AppUp SDK proxy DLL to reference from your Delphi 7 application?

ColinLawsonintel's picture

The application is in Delphi 6.
The wrapper available is only for Delphi 7.x or higher.
Is there a solution for a Delphi 6 app ?

thanks.

Login to leave a comment.