-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folder for DLL files is missing #1
Comments
One (bad) solution is to download these DLLs online and try to run the program. Although it is not desirable, it would be good to know if the program can be run.
The code is old so it is not easy to set it up. Sorry about that.
Matthias
-------- Original message --------From: Adarsha Desai <[email protected]> Date: 9/10/17 15:25 (GMT-08:00) To: jongmoochoi/irisfaceRGBD <[email protected]> Cc: Subscribed <[email protected]> Subject: [jongmoochoi/irisfaceRGBD] Folder for DLL files is missing (#1)
I was able to compile the software, however now I am not able to run it because of few DLLs are missing.
They are
1.libgcc_s_seh_64-1.dll
2.libgfortran_64-3.dll
I am not able to get these DLLs. remaining issues I have sorted for myself. I am building 64 bit VS2015 solution with CUDA 8.0 in release mode, I was able to get similar DLLs with MinGW, but they are not the same and the application is not able to start. I think the instruction page mentions about DLL folder which is missing from repository.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/jongmoochoi/irisfaceRGBD","title":"jongmoochoi/irisfaceRGBD","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/jongmoochoi/irisfaceRGBD"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Folder for DLL files is missing (#1)"}],"action":{"name":"View Issue","url":"#1"}}}
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to compile the software, however now I am not able to run it because of few DLLs are missing.
They are
1.libgcc_s_seh_64-1.dll
2.libgfortran_64-3.dll
I am not able to get these DLLs. remaining issues I have sorted for myself. I am building 64 bit VS2015 solution with CUDA 8.0 in release mode, I was able to get similar DLLs with MinGW, but they are not the same and the application is not able to start. I think the instruction page mentions about DLL folder which is missing from repository.
The text was updated successfully, but these errors were encountered: