命令行的tao编译idl有问题,出现下面的错误,不知为啥.
e:\idl>f:\ace-5.3+tao-1.3\ace_wrappers\bin\tao_idl.exe -gi sample.idl f:\ace-5.3+tao-1.3\ace_wrappers\bin\tao_idl.exe: spawn of cl.exe failed用vc工程里的自定义的编译idl就没有问题
invoking tao idl compiler on $(inputpath)生成实现文件,但是生成的stub与skel文件的包含文件有时好像有问题
$(ace_root)\bin\tao_idl -i..\idl\ -ge -sc -gi -wb,export_macro=dll_export -wb,export_include="dll_export.h" -wb,pch_include=stdafx.h $(inputpath) 不生成实现文件,生成的stub与skel文件的包含文件有时候没有问题 $(ace_root)\bin\tao_idl -i..\idl\ -ge -sc -wb,export_macro=dll_export -wb,export_include="dll_export.h" -wb,pch_include=stdafx.h $(inputpath)单独生成实现文件
$(ace_root)\bin\tao_idl -i..\idl\ -ge -sc -gi -wb,export_macro=dll_export -wb,export_include="dll_export.h" -wb,pch_include=stdafx.h $(inputpath) del *c.h *c.cpp *s.h *s.cpp *t.h *t.cpp *.i或者生成实现文件将其他stub与skeleton的删除
... 下一页