You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
I have built all caffe.sln(CPU_ONLY) successfully and it's ok when using c++.
But the program fails when trying to use caffe.managed.dll in c#.
I have tried test.sln in #43 and got this Debug output:
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Unloaded 'C:\Test\bin\x64\Release\caffe.managed.dll'
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Unloaded 'C:\Test\bin\x64\Release\caffe.managed.dll'
First-chance exception at 0x000007FEFCEEA06D in Test.exe: Microsoft C++ exception: EEFileLoadException at memory location 0x00000000005FA968.
First-chance exception at 0x0000000076ECC55B (ntdll.dll) in Test.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
I have copied all the files from build directory and comfirmed OK by using Dependency Walker.
I am using visual studio 2013, windows 7.
Does anyone have any suggestions?
The text was updated successfully, but these errors were encountered:
I have built all caffe.sln(CPU_ONLY) successfully and it's ok when using c++.
But the program fails when trying to use caffe.managed.dll in c#.
I have tried test.sln in #43 and got this Debug output:
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Unloaded 'C:\Test\bin\x64\Release\caffe.managed.dll'
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Unloaded 'C:\Test\bin\x64\Release\caffe.managed.dll'
First-chance exception at 0x000007FEFCEEA06D in Test.exe: Microsoft C++ exception: EEFileLoadException at memory location 0x00000000005FA968.
First-chance exception at 0x0000000076ECC55B (ntdll.dll) in Test.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
I have copied all the files from build directory and comfirmed OK by using Dependency Walker.
I am using visual studio 2013, windows 7.
Does anyone have any suggestions?
The text was updated successfully, but these errors were encountered: