HelpDump Files

Posts 13 of 3 · Page 1 of 1
Dump Files
Can someone please dump cshell. I'm on windows 7 32 bit and when i use virtual box with windows xp my computer goes wayy to slow to be able to do anything. I will be much appreciative if someone does!
Didnt I mentioned that over 200 times?
So, open C++ make a console application.
Inlcude your stuff, and use LoadLibary API to load CShell
Quote Originally Posted by Ch40zz-C0d3r View Post
Didnt I mentioned that over 200 times?
So, open C++ make a console application.
Inlcude your stuff, and use LoadLibary API to load CShell
I have never done it that way or seen it done before but this is what i got.

Code:
#include <iostream>
#include <Windows.h>
HMODULE WINAPI LoadLibrary(
  _In_  LPCTSTR lpFileName
);
HINSTANCE hinstLib;
int main()
{
	hinstLib = LoadLibrary(TEXT("C:\\Nexon\\Combat Arms\\Game\\CShell.dll")); 
	system("PAUSE");
}
But i get an error cannot find vivoxsdk.dll please reinstall this application. But i made the application lol
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?