弹出一个警告框:
Project Publisher.exe raised exception class EStackOverflow with message'Stack overflow'.Process stopped.Use Step or Run to continue.这是怎么回事呀?

解决方案 »

  1.   

    我的Access建表了,但表是空的,会不会是这个原因?
      

  2.   

    unit Glbl;interface
    uses dbtables;
    var
      muse:boolean;
      count:integer;implementationend.
      

  3.   

    Builder时的错误:
    [Error] sell.pas(226): ';' expected but '.' found
    [Error] sell.pas(230): Undeclared identifier: 'qy_m_outtotal'
    [Error] sell.pas(230): Missing operator or semicolon
    [Error] sell.pas(230): Missing operator or semicolon
    [Error] sell.pas(230): Missing operator or semicolon
    [Fatal Error] publish.pas(60): Could not compile used unit 'sell.pas'
      

  4.   

    你的代码明显有问题嘛!!第一个错误就是说,有某行的语句应该结束了,你应该打一个分号,可是DELPHI没找到那个分号,而是一个“.”!好好查一下你的代码
    'qy_m_outtotal'没有定义就用上了.........