Board index » Visual Studio » OpenMP vcomp.dll and manifest files

OpenMP vcomp.dll and manifest files

Visual Studio364
I am a little lost here on how to get my program to run. I set the /

oopenmp flag on the compiler, added the pragma, and recompiled. When

I went to run the program it complained about not having vcompd.dll,

so I found it and copied it into the debug directory. Now it is

giving me the error message:



R6034

An application has made an attempt to load vcompd.dll without using a

manifest.



I checked things out and my VS2008 project *DOES* have an embedded

manifest. What do I need to do to make this work correctly?


-
 

Re:OpenMP vcomp.dll and manifest files

On Nov 16, 8:59 am, Cartoper <carto...@gmail.com>wrote:

Quote
I am a little lost here on how to get my program to run. I set the /

oopenmp flag on the compiler, added the pragma, and recompiled. When

I went to run the program it complained about not having vcompd.dll,

so I found it and copied it into the debug directory. Now it is

giving me the error message:



R6034

An application has made an attempt to load vcompd.dll without using a

manifest.



I checked things out and my VS2008 project *DOES* have an embedded

manifest. What do I need to do to make this work correctly?



Anyone have any thoughts?

-

Re:OpenMP vcomp.dll and manifest files

The solution was to simply include the omp.h header.

-