Loading classes from DLL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • harkeman

    Loading classes from DLL

    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

    #2
    Re: Loading classes from DLL


    "harkeman" <harkeman@nepal imail.com> wrote in message
    news:218c07c8.0 307052017.5ccc2 1a0@posting.goo gle.com...[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.program mer.win32 or
    news:microsoft. public.vc.langu age

    john




    Comment

    Working...