Вот ошибка :
ndow.WndProc(Message& m) в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) в System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) в System.Windows.Forms.Application.Run(Form mainForm) в GraphABC_implementation____.GraphABCimplementation______.InitForm0() в C:Program FilesPascalABC.NETLibSourceGraphABC.pas:строка 3712 в System.Threading.ThreadHelper.ThreadStartContext(Object state) в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) в System.Threading.ThreadHelper.ThreadStart()
Program Concebtric; uses graphABC; var i:integer; begin
setWindowSize(400,400); SetPenStyle(psClear);
for i:=20downto 10do begin Setbrushcolor (RGB(10*i,0,0)); Circle(200,200,i*10); end;
end.
программа, если надо.
Помогите
Заранее, спасибо!
Это проблема паскаля или компа?
У меня Windows XP SP3 .Net framework 1.5

Судя по тому что в ошибке всё ссылается на адрес паскаля Ошибка в паскале.

Оцени ответ
Подпишись на наш канал в телеграм. Там мы даём ещё больше полезной информации для школьников!

Загрузить картинку
×