-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dll error #2
Comments
Hi, I'm having the same issue. Any help is much appreciated. Edit: I was able to install .NET Framework 3.5 on a virtual machine which enables the Demo.exe to run correctly on it. |
I also had the same issue. |
sorry for the inconvenience - the main idea about splitting this project into a c++ and a c# part was to make it open more widely (using C++) but with a easy UI (C#) for testing. But of cause this makes it more prone to problems. Also the code needs some cleanup... |
The C++ code is good for me. Releasing the c# code too would be very nice too! |
OK, I add the "c#-sli-library" folder with code from my original project... hopefully this helps somebody and do not increese confusion :-) - this code does not work stand alone - you need to fix some project specific issues (e.g. error handling, namespaces) |
Hi.
I've been trying to play with this app, but i get the error
"
jf_initLib Error: Impossible to load DLL 'eos-format.dll' specified module not found
(Exception of HRESULT : 0x8007007E)
"
Does anyone have had the same issue?? are there suggestions to get through that problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered: