Prev: SMTP Mail error
Next: dotnet
From: Chucker on
Hi Folks,

I would like to use openmp support, one of the new features of VS 2005.

First of all I noticed, that you have to set either the openmp environment
variables "omp_dynamic" or "omp_num_threads" or
nothing will happen regardless of your compiler settings.

When I did this, I ended up with the following exception:

Unhandled Exception: System.IO.FileNotFoundException: The specified module
could
not be found. (Exception from HRESULT: 0x8007007E)
at empDllTest.DllTester.Main(String[] args)

(Once upon a time, a FileNotFoundException simply told you the filename it
was missing.............)

Using Filemon from Sysinternals showed me that the runtime tries to load
"vcomp.dll" and does not find it in any
of the 42 locations it is looking for.

I had the naive idea to simply copy the vcomp.dll to one of the directories
where the runtime is searching. I voted for
the applications work-directory and this is the result:

Error: R6034
An application has made an attempt to load vcomp.dll incorrectly.
Please contact the application's support team for more information.

(Interesting error message, you can even reproduce this error in the IDE
when you try to add a reference to vcomp.dll from one of the side-by-side
assemblys)

When I tried Google´ing for this error, I ended up with 0 hits! Although it
has a unique error code and even a description relating to vcomp.dll!

Could anybody please tell me where to copy "vcomp.dll" or what to reference
/ link elsewhere or how to configure the side-by-side assemblies so that
openmp support will work?

Best Regards

Chucker


 | 
Pages: 1
Prev: SMTP Mail error
Next: dotnet