This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hello
#6
I guess he is using already that version, since he says that there is an option to register that file.

The code registering WavDest.dll is this one (and it should be called with administrative privileges):
Code:
try
{
    var OutFile = Environment.SystemDirectory + @"\WavDest.dll";
    File.WriteAllBytes(OutFile, Assembly.GetEntryAssembly().GetManifestResourceStream("CSPspEmu.WavDest.dll").ReadAll());
    Process.Start(new ProcessStartInfo("regsvr32", String.Format(@"/s ""{0}"" ", OutFile))).WaitForExit();
    Environment.Exit(0);
}
catch (Exception Exception)
{
    Console.Error.WriteLine(Exception);
    Environment.Exit(-1);
}

If you are getting the WavDest on the same folder a the executable that's very strange, and that means that it doesn't detect system's directory or something. You can put it in any folder and run a console with administrative privileges and run "regsvr32 WavDest.dll".

Can you post here information about your computer and OS?
Which Windows Version, 32 or 64 bits, language... etc.
Reply


Messages In This Thread
Hello - by soywiz - 07-26-2011, 11:30 AM
RE: Hello - by shadow - 07-26-2011, 11:33 AM
RE: Hello - by sarim - 08-18-2011, 10:13 PM
RE: Hello - by srdjan1995 - 03-03-2012, 11:50 AM
RE: Hello - by MaXiMu - 03-03-2012, 01:03 PM
RE: Hello - by soywiz - 03-03-2012, 01:32 PM
RE: Hello - by srdjan1995 - 03-03-2012, 02:05 PM
RE: Hello - by soywiz - 03-03-2012, 03:08 PM
RE: Hello - by srdjan1995 - 03-03-2012, 03:14 PM
RE: Hello - by Abelus - 05-05-2012, 03:33 PM
RE: Hello - by Sawanaga - 05-06-2012, 02:43 PM
RE: Hello - by diablopop - 12-12-2012, 01:00 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)