VFP - 创建项目和exe构建问题
我有一个应用程序,其中包含:
- 1 个程序文件
- 6 个主要窗体,包括主菜单
- 5 个其他窗体中的搜索窗体 每个
- 窗体中都有一些报告
我正在尝试使用这些窗体和报告构建一个 .exe 文件。当我从 FoxPro IDE 中运行程序时,它工作得很好,但是当我创建 .exe 文件时,它给我带来了很多问题。
有人可以逐步告诉我如何执行此操作,以便我的程序可以在另一台没有 FoxPro 的计算机上运行吗?
I have an application that consists of:
- 1 program file
- 6 main forms including the main menu
- 5 search forms in every other form
- A few reports in each form
I'm trying to build an .exe file, using these forms and reports. When I run my program from within the FoxPro IDE it works perfectly, but when I create an .exe file, it gives me a lot of problems.
Can someone tell me step by step how to do this so that my program can be run on another computer without FoxPro?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保 SET PATH TO ... 中有指向对象的路径。
Make sure you have paths to your objects in SET PATH TO ....