[omniORB] "No implementation header file" error found in omnithread.h file

Duncan Grisby duncan at grisby.org
Thu Nov 1 09:15:08 GMT 2007


On Wednesday 31 October, Ashish Bhatt wrote:

> Now I have included this omnithread.h to my other project's file like
> #include "omnithread\omnithread.h" and it shows me the error like .......
>  
> fatal error C1189: #error : "No implementation header file"

You need to set the correct pre-processor defines. In your case, you
need to set __WIN32__

Surely that's obvious from the code around the #error directive?

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list