Ok. I found the problem, Silly me.

In the package, I didn't export the procedure.

However, now it reaches the point where I run the procedure, I get a
runtime error stating that 'Application is not licensed to use this
feature'.

I understand that this problem has to do with having code written in
different versions of Delphi, but both the BPL and the application were
written by the same programmer in the same IDE, on the same machine.

Any clues?

Thanks,
Assaf.

-----Original Message-----
From: Mick Arundell [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 20, 2005 1:42 PM
To: [email protected]
Subject: [delphi-en] Re: Problems loading a BPL package dynamically


Assaf,
Seems an interesting project.
>From what I can see ExecF is already a procedure and
perhaps you mean

ExecF := GetProcAddress(phm, 'GetDrive');
no @

mick


-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to