The problem is simple. I have LoadLibrary on my c++ app and I want to load c# library but I don't know the entry point.
T0pAz 0 Newbie Poster
Recommended Answers
Jump to PostHave you tried this?
Jump to PostMaybe this CodeProject link can be of some help to you.
Jump to PostLoadLibrary
> hLibrary = LoadLibrary(L"something.dll");
OK. I'm totally confused. The above statement indicates that you are attempting to load a class library named something.dll which is managed code using a unmanaged Win32 API, LoadLibrary. I just don't see how that could possibly work. It's …
Jump to PostHere's a link to calling a managed dll from unmanaged code.
And listed below is a sample of calling a managed dll from managed code since I couldn't find a really simple basic …
All 15 Replies
thines01 401 Postaholic Team Colleague Featured Poster
thines01 401 Postaholic Team Colleague Featured Poster
T0pAz 0 Newbie Poster
skatamatic 371 Practically a Posting Shark
thines01 401 Postaholic Team Colleague Featured Poster
T0pAz 0 Newbie Poster
T0pAz 0 Newbie Poster
thines01 401 Postaholic Team Colleague Featured Poster
T0pAz 0 Newbie Poster
BobS0327 24 Junior Poster in Training
T0pAz 0 Newbie Poster
BobS0327 24 Junior Poster in Training
T0pAz 0 Newbie Poster
BobS0327 24 Junior Poster in Training
T0pAz commented: Thanks alot for this post. +0
T0pAz 0 Newbie Poster
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.