I'm trying to access a dll located on a web server. Anyone know if this is possible? and if so how to do it or how difficult it would be do? Any help would be appreciated. Thank you.

Recommended Answers

All 2 Replies

Do you mean to use it with your code or to download it to a directory?

I intend to use it with my code.

So far, i can succesfully load standard windows dll's like kernel32 and msvcrt. I can also access methods in them. However, when I try to do the same with my dll, i can only load it, but not access the methods. Could this be some sort of permissions issue? I've read something about "public interfaces" but not too sure if thats of any help.

Thanks for the help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.