Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I write a mini activation key software for active our software that we sold. in this program can fill buyer info such as name and email and then create a reg file for unlocking main software. but this program is windows application so I need to Implementation these code on the our website that our customers can fill info and then send reg file to their email address. please let me know if you have any idea!

share|improve this question
Good luck with that. :-) Seriously. It's difficult to do a good job of this that doesn't drive away your paying customers. – Warren P Apr 5 at 3:36
Perhaps you'd find some payment processing company, that combines internet wallet and applciation activation services ? I heard WebMoney announced such service – Arioch 'The Apr 5 at 8:33

closed as not a real question by Ken White, Peter M, Nick Hodges, Remy Lebeau, Jerry Dodge Apr 4 at 21:01

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

I'm assuming you want to re-use the Delphi code that generates the registration files. In which case make an old fashioned cgi script that is backed by your Delphi program. You'll need the webserver to be running Windows and support executing Win32 executables as cgi scripts.

That said, you may be better off porting to something more natural for serverside execution. This isn't really the most natural home for Delphi code.

share|improve this answer
1  
but he place a .net tag. Either topic starter has not clue with .Net is, or he used Delphi.Net rather than Delphi.Win32 – Arioch 'The Apr 5 at 8:34

Not the answer you're looking for? Browse other questions tagged or ask your own question.