Вот ошибка : ndow.WndProc(Message& m) в System.Windows.Forms.NativeWindow.Callback(IntPtr...

0 голосов
102 просмотров

Вот ошибка :

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 Files\PascalABC.NET\LibSource\GraphABC.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


Информатика (112 баллов) | 102 просмотров
Дан 1 ответ
0 голосов

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

(798 баллов)
0

урс

0

упс*

0

тогда не знаю. У меня ваша программа работает

0

Что мне  винду переустанавливать?

0

Жаль.....

0

Винду точно нет)

0

Попробуйте удалить нэт фрамворк и паскаль полностью и скачайте заново по этой ссылке http://pascalabc.net/ssyilki-dlya-skachivaniya

0

Думаю поможет

0

Спасибо

0

Надеюсь получится)