求助 在c++6.0下编译c#如何设置
如题,因.NET的编程环境太大,所以想采用VSc++6.0环境。
我已经知道了一点设置的方法,但设置后自定义的关键字颜色没有改变,也就是说我自己设定的c#的关键字系统没能识别。我的设置方法如下,估计是文件(usertype.dat)名称不对,请各位知者帮忙。谢谢!
设置方法:
1.查找Tools>Customize ,Menu contents 空白条输入C#&Run 回车 Command中输入C:\WINDOWS\ServicePackFiles\i386\csc.exe Arguments:$(FilePath) 选中Use Output Windows
2.建立一个USERTYPE.DAT:
abstract
base
byte
checked
decimal
delegate
event
exdouble
exfloat
finally
fixed
foreach
get
implicit
in
internal
is
lock
null
object
out
override
readonly
ref
sbyte
sealed
set
string
typeof
uint
ulong
unchecked
unsafe
ushort
3.复制上文件到Msdev.exe所在的目录(c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin)中。
4.打开一个cs文件,在窗口中右击鼠标,选中“Properties”,在“Language”中选择“C/C++”;
5.在“Tools”选择“Options”>“Format”,Colors>User Defined Keywords>Foreground、Backround