Re: Carbon with UNIX
Re: Carbon with UNIX
- Subject: Re: Carbon with UNIX
- From: Edwin Vane <email@hidden>
- Date: Sun, 16 Jan 2005 12:58:02 -0500
- Mail-followup-to: XCode Users <email@hidden>
> I'm not really a Visual Whatever expert, but I'm sure there are a lot
> of things which make coding on Xcode easier than in VC++ as well. It's
> just a matter of watching out for the strengths of the Macintosh
> platform. Do you have NIBs on VC++? ZeroLink? Something like Cocoa?
I did not mean to get everybody riled up into a platform war. My
experience so far includes VC++. Since I'm trying to learn a new program
that "on the outside" does the same thing, I try to apply learning
transfer. This is something psychologists will tell you about and that
you'll find in any basic human-computer interaction course. You're
right though; it hasn't been working so well.
> struct stat sb;
> stat("/tmp", &sb);
I tried a simple test as you suggested and it still failed to work.
However, I noticed that you have 'struct stat sb' and I just had 'stat
sb'. Once I changed it, the errors went away. I'm assuming that this is
a C dialect problem. I can use my original syntax with gcc in Linux or
VC++ in Windows with no problems (using the default dialects). If
anybody knows off the top of their head about this, let me know.
Otherwise, eventually I'll get around to playing with it myself.
> 2) If it still doesn't work, search the net. You'll find the archives
> of Apple's lists indexed on Google.
I've spent a few hours doing this already. That's why I posted here. I
view mailing lists as last resorts. Google hasn't been too helpful in
general with my mac dev questions.
For the curiosity of all, I solved the UI problem too. Instead of deleting
the .plist file for Xcode from my preferences directory, I editted it
manually. By deleting the keys:
PBXHelpWindowContentConfiguration
PBXHelpWindowGeometry
the problem was solved.
Thanks for everybody's help.
Edwin V
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden