Hi Mark,
From: "Mark Dootson" <[EMAIL PROTECTED]>
I have a PDK packaged wxPerl app.
If I do not specify the --clean option, when I run the app, PDK creates 2
temp directories based on my login name
I do the same.
pdk-mdootson
pdk-mdootson-5698
All of my bound files (so the wxWidgets DLLs) go into pdk-mdootson-5698.
Everything else (perl58.dll, autoload dll's) goes into pdk-mdootson.
When the app exits, pdk-mdootson-5698 and its contents are removed.
Well, in my case, from 14 files in that directory, only 10 are removed.
Everything in pdk-mdootson is left.
In my case also.
Every time I run the app, a new folder with a unique name is created and
the wxWidgets DLLS placed in that. Multiple instances run at the same time
all get a unique folder. All these folders are removed when each instance
exits.
In my case also, but as I said, when the app exits, the directory is not
deleted.
I think that I might made an error in my code and I don't close the app as I
should do it.
If I close the app using alt+F4, the app closes, but do I need to handle
that close event and close() or destroy() something in that close handler?
Octavian