Hi there!
I wrote a small tk applikation in which i use the
$menu=$mw->Menu(...) to construct a menu like we know it from windows applications. This works fine, as does the rest of the script. i.e. i get a nice little gui (which does nothing much yet).
Now i want to make a win32 executable out of it using pp.
It works well BUT it does not provide me with the menubar in the exactuable.
Any idea what i might make wrong or what i should do?
thanks for any help!
Georg
PS.: im using activstate perl (and i dont get any error messages while packing the script)