AGB  ·  Datenschutz  ·  Impressum  







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

Comparing functions

Ein Thema von Razor · begonnen am 28. Aug 2007 · letzter Beitrag vom 8. Nov 2007
Antwort Antwort
Seite 3 von 9     123 45     Letzte »    
Razor
(Gast)

n/a Beiträge
 
#21

Re: Comparing functions

  Alt 29. Aug 2007, 20:01
Muetze can you test this please!

Delphi-Quellcode:

//omcdrv.tGetPCIRDWord(0,24,03,$E4 ,pdata) ; //Compile


omcdrv.tGetPCIRDWord(0,24,03,$E4 ,pdata) ; //WONT Compile [Fatal Error]Internal L1333
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#22

Re: Comparing functions

  Alt 30. Aug 2007, 08:53
Can somebody test this please.Becouse only then i will know that it isnt my delphi that is wrong and currupted.
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#23

Re: Comparing functions

  Alt 31. Aug 2007, 11:45
*push*
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#24

Re: Comparing functions

  Alt 2. Sep 2007, 12:55
For crying out loud,cant nobody test this?
  Mit Zitat antworten Zitat
Muetze1
(Gast)

n/a Beiträge
 
#25

Re: Comparing functions

  Alt 2. Sep 2007, 13:38
Oh, sorry. I've tested it some days ago and it works without any problems. Even due the fact of an internal error, I would suggest to reinstall Delphi or install the updates.

Works on D5 Ent UP 2 and D7 Ent UP1...
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#26

Re: Comparing functions

  Alt 2. Sep 2007, 13:39
Thank you!!!!!!!!


Now i know my delphi is currupted
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#27

Re: Comparing functions

  Alt 4. Nov 2007, 15:50
No sadly this still won't work i have tried every possilbe combo but no,and yea my delphi dosent need update and its not curruped.

So help still needed.
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#28

Re: Comparing functions

  Alt 4. Nov 2007, 19:00
i know its basics but how to call this

tPCIIO = class(TInterfacedObject, IPCIIO)
private
FIPortIORef: IPortIO;
procedure GetPCIRDWord(dwBus, dwDev, dwFunc, offs: Byte; var pdata: DWord); <<<<<< +This
procedure SetPCIRDWord(dwBus, dwDev, dwFunc, offs: Byte; pdata: DWord); <<<<<<< This
procedure GetPCIRWord(dwBus, dwDev, dwFunc, offs: Byte; var pdata: Word);
procedure GetPCIRByte(dwBus, dwDev, dwFunc, offs: Byte; var pdata: Byte);
procedure SetPCIRByte(dwBus, dwDev, dwFunc, offs, pdata: Byte);
function ProbeDevice(dwBus, dwDev: Byte): boolean;
procedure FindDevice(VendorID, DeviceID: DWord; var fPCIDevice: tPCIDevice);
public
constructor Create(const IPortIORef: IPortIO);
destructor Destroy; override;
end;
  Mit Zitat antworten Zitat
dominikkv

Registriert seit: 30. Sep 2006
Ort: Gundelfingen
1.109 Beiträge
 
Delphi 2007 Professional
 
#29

Re: Comparing functions

  Alt 4. Nov 2007, 19:43
1.
Zitat von Phoenix:
What did we say about double-posting?
You're doing it again, so take this (again) as a warning to NOT double post.
2. These two Methods are private, so you can call them only in the class, but not from outside.
Dominik
Wer anderen eine Grube gräbt, hat ein Gruben-Grab-Gerät!
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#30

Re: Comparing functions

  Alt 4. Nov 2007, 19:55
I know but how exactly...i know becouse they are private only inside and not outside.

But i call it via


Delphi-Quellcode:
procedure tform1.load;
var
omc:tomcdrv;
begin

{omc.>what goes here to have > procedure GetPCIRDWord(dwBus, dwDev, dwFunc, offs: Byte; var pdata: DWord);

with pdata:dword and not pdata:cardinal becouse it wont work}


end;
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 3 von 9     123 45     Letzte »    


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:37 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz