digitalmars.D.learn - Loading a C/C++ dll
- OK <HerrSauronII lavabit.com> Sep 07 2010
- Kagamin <spam here.lot> Sep 07 2010
Hello again, I know the extern(C) mechanism, but how do I actually load a C-dll such that my D-program has access to the functions of the C/C++ dll. regards, Oliver
Sep 07 2010
OK Wrote:I know the extern(C) mechanism, but how do I actually load a C-dll such that my D-program has access to the functions of the C/C++ dll.
Sep 07 2010








Kagamin <spam here.lot>