How to Load D2Result.dll from eQUEST/DOE-2
Has anyone got some nice instructions on how to load and work with the D2Result.dll library distributed with eQUEST? It's used for parsing results. I've been able to register is with regsvr32 successfully, but whenever I try to load it into a Visual Studio 2015 I run into the following error:
"A reference to 'C:\Program Files (x86)\eQUEST 3-64\D2Result.dll' could not be added. Please make sure that the file is accessible, and that it is a valid assmebly or COM component.
I'm on Windows 7 64-bit and have tried both the 32 and 64 bit regsvr32.
Comments
@pflaumingo Do you really need to load it into Visual Studio? If yes, I cannot help but I've done it in the past using Python (here - not sure if the files are up-to-date on the repo...)
Awesome, thanks for the link! I've got it up and running. I was mainly just asking for Visual Studio because C# is my preferred platform/IDE. If anyone has any insight into how to get up and running in Visual Studio (VB or C#) then that'd be awesome. I'll run with @Jeremy's work for now.
@pflaumingo just in case, I've committed my last mods. Glad you were able to get it to run!
Do you know what a -99999.0 return value means? Or more generally where I can find descriptions of the return values?
I can still only seem to get it to return -99999.0 even using your test files. I'm using 64-bit python with the 64-bit DLLs, have you seen any differences between the DLLs?