- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
//in my dll
__declspec(dllexport) void TestCircle(void)
{
InferenceEngine::CNNNetReader reader;
InferenceEngine::CNNNetwork network;
}
//in my exe
hDLL = ::LoadLibrary("C:/AiRun/bin/aiobject.dll");
when add CNNNetReader or CNNNetwork in function
LoadLibrary will failed hDLL = NULL
after mark them
// InferenceEngine::CNNNetReader reader;
// InferenceEngine::CNNNetwork network;
LoadLibrary is good and successful
why?
;
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok i found the reason
I need put all openvino's dll togther like inference_engine.dll opencv_world410.dll

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page