发行版运行错误
小草sd 2009-07-24 04:42:22 BCB
去掉这个选项:Build with runtime packages.
在这里:
__fastcall TsMainForm::TsMainForm(TComponent* Owner)
: TForm(Owner)
就会有如下异常:
Project test.exe raised exception class EOSError with message '', Processstopped. Use Step or Run to continue.
加上这个选项,就一切正常。
我要去掉这个选项,怎么办?