COM: precompiled header in *_i.c files
-
Help, guys! I'm novice in COM and my question is very easy. I've created my first COM-server (say, Encoder that have produced files Encode_i.c and Encode.h). Now, I'm writting COM-client for my COM-server. I've created new project (Simple Win32 application), copied Encode_i.c and Encode.h into project with my COM-client. When I try to compile COM-client, I got the follows: c:\home\encodeclt\encode_i.c(50) : fatal error C1010: unexpected end of file while looking for precompiled header directive Error executing cl.exe. EncodeClt.exe - 1 error(s), 0 warning(s) What should I do? Yours sincerely, Alex Bash
-
Help, guys! I'm novice in COM and my question is very easy. I've created my first COM-server (say, Encoder that have produced files Encode_i.c and Encode.h). Now, I'm writting COM-client for my COM-server. I've created new project (Simple Win32 application), copied Encode_i.c and Encode.h into project with my COM-client. When I try to compile COM-client, I got the follows: c:\home\encodeclt\encode_i.c(50) : fatal error C1010: unexpected end of file while looking for precompiled header directive Error executing cl.exe. EncodeClt.exe - 1 error(s), 0 warning(s) What should I do? Yours sincerely, Alex Bash