• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Using Garbage Collection (Cross Language)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using Garbage Collection (Cross Language)


  • Subject: Using Garbage Collection (Cross Language)
  • From: Tommy Nordgren <email@hidden>
  • Date: Wed, 20 Feb 2008 22:07:36 +0100

How can I be sure that references to Objective C classes are not collected prematurely in
cross language development?


typedef struct listelem {
	struct listelem * next;
	id data;
};

class MyClass {
	id somedata;
public:
	MyClass(id dat): somedata(dat) {};

};

etc ...


------------------------------------- This sig is dedicated to the advancement of Nuclear Power Tommy Nordgren email@hidden




_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Using Garbage Collection (Cross Language)
      • From: Charles Steinman <email@hidden>
  • Prev by Date: Rotated NSImage drawAtPoint:... slow
  • Next by Date: Re: NSPopUpButton menu list not showing all the menu items
  • Previous by thread: Re: Rotated NSImage drawAtPoint:... slow (*$?! photoshop)
  • Next by thread: Re: Using Garbage Collection (Cross Language)
  • Index(es):
    • Date
    • Thread