>I did try to place the access path before but then I am having other errors.

Signature
CodeWarrior Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and our staff
-- http://www.codewarrior.com/community --
Ron Liechty - ron.liechty@freescale.com - http://www.codewarrior.com
> What you need to do is create a little project that is simple that
> duplicates this and send it to me, or preprocess one file that has the
> errors and send that and a project to me.
I did twice already directly to your mailbox : ron.liechty@freescale.com
If the email is wrong pls, give me another one.
> Do you understand I'm talking about the target settings and the access
> paths options in that, not the source file.
I do understand, I did all that!
First thing first: Are you on Tiger or Panther 10.3.9
If you are on Tiger then the problem will not rise.
On Panther 10.3.9
If you just take the default preset C++ project mac toolbox with nib.
and put those includes:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <memory.h>
#include <paths.h>
#include <time.h>
#include <cmath> // for sqrt() and pow()
#include <wctype.h>
#include <wchar.h>
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <mach/mach.h>
///////////////////////////////////////////////////////////////////////////////////////////////
#include <Carbon/Carbon.h>
#include <CoreFoundation/CoreFoundation.h>
#include <IOKit/IOKitLib.h>
#include <IOKit/serial/IOSerialKeys.h>
#include <IOKit/IOBSD.h>
#include <IOKit/IOCFPlugIn.h>
#include <IOKit/usb/IOUSBLib.h>
///////////////////////////////////////////////////////////////////////////////////////////////
#include <QuickTime/QuickTime.h>
voilà! it does not need more to start complaining...
Denis
> >I would not mind but many functions I am using does not find Include or
> >anything.
[quoted text clipped - 16 lines]
>
> Ron
Ron L - 29 Sep 2005 16:52 GMT
>> What you need to do is create a little project that is simple that
>> duplicates this and send it to me, or preprocess one file that has the
>> errors and send that and a project to me.
>>
>I did twice already directly to your mailbox : ron.liechty@freescale.com
>If the email is wrong pls, give me another one.
The mail must be getting bounced by spam filters.
>> Do you understand I'm talking about the target settings and the access
>> paths options in that, not the source file.
[quoted text clipped - 46 lines]
>
>voilà! it does not need more to start complaining...
Compiled without error for me.
Try reinstalling XCode and rebuild your precompiled headers.
Ron

Signature
CodeWarrior Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and our staff
-- http://www.codewarrior.com/community --
Ron Liechty - ron.liechty@freescale.com - http://www.codewarrior.com