T O P I C R E V I E W |
jokli |
Posted - Mar 11 2013 : 07:43:14 When I try the following command, I get a "File open/create error"
m_classifier := IEVisionLib.createCascadeClassifier(IEVC_FRONTAL_FACE_ALT);
The issue doesn't occur when I run the compiled program as an administrator.
Looking at SysInternals, it seems that the problem is caused, because the application wants to create a file "C:\1.dat". Since non-administrators have no access to the root directory of C:, this will not work.
But what can I do? It is not possible to always run the progs as an administrator.
Kind Regards Joachim |
1 L A T E S T R E P L I E S (Newest First) |
fab |
Posted - Mar 25 2013 : 03:02:16 Thank you for the post, this is a bug of current version. It will be fixed very soon. |
|
|