Skip to content

Commit

Permalink
printf debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 10, 2024
1 parent 56de665 commit 2a9a684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_src/windows_fix/windows_fix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ static ERL_NIF_TERM evision_windows_fix_run_once(ErlNifEnv* env, int argc, const
ERL_NIF_TERM ret_term = error(env, "Cannot detect OpenCV lib directory");
return ret_term;
}
printf("Found OpenCV Lib Directory: %ls\r\n", lib_dir.c_str());

PCWSTR opencvLibDirectoryPCWSTR = lib_dir.c_str();
WCHAR pathBuffer[65536];
Expand Down

0 comments on commit 2a9a684

Please sign in to comment.