[Resolu] Passer de Delphi6 à Windev

Posté par Anonyme le 5/8/2004 7:43:15
Bonjour,
je commence à transcrire mes anciens logiciel Delphi6 en Windev mais j'ai quelques soucis.
Est-ce qu'une âme charitable pourrais m'aider à transcrire ce petit bout de code :

type
TModeList = array [0..999] of Integer;
PModeList = ^TModeList;

TRadioInfo = packed record
dwSize : Longint;
dwFeatures : Longint;
wAPIVer : Word;
wHWVer : Word;
dwMinFreq : Longint;
dwMaxFreq : Longint;
iFreqRes : Integer;
iNumModes : Integer;
iMaxVolume : Integer;
iMaxBFO : Integer;
iMaxFMScanRate : Integer;
iMaxAMScanRate : Integer;
iHWInterface : Integer;
iDeviceNum : Integer;
iNumSources : Integer;
iMaxIFShift : Integer;
dwWaveFormats : Integer;
iDSPSources : Integer;
lpSupportedModes : PModeList;
dwMaxFreqkHz : Longint;
szDeviceName : array [0..MAX_DEVNAME-1] of Char;
iMaxIFGain : Integer;
dwSquelchFlags : Longint;
end;
PRadioInfo = ^TRadioInfo;

Merci beaucoup.

Cette contribution était de : http://old.wdforge.org/newbb/viewtopic.php?forum=5&topic_id=1191&post_id=4791