Re: [Plib-users] The Necessity of DLL's
Brought to you by:
sjbaker
From: Matt J. <mat...@fa...> - 2005-04-01 09:42:54
|
On Thu, 31 Mar 2005 18:57:30 -0800, "Steve Baker" <sjb...@ai...> said: > It sounds like you are still linking against it...look at your > compile commands. Yes, this seems like the crux of it! As a relative newbie I still haven't sorted this dynamic/static stuff out yet. > If you utterly want to minimise depenencies and your windowing needs are > very basic (ie opening one window and rendering OpenGL into it) - then > you may be able to manage with PLIB's own 'PW' windowing library. For > simple single window applications, it's a lot like GLUT...but it's a part > of PLIB so there are no extra dependencies. Sounds interesting, I'll look into it. cross-platform too, I hope? Anyway, huge thanks for all the help :) Matt |