if it is possible to decompile a .dll file, can you pls suggest me a link for the decompiler…. i have aready searched extensively ….
Posts Tagged ‘Class’
Why Is It Not Possible To Decompile A .dll File Properly,though We Can Decompile A Java (.class) File Properly?
Wednesday, December 16th, 2009How To Create An Object To A Class Present In A Dll ?
Sunday, November 22nd, 2009In my VC++ win32 application,I was successful in loading a dll and also successful in using the methods of it directly.
But my present problem lies in creating objects to the classes that are present in that dll and accessing the methods in that class through the created object.
kindly provide me any sample code which does this.
thnx in advance.
Regards,
sunny.
How To Compile A Class Dll In Vb 2005 Express For Use From Vbscript?
Tuesday, October 13th, 2009There are some things I need to do that VB Script cannot do, so I made a class with the calls and checked the “make visible to Com” flag. Trying to register the dll with regsvr gives me a “no entry point found” error, and trying to add it to component services gives me a “no components found” error.
I am at the end of my rope and have searched google groups, msdn, and just about everywhere else. There does not appear to be any document that explains it so that it actually works.
How I Fix This Error The Dll For The Class Not Found?
Tuesday, October 6th, 2009When i login to my maplestory private server and log in with someone in a map with mob(monsters) it dc saying whats up at top
Vista System Restore Error Unexpected Error, Class Not Registered (0×80040154)..help!!?
Wednesday, September 9th, 2009when i open sys restore all it says is
“unexpected error, class not registered (0×80040154) please close system restore and try again” …o ive tried again, and again, and again….can someone please help.
Is There A Way To Store The Code For A Class In A Windows Dll?
Sunday, August 2nd, 2009I want to create a class, and I would like to store the implementation in a DLL. The thing is that I don’t know how to get around the extern “C” calling convention. Is there a good book about this?
If I Add A Reference Dll To A C# Project, How Would I Declare A New Instance Of The Class And Use Its Function?
Sunday, July 26th, 2009If i add a reference DLL to a C# project, how would i declare a new instance of the class and use its functions?