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, 2009

if it is possible to decompile a .dll file, can you pls suggest me a link for the decompiler…. i have aready searched extensively ….

How To Create An Object To A Class Present In A Dll ?

Sunday, November 22nd, 2009

In 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, 2009

There 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, 2009

When 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, 2009

when 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.

Explorer.exe, Rundll32.exe Error Message “class Not Registered”?

Thursday, August 27th, 2009

When ever I start up my computer I get a message saying “rundll32.exe class not registered.” When I try to open my documents, computer, control panel, and network I get the message “explorer.exe class not registered” and then they dont open. I’m getting alot of other error messages from things like iTunes that say “bad image” but I can still open those programs so that’s not a big problem. Does anybody know how to fix this? I have windows vista, if that matters.

Is There A Way To Store The Code For A Class In A Windows Dll?

Sunday, August 2nd, 2009

I 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?

C# How Can I Connect A Dll File From Class Library To A Button?

Sunday, July 26th, 2009

I have a button and would like to connect that button with a dll class file library (a class added by ‘add reference’). I already have code inside that class that I would like to be executed when the button is pressed. Basically, how can I connect button1 to a class….is what I’m trying to say.

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, 2009

If i add a reference DLL to a C# project, how would i declare a new instance of the class and use its functions?