| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Pro*C: error PCC-S-02201 while compiling
Andrea Laforgia wrote:
>>>It seems like the precompiler is unable to recognize the type MYSTRUCT
>>>I defined. >> >>yes, so if you wrap your typedefinition in a declare section, it should >>help ;)
What?, you are converting code from unix to windows. ABOMINATION!
just kidding :), actually been there myself.
If you want to avoid the declare section, you can set "parse=full" in the options for the precompiler, either in the "pcscfg.cfg" file or in the commandline. Consequently perhaps you also need to add "sys_include", which should point to the system header files.
You can read about the options in the "Pro C-C++ Precompiler Programmers Guide" available at OTN.
/Bent Received on Fri Sep 24 2004 - 09:25:25 CDT
![]() |
![]() |