Questions tagged [loadlibrary]
558 questions
-4
votes
1 answer
How do I get Matlab R2007b to work with Visual Studio c++ 6.0?
How do I get Matlab R2007b to work with Visual Studio c++ 6.0 in (Win 7.0 64 bit OS) ?
I get the following error:
>> loadlibrary dog.dll dog.h
Warning: Shared libraries are not supported on this platform.
Functions that do not have a…

jdl
- 6,151
- 19
- 83
- 132
-4
votes
1 answer
Loading remote libraries in Java
I know a similar question has already been asked here but nobody seems to have answered it.The project I'm working on requires these features.
A dll has to be loaded from the server to the program running at client side.
The native methods in the…

Milan
- 47
- 6
-5
votes
1 answer
c++ use LoadLibrary to load winapi interfaces from dlls
How can I use this function to load winapi interfaces like ishelllink from dll , I already can load winapi functions properly without problems

prog511
- 29
- 6