Re: How to use VARIANT Structure of C on MAC OSX and XCODE 2.2...............
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 8 mei 2006, at 10:59, Peter Seebach wrote: VARIANT V; V.vt = VAR_INT; Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... It gives error as VAR_INT is not declared and vt is of non type void *. Okay, you're hosed. This is not a feature of the language. Indeed, it's a feature of some standard Windows library. It's possible to implement support for it in any language (also on non- Windows platforms), but that's quite a bit of work. I don't know of a pure C implementation. This email sent to site_archiver@lists.apple.com
participants (1)
-
Jonas Maebe