VB6 exe win7编译问题 [英] VB6 exe win7 compile issues

查看:126
本文介绍了VB6 exe win7编译问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在Windows 7 32位计算机上的vb6中制作独立exe时.它始终在其上带有盾牌标志(即UAC)进行编译.

我想在没有防护标志的情况下正常打开编译.

我仅在没有管理员的情况下打开vb6应用程序并在其中进行编译.

请帮忙.

When i make standalone exe in vb6 on windows 7 32bit machine. It always compile with shield sign on it i.e. UAC.

I want to compile without shield sign just open normally.

I am opening vb6 application without admin only and compiling in that.

Please help.

推荐答案

您需要添加一个清单以使其兼容.查看此链接:
http://msdn.microsoft.com/en-us/library/bb756929.aspx [ ^ ]

尽管vb6是不应该用于主动开发的那些语言之一,但是您应该考虑替换它.它已经没有未来了,麻烦会一直在等待着您.因此,最好的办法是添加清单,然后开始使用新版本,例如在vb.net中.

祝您好运!
You need to add a manifest to make it compatible. Check out this link:
http://msdn.microsoft.com/en-us/library/bb756929.aspx[^]

Although vb6 is one of those languages that shouldn''t be used for active development and you should consider replacing it. There is no future for it anymore and will trouble awaits you. So, best thing to do is to add the manifest and then get working on a new version, in vb.net for example.

Good luck!


您必须良好地创建程序,并在编译之前处理一些错误..
创建程序后,需要打开标题栏中的文件菜单,选中"Make project1.exe"并选择它,将出现一个窗口,在此处选择要保存程序的位置...在窗口顶部的组合框中选择文件....在下面的文本框中输入创建的文件的名称...然后单击选项按钮以填充提供的字段,并在设置后单击确定按钮这些东西.
最后单击保存按钮...现在您的程序已被编译....
每次您要打开程序...都可以在不启动vb的情况下打开它.
You have to create the program well, and handle some errors before compiling..
After you created your program,you need to open the file menu in the titlebar,check ''Make project1.exe''and select it, a window will appear,here you select the location you want your program to be saved....on the top of the window by selecting the file in the combo box....in the textbox below write the name of the file created...then click the option button to fill the provided fields and click the ok button after setting those things.
And lastly click on the save button...now your program has been compiled....
Every time you want to open the program...you can open it without launching vb.


这篇关于VB6 exe win7编译问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆