[omniORB] Fatal error
Chris Hafey
chafey@prowess.com
Fri, 04 Jun 1999 14:31:48 -0700
Hai,
This error occurs when the compiler attempts to use precompiled headers
for a file that does not include "stdafx.h" as its first include file. I
would recommend turning off precompiled headers for your omniidl2 generated
files. You can do this in the project settings, C/C++ tab, precompiled
headers category.
Chris Hafey
At 10:05 PM 6/4/99 +0100, Hai Wang wrote:
>Hi all,
> I have got a problem when I tried to compile the xxSK.cpp (stub)
>from one IDL file. The procedure is as follow:
> I wrote a simple application by using Vc++ 5, and then insert the
>stub file in my application. While I compile the application one fatal
>error occured "xxSK.cpp(37) : fatal error C1010: unexpected end of
>file while looking for precompiled header directive". I appreciate If
>anyone can help me solve the problem.
>Thanks in advance.
>Hai
>
>
>