关于view32缓冲的问题
编写好描述文件,为什么编译只生成头文件而生成不了二进制的.vv文件
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line error D8003 : missing source filename
CMDFML_CAT:211: ERROR: viewc32: unable to generate view object file
以上是报的信息
1、建立view描述文件
VIEW gamedraw
string game_no - 1 - 30 ""
string draw_no - 1 - 8 ""
string sale_begin_time - 1 - 20 ""
string sale_end_time - 1 - 20 ""
END
2、执行命令 viewc32 -n gamedraw
命令执行消息为:
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line error D8003 : missing source filename
CMDFML_CAT:211: ERROR: viewc32: unable to generate view object file
结束后生成 一个gamedraw.h却没有gamedraw.V或gamedraw.VV