Re: Cross Platform Development
Re: Cross Platform Development
- Subject: Re: Cross Platform Development
- From: Chris Hanson <email@hidden>
- Date: Tue, 16 Jul 2002 17:22:22 -0500
At 10:51 PM +0200 7/16/02, Rolf Peder Klemetsen wrote:
My first attempt at importing a C++ file into ProjectBuilder failed
miserably since the classes CObject and CString do
not seem to be part of any available framework on the OSX side. This
surprises me greatly since these are very basic classes. Am
I mistaken here or do I have to use other types ?
These are Microsoft-specific (or Borland-specific) classes, not
classes that are part of Standard C++.
You can implement your own equivalents on other platforms if they're
really basic, or you can convert your code on the PC side to use
Standard C++ classes like std::string.
-- Chris
PS - Your email client seems to be broken, the text of your message
is wrapped really bizarrely. This made it difficult to read your
message. You might want to fix it.
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
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.