DeepLoco icon indicating copy to clipboard operation
DeepLoco copied to clipboard

Issue occur when built on Windows by Visual Studio 2013

Open ColinZhou1993 opened this issue 4 years ago • 1 comments

Hi, @xbpeng @Neo-X , I met with a serious issue when I compiled the project on Windows:

** The code execution cannot proceed because openblas.dll was not found. Reinstalling the program may fix this problem **

 I downloaded the binary file from https://sourceforge.net/projects/openblas/files/, and add libopenblas.dll to the same folder of .exe, aftere that, the popup sayed missing some other .dll files. I added the missing files using the same way as dealing with libopenblas.dll. But the project stiil cannnot work. It gave the message:

Error 0xc00007b “Application was unable to start correctly”

So could you give me some advice to solve the problem, thank you very much.

ColinZhou1993 avatar May 22 '20 07:05 ColinZhou1993

Hello,

Did you follow step 1 of the build instructions and download library.zip?

https://github.com/xbpeng/DeepLoco/blob/master/README.md#windows

Neo-X avatar May 22 '20 14:05 Neo-X