Search found 2 matches

by EmuEmperor
Mon Mar 24, 2014 7:58 am
Forum: Technical questions
Topic: can't find dll entry after protect
Replies: 2
Views: 6292

Re: can't find dll entry after protect

I'm sorry to say that maybe I made a mistake about the dll version, when I rebuild the project and protect again, it works well. Thanks anyway!
by EmuEmperor
Thu Mar 20, 2014 5:00 am
Forum: Technical questions
Topic: can't find dll entry after protect
Replies: 2
Views: 6292

can't find dll entry after protect

I have a dll write in native c++ and to be called in c# dllimport. Before protect with vmp, it works well. But after changing the original dll into the vmp protected one, I got a can't find dll entry point exception in c#. Can I call VMP protected dll from a managed exe?