There is no convenient way to load class dynamically , you can use DELAYLOAD
(check that in the MSDN) the best way to-do it is to use COM.
-Original Message-
From: De Vos Rudi [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 3:01 AM
To: [EMAIL PROTECTED]
Subject: Encoders as dlls
On Mon, Jan 21, 2002 at 02:00:32AM +0100, De Vos Rudi wrote:
> How do you load a class dynamic ? I know how to load functions
> dynamic, but how do you dot it for a class.
I don't know much about Windows development, but I do have access to
Visual Studio and would be happy to play with it.
> If