06-24-2009, 11:14
|
Maen Hasan

Joined on 08-05-2004
Posts 2,563
|
ePrint COM objects and DEP compatibility
|
 
 
|
|
|
Some of our customers noticed that when using the ePrint 5 COM objects with .Net under windows Vista, the JobInfoEvent doesn't fire on all PCs that support hardware Data Execution Prevention (DEP). You can workaround this issue by marking your assembly as non-DEP compliant. You do this by adding the below post-build event.
REM Mark project as DEP Noncompliant call "$(DevEnvDir)..\..\VC\bin\vcvars32.bat" call "$(DevEnvDir)..\..\VC\bin\editbin.exe" /NXCOMPAT:NO "$(TargetPath)"
Thanks, Maen Badwan LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|