Activity overview
Latest activity by nadav
I build a small project that calls the external DLL and print row to console after it finished.
When I tried to run this project via Ants Performance Profiler we can see the following rows in the console:
"OMP:< Error #178: Function SetThreadAffinityMask() failed:
OMP: System error # 2147487259: Unspecified error.
There are no errors in the event viewer and there are no other exceptions.
* This error can be seen only if you change the profiling mode to sample method level timings, in higher mode there are no error only stop the process. / comments
I build a small project that calls the external DLL and print row to console after it finished.
When I tried to run this project via Ants Performance Profiler we can see the following rows in the c...
Crash when loading external dll (DllImport)
Hello.
I'm using Ants Performance Profiler version 9.2.0.485.
My program is using external dll (written in C++), when the program needs to load the dll (using DllImport) the profiler crash.
When th...