|
|
Re: RE: Momentics compiler doesn't recognize PhAB types?
|
|
02/13/2008 4:06 PM
post5013
|
Re: RE: Momentics compiler doesn't recognize PhAB types?
It must be that your Ap.h file is damaged or is not being picked up from the correct location. Usually ablibs.h includes
this header.
To see what is going on, you can view the output of the preprocessor. If you cannot resolve the problem, try posting the
preprocessed file here.
One way to get the output of the preprocessor is to use the following option to qcc: -Wc,-save-temps
This will leave behind temporary files in the compilation directory.
Regards,
Max
|
|
|
|
|