On Sat, 2002-09-07 at 15:21, Vadim Tkachenko wrote:
> According to Jack Strohm:
> > > Come to think of it, the phidgets code will always be a library - would it
> > > be C or C++... right? So, to make this stuff more clear, I'd do this:
> > >
> > > ./src/libphidget C library
> > > ./src/phidget++ C++ library
> > > ./src/examples everything else
> > >
> >
> > good idea.
>
> OK, I'll fix the makefiles, meanwhile, tell me which ones are the examples.
> I'd guess whatever is there with main() is an example. Same for main.c in
> ./src/libphidget.
just 2 examples. One just uses libphidget.so and it's main.c
the other is main.cc (I'm calling the executable phidgets) it requires
libphidget.so and libphidget++.so (which isn't being generated now).
|