Search found 1 match

by JiriHnidek
Thu Mar 15, 2007 5:21 am
Forum: MacOS Discussion Forum
Topic: Developing using the OS X driver
Replies: 10
Views: 33435

Simple code example

Hi, this is my first post here. This is very simple c code (it only prints some debuging informations to stdout, but it can be very good begining and tutorial for any mac os x coder): #include <stdio.h> #include <MacTypes.h> #include <ConnexionClient.h> #include <ConnexionClientAPI.h> static void Ad...