当前位置: 代码迷 >> PB >> C0176 : Badly ordered Type and Variable Declarations.解决方法
  详细解决方案

C0176 : Badly ordered Type and Variable Declarations.解决方法

热度:407   发布时间:2016-04-29 08:58:35.0
C0176 : Badly ordered Type and Variable Declarations.
---------- Compiler: Errors
gfruntnx.pbl(u_vc_input_tnx_run_tab).10: Error C0176: Badly ordered TYPE and VARIABLE declarations. Is this modified exported source?
 ---------- Finished Errors

when i import a object into a pbl, show me the error. This object works good in other workspace. I check the code no problem. Please help me. this should be done at the end of week. Thanks

------解决方案--------------------
Perhaps you need some other objects.
Try add all .pbl from the workspace where it works good.
Then move the other pbl out one by one .
Check global variable declaration.
不会英语,你的环境不能用汉语吗? 
我的意思是你把能正常工作的那个环境的pbl都加进来,一个一个的去除,每去掉一个尝试一遍,看看是否缺少其他对象。
还有检查一下全局变量的定义
------解决方案--------------------
全局变量
------解决方案--------------------
呵呵,就是变量的问题,还有类型
------解决方案--------------------
这种问题比较麻烦,一般是反编译的代码才会这样的,因为反编译的只是在逻辑上符合要求,但少了有些部分的信息;
可以这样做,你把这个pbl备份下来,根据原来的对象的属性做一个一模一样的覆盖它~~
  相关解决方案