RE: [Plib-users] file selector length too small
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2004-10-20 13:29:41
|
Clay, Bruce writes: > I am using plib with an openGL program and ran into an error message > from the file selector saying the size is limited to 80 characters. > By modern standards that is a rather small director path. > I am using an version that is about a year and a half old. > Have there been any updates to this path length? Bruce I think that you can locally change PLIB / src / pui / pu.h from #define PUSTRING_MAX 80 to #define PUSTRING_MAX 256 safely. Note: This probably won't get into the official sources HTH Norman |