Fixed for AMD64 compatibility

This commit is contained in:
David Anderson
2005-08-24 18:13:40 +00:00
parent d802a3c961
commit 1114443a43
3 changed files with 16 additions and 3 deletions

View File

@ -80,7 +80,10 @@ namespace AMXXRelease
p.WaitForExit();
if (!File.Exists(file))
{
Console.WriteLine("Output file failed: " + file);
return null;
}
//Now we need to see if the DL handle is valid!
string dlsym_dir = m_Cfg.GetSourceTree() + "\\plugins";