Hi Mick.

Thanks, but no. GetProcAddress returns an address, not a pointer (it's a
WINAPI function), so I need to assign its result to the variable's
address (i.e. the variable's address is the procedure's address), rather
than point to it.

Anything else? Perhaps there's some naming convention I'm missing? 

-----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