AGB  ·  Datenschutz  ·  Impressum  







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

C --> Delphi übersetzen

Ein Thema von Mystic · begonnen am 9. Jun 2006 · letzter Beitrag vom 10. Jun 2006
Antwort Antwort
Waldteufel
(Gast)

n/a Beiträge
 
#1

Re: C --> Delphi übersetzen

  Alt 9. Jun 2006, 20:12
Hi Mystic.

Zitat von Mystic:
Mich verwirrt hier vor allem ALfloat* value und ALfloat *value. Was ist der Unterschied?
Gar keiner. Sind beides Pointer auf float.

Grob:

Delphi-Quellcode:
type
  PFloat = ^float;
  AFloat = array of float;

procedure alGetListenerf(Param : Integer; Value : PFloat ); cdecl;
procedure alGetListener3f(Param : Integer; value1, value2, value3 : PFloat ); cdecl;
procedure alGetListenerfv(Param : Integer; Values : AFloat ); cdecl;
Edit: Roten Kasten such...
  Mit Zitat antworten Zitat
Antwort Antwort


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 13:08 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