02-28-2007, 02:55 PM
Type libraries are not used in exe. They are used only when creating exe.
Variables cannot be used in declarations.
Exe only have to register the ocx. For example use function RegisterComComponent. When registering, it must run as admin, or elevate to admin using flag 4.
Variables cannot be used in declarations.
Exe only have to register the ocx. For example use function RegisterComComponent. When registering, it must run as admin, or elevate to admin using flag 4.