|
On 25/05/2006, at 12:30 AM, Brian Lewis wrote:
Say that I create some modules with CRTCMOD and create a program out of themwith CRTPGM.Can any of the functions exported from the modules be used by a third party in the same way one might use a service program? I think the answer is "noteasily", but I'm not sure.
You can do this but you have to use function pointers. You'll need to provide a means of calling your program so it returns an array of pointers to the functions you want to expose. Then your caller uses the function pointers to access the functions.
Otherwise you'll have to build a service program from the modules. You don't need to expose the key generation. The service program would validate the key on first call to any of the important functions and send an exception message if not valid. The key retrieval, validation, etc. would all be contained inside the service program.
Regards, Simon Coulter. -------------------------------------------------------------------- FlyByNight Software AS/400 Technical Specialists http://www.flybynight.com.au/ Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 /"\ Fax: +61 3 9419 0175 \ / X ASCII Ribbon campaign against HTML E-Mail / \ --------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.