VS2005能否输出标准API DLL??
VS2003 不支持本地代码编译,好像2005能支持了,不过不知道能不能编译标准的API DLL ? 问题点数:100、回复次数:5Top
1 楼ChengKing((.net: http://blog.csdn.net/ChengKing ))回复于 2006-06-02 19:24:40 得分 0
aspnet_compiler -v [Application Name] –p [Physical Location] [Target]
aspnet_compiler –v /INETA –p C:\Websites\INETA C:\WroxTop
2 楼jlum99(闲人)回复于 2006-06-02 19:27:06 得分 0
楼上的能详细介绍一下吗?谢谢Top
3 楼ChengKing((.net: http://blog.csdn.net/ChengKing ))回复于 2006-06-02 19:27:55 得分 90
To precompile your application for deployment, you must use the aspnet_compiler.exe tool that now
comes with ASP.NET 2.0. You navigate to the tool using the Command window. Open the Command
window and navigate to C:\Windows\Microsoft.NET\Framework\v2.0.xxxxx\. When you are
there, you can work with the aspnet_compiler tool.
Before you do, however, create a folder in your root drive called, for example, Wrox. This folder is the
one you ask the compiler to output to. When it is in place, you can return to the compiler tool and give
the following command:
aspnet_compiler -v [Application Name] –p [Physical Location] [Target]
So, if you have an application called INETA located at C:\Websites\INETA, you use the following commands:
aspnet_compiler –v /INETA –p C:\Websites\INETA C:\WroxTop
4 楼jlum99(闲人)回复于 2006-06-02 19:33:05 得分 0
我下去试试,谢谢Top
5 楼liujiayu10(活着就好)回复于 2006-06-03 10:51:15 得分 10
应该可以,MSDN上有过示例!Top




