Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ArezLiszt

macrumors newbie
Original poster
Nov 5, 2009
1
0
Hi all,

I'm using Xcode 3.2 on snow leopard now,

I want to add a new header file "Network.h" to my C++ project, but I have no clue how to do it since it's a different software from Dev C++.

Also,how t to add a new parameter of the project let's call it "NTL.a" ?

Thank you so much for your help.
 
I want to add a new header file "Network.h" to my C++ project, but I have no clue how to do it since it's a different software from Dev C++.
To add a new file to your project you can click onto the gear icon labeled "Action" on the project window of xCode, then Add>New file...

Also,how t to add a new parameter of the project let's call it "NTL.a" ?

What do you mean with "parameter"? If it is a library you can drag&drop the .a file on your project window or click Action>Add>Existing frameworks then if your lib isn't in the list click "Add Other..." and select it.

If you mean a flag for the compiler or something similar you can edit the configuration of your project by clicking onto the project name with the small blue icon in the left column (Groups & Files), then click the Info button and select the Build tab.

I hope I've helped you..

bye
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.