hi, all

I want to link a dll file to my evc project?

how to do it?

and how to call the method on DLL file?

Thanks

Re: link a dll file in eVC++ by Andrey

Andrey
Mon Jun 20 12:09:40 CDT 2005

You can load a dll through LoadLibrary and get address of function in this
library by GetProcAddress.

Search for these functions and you get a lot of samples.

--

Andrey



"jeff" <jeff@discussions.microsoft.com> wrote in message
news:4121FBBA-A486-41CB-85EA-E14EDB6BCFAA@microsoft.com...
> hi, all
>
> I want to link a dll file to my evc project?
>
> how to do it?
>
> and how to call the method on DLL file?
>
> Thanks