|
From: James L. <ja...@mi...> - 2001-12-11 09:32:46
|
I want to use wxConfig to save window position etc., and am having
trouble doing so.
It seems that wxConfig.pm has not been installed by default when
building/installing wxPerl, as when I try:
use wxConfig;
my $objConfig =3D wxConfig->new('MyApp');
I get the following error:
Can't locate wxConfig.pm in @INC (@INC contains:
c:/perl/5.6.1/lib/MSWin32-x86 c:/perl/5.6.1/lib
c:/perl/site/5.6.1/lib/MSWin32-x86 c:/perl/
site/5.6.1/lib .) at C:\MYDOCU~1\TFFC\MSEC-052\play\Test.pl line 11.
BEGIN failed--compilation aborted at
C:\MYDOCU~1\TFFC\MSEC-052\play\Test.pl line 11.
Of course, I'm new to wxWindows, so my understanding of *how* to use
wxConfig is probably at fault, too!
Help/pointers would be appreciated.
Thanks,
James Lavery
MicroSec Ltd
|