RE: [PDK-Beta] Bind files problem
by Howard A. Bullock other posts by this author
Oct 14 2004 4:46AM messages near this date
view in the new Beta List Site
[PDK-Beta] Bind files problem
|
[PDK-Beta] side-by-side installation
Are extracting the bound files?
--bind
extract
The bound file is extracted into the TEMP directory upon application start.
It is deleted when the application terminates. The extraction directory is
added to the PATH environment variable (as well as to the LD_LIBRARY_PATH
variable on Unix). It is also added to the front of @INC.
PerlApp::extract_bound_file(FILENAME)
Writes the content of a bound file to the filesystem. The file is created in
a temporary directory and is automatically deleted when the application
terminates. The function returns the filename of the temporary file:
________________________________________
I have built this:
"C:\Program Files\ActiveState Perl Dev Kit 6.0 Beta 1\bin\perlapp.exe"
--bind
test2.bmp[file=E:\Download\Wx\Wx-0.19\samples\controls\test2.bmp,mode=666]
--bind
icons/combo.bmp[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\combo.bmp
,mode=666] --bind
icons/combo.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\combo.xpm
,text,mode=666] --bind
icons/gauge.bmp[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\gauge.bmp
,mode=666] --bind
icons/gauge.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\gauge.xpm
,text,mode=666] --bind
icons/choice.bmp[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\choice.b
mp,mode=666] --bind
icons/choice.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\choice.x
pm,text,mode=666] --bind
icons/choice.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\choice.x
pm,text,mode=666] --bind
icons/list.bmp[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\list.bmp,m
ode=666] --bind
icons/list.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\list.xpm,t
ext,mode=666] --bind
icons/radio.bmp[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\radio.bmp
,mode=666] --bind
icons/radio.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\radio.xpm
,text,mode=666] --bind
icons/radio.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\radio.xpm
,text,mode=666] --bind
icons/stattext.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\statte
xt.xpm,text,mode=666] --bind
icons/text.bmp[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\text.bmp,m
ode=666] --bind
icons/text.xpm[file=E:\Download\Wx\Wx-0.19\samples\controls\icons\text.xpm,t
ext,mode=666] --bind
test2.bmp[file=E:\Download\Wx\Wx-0.19\samples\controls\test2.bmp,mode=666]
--norunlib --gui E:\Download\Wx\Wx-0.19\samples\controls\controls.pl
Â
But controls.exe complains "icons/combo.bmp (etc.)Â does not exists"
If I copy icons directory bellow the controls.exe, it works. What I am doing
wrong?
JB
Â
Thread:
broz
Howard A. Bullock
|