473,395 Members | 1,462 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,395 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 3624

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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.