#define
#define
- Subject: #define
- From: "Hussain Bandukwala" <email@hidden>
- Date: Wed, 12 Mar 2003 19:28:50 -0500
Hi All,
This is a very rudimentary question and would appreciate it if someone would answer it for me.
There is a C and an Objective C version of an API in the same .m file.
The file is in the following fornat:
#ifdef USE_C_API
C version
#else
Objective C version
I would like to use the Objective C version. Whatand where in the file do I make the required definition to access the Objective C version?
Thanks,
Hussain
========================================================================
Hussain H. Bandukwala,
C-1116, 1189 Beall Ave.,
The College of Wooster,
Wooster, OH - 44691.
(Home) -- (330)-287-3000 (x-7107)
(Cell) -- (330)-412-1980
http://pages.wooster.edu/hbandukwala
"They build too low who build beneath the skies."
-- an inscription on a building in Washington, D.C.
========================================================================
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Re: #define
- From: Christian Longshore Claiborn <email@hidden>