PAR::Packer:如何向用户显示解包通知?
我使用 pp.bat 从 Perl 脚本构建可执行文件。有些可执行文件的大小为几兆,因此第一次调用它们时,需要几分钟才能解压。
当第一次调用此类可执行文件时,有什么方法可以向用户显示通知(通知用户必须稍等一下)?
I use pp.bat to build executables from Perl scripts. Some executables are several megs in size, so when they are invoked for the first time, it takes few minutes to unpack.
Is there any way to display a notification to a user when such executable is invoked for the first time (to inform user that he has to wait a little)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何将 Win32::GUI::SplashScreen 与 PAR 一起使用?
How do I use Win32::GUI::SplashScreen with PAR?