473,320 Members | 1,572 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

vcomp.dll

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
Nov 7 '05 #1
0 3615

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Chucker | last post by:
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...
0
by: BallCOMET | last post by:
I have an application that I built with Visual Studio 2005 and for which I enabled OpenMP. If I open the compiled binary in Visual Studio, this is the manifest that is embedded in the executable...
8
by: ejack | last post by:
Hello: This is my first time here so I hope I am doing this correctly. I am trying to push a vector object into a vector (I think). Here is my code (header file first) but it's only part of the...
4
by: ejack | last post by:
int total = static_cast<int>(vComp.size()) - 1; int tTotalUnits = 0; float tTotalCostJob = 0; int i = 0; int j = 0; int counter = 0; bool foundFlag; vector<string> vItems;...
2
gchq
by: gchq | last post by:
Hi there There is no problem encypting and decrypting a credit card number, but whilst encrypting the expiry date seems to work it blows out on decryption with "Invalid length for a Base-64 char...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.