Sayfayı Yazdır | Pencereyi Kapat

exe dosyası hatası

Nereden Yazdırıldığı: Clomosy | Forum
Kategori: Genel Programlama
Forum Adı: Genel İşlemler
Forum Tanımlaması: TRObject dili ile programlama yaparken karşılaşılan genel işlemler
URL: https://forum.clomosy.com.tr/forum_posts.asp?TID=1178
Tarih: 13 Ağustos 2025 Saat 04:43
Program Versiyonu: Web Wiz Forums 12.07 - https://www.webwizforums.com


Konu: exe dosyası hatası
Mesajı Yazan: ela göçel
Konu: exe dosyası hatası
Mesaj Tarihi: 12 Ağustos 2025 Saat 18:22
bütün formlarım çalışırken tarifler butonuna tıklayınca böyle hata alıyorum yardımcı olur musunuz RUNTIME ERROR
File library tarifler: Access violation at address 00F9379C in module 'ClomosyLearn.exe' (offset A8379G). Read of address 00000018 when evaluating instruction CallProc (SFFFFFFFF, $2,5F93728,518E95160, 'AddNewVertScrollBox).
Stack content is: [Null, Null, Null, Null).
Source position: 7,72
Position: 7, 72. 
kodlarım bu şekilde
var
tarifler : TCLForm;
 vertScrollBox : TclVertScrollBox;
 testImg : TClProImage;
 i : Integer;
{
 vertScrollBox = tarifler.AddNewVertScrollBox(tarifler,'vertScrollBox');
 vertScrollBox.Align = alMostTop;
 vertScrollBox.Height = 300;
 vertScrollBox.ShowScrollBars = True;

 for (i = 1 to 10)
 {
 testImg = tarifler.AddNewProImage(vertScrollBox,'testImg'+IntToStr(i));
 testImg.Align = alTop;
 testImg.Margins.Top = 5;
 testImg.Height = 100;
 tarifler.SetImage(testImg,' https://clomosy.com/demos/balloon.png" rel="nofollow - https://clomosy.com/demos/balloon.png ');
 }
  tarifler = TClform.Create(Self);
 // tarifler.SetFormColor('#cce6d6', '#678e76', clGVertical);

  tarifler.Run;
}










Sayfayı Yazdır | Pencereyi Kapat

Forum Software by Web Wiz Forums® version 12.07 - https://www.webwizforums.com
Copyright ©2001-2024 Web Wiz Ltd. - https://www.webwiz.net