[Plib-devel] Re: Olivier's js code (LAVIGNE,ERIC), cygwin build
Brought to you by:
sjbaker
From: Olivier A <oli...@wa...> - 2004-09-03 20:55:31
|
> On Sat Aug 28 09:34:47 EDT 2004, Erik Hofman <er...@eh...> > wrote: > > > I just noticed that jsInit() is commented out in js.cxx. This > function is needed for platforms that don't have joystick support > (IRIX). The jsInit() function is now in the platform dependant code (jsWindows.cxx, jsMacOSX.cxx, ...) in order to perform initialisation (it previously was in the jsJoystick class constructor). If your platform has no support for joystick, you should use the jsNone.cxx file. Perhaps a change in the makefile will fix that issue... Olivier. |