>>>>> "JG" == Jason Garrett <[EMAIL PROTECTED]> writes:
JG> Error - illegal use of precompiled header
JG> SerialMgr.h line 338 SYS_TRAP(sysLibTrapCustom+19);
JG> I am using the SerReceive() function, but suspect that the error is
JG> being caused by the lack of, or incorrectly used #include's. I am
JG> importing SerialMgr.h.
I did not overcome THIS EXACT one, but I did have same kind of
problem before( and I sometimes still do ).
It was including order that mattered.
Include Pilot.h before SerialMgr.h.
I beleave this will fix your problem.
----
Kenichi Okuyama@Tokyo Research Lab. IBM. Japan.