AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Typumwandlung LongInt nach TObject?

Ein Thema von AlexII · begonnen am 9. Jan 2015 · letzter Beitrag vom 10. Jan 2015
 
AlexII

Registriert seit: 28. Apr 2008
1.717 Beiträge
 
FreePascal / Lazarus
 
#1

Typumwandlung LongInt nach TObject?

  Alt 9. Jan 2015, 21:49
Delphi-Version: 7
Hallo,

ich habe folgende Fehlermeldungen wenn ich meine Anwendung mit Lazarus in Linux Mint kompiliere:

AnredeComboBox.Items.AddObject(SQLQuery1.FieldByName('anrede').AsString, TObject(SQLQuery1.FieldByName('id_anrede').AsInteger));
Code:
Error: Illegal type conversion: "LongInt" to "TObject"

und umgehdreht

SQLQuery1.ParamByName('fk_land_id').AsInteger := Integer(LandComboBox.Items.Objects[LandComboBox.Items.IndexOf(LandComboBox.Text)]);
Code:
Error: Illegal type conversion: "TObject" to "LongInt"

Wie mache ich die Umwandlung richtig? Komisch, dass mit Windows da keine Probleme gibt, nur mit Linux.

Danke!
Bin Hobbyprogrammierer! Meine Fragen beziehen sich meistens auf Lazarus!
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:47 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz