Search found 3 matches

by Richard Wright
Thu Apr 03, 2008 12:41 pm
Forum: Developer's Forum for macOS
Topic: Weak Link on MacOS X
Replies: 8
Views: 110958

Weak Linking

Yes, I have your include file included (it will not compile without it). I found I can get the code if(InstallConnexionHandlers != NULL) { ... to compile if I do _not_ put the extern OSErr InstallConnexionHandlers() __attribute.... after the include file. So it appears to work... until I run it on a...
by Richard Wright
Thu Apr 03, 2008 8:56 am
Forum: Developer's Forum for macOS
Topic: Messages get queued
Replies: 10
Views: 124354

Queued Messages

I'm having the same issue. Any chance we'll see this added to the driver "soon".

Richard
by Richard Wright
Thu Apr 03, 2008 8:54 am
Forum: Developer's Forum for macOS
Topic: Weak Link on MacOS X
Replies: 8
Views: 110958

Weak Linking Framework

Weak linking the 3DConnexion framework was a piece of cake... however the instructions for testing to see if the framework is present does not work. I'm running Leopard, and XCode 3.0. I have the following declaration at the top of my source file: extern OSErr InstallConnexionHandlers() __attribute_...