Connecting Tech Pros Worldwide Forums | Help | Site Map

Loading classes from DLL

harkeman
Guest
 
Posts: n/a
#1: Jul 19 '05
I used an utility called Excelsior JET to convert Java class files into a dll

My question is, how do i use a class in the DLL in vc++?

I am used to calling functions from DLLs using loadLibrary() but
class i have never used.

Help me.

Harkeman.

John Harrison
Guest
 
Posts: n/a
#2: Jul 19 '05

re: Loading classes from DLL



"harkeman" <harkeman@nepalimail.com> wrote in message
news:218c07c8.0307052017.5ccc21a0@posting.google.c om...[color=blue]
> I used an utility called Excelsior JET to convert Java class files into a[/color]
dll[color=blue]
>
> My question is, how do i use a class in the DLL in vc++?
>
> I am used to calling functions from DLLs using loadLibrary() but
> class i have never used.
>
> Help me.
>
> Harkeman.[/color]

Suggest you ask on a Windows programming group, try
news:comp.os.ms-windows.programmer.win32 or
news:microsoft.public.vc.language

john




Closed Thread