Arsip: translate MoveMemory 'kernel32' VB ke Delphi

more 15 years ago
herux
Penempatan type kebalik.
yg ini taruh di paling bawah.
[code:1:0175942172]
type RSI_USER_RECORD = record
ID: RSI_ID;
authorityLevel: RSI_AUTHORITY_LEVEL;
end;
[/code:1:0175942172]

more 15 years ago
esafm
[quote:6a50aa4c3e="herux"]Penempatan type kebalik.
yg ini taruh di paling bawah.
[code:1:6a50aa4c3e]
type RSI_USER_RECORD = record
ID: RSI_ID;
authorityLevel: RSI_AUTHORITY_LEVEL;
end;
[/code:1:6a50aa4c3e][/quote:6a50aa4c3e]
maaf tadi copy paste,
jadi solusi nya gimana pa'?
procedure DisplayLastUserRecord(UserRec: RSI_USER_RECORD; Result: Longint);
var
teks: string[10];
begin
if (RSI_Result(Result) = RSI_SUCCESS) Then
begin
Result:=rsiIDToText(UserRec.ID, teks); // error UserRec.ID harus nya lebih detail, klo di VB langsung az
txtAuth.text:=IntToStr(UserRec.authorityLevel); // ini juga error
end;
end;

more 15 years ago
haidarfaz
UserRec.authorityLevel ==> bukan integer
lihat
http://www.delphibasics.co.uk/Article.asp?Name=Sets

more 15 years ago
DelphiExpert
coba tulis deklarasi RSI_ID versi VB-nya
txtAuth.text:=IntToStr(ORD(UserRec.authorityLevel)); // <-- kesalahan yg sama = capeee deee

more 15 years ago
esafm
@DelphiExpert: coba tulis deklarasi RSI_ID versi VB-nya
Type RSI_ID
b0 As Byte
b1 As Byte
b2 As Byte
b3 As Byte
b4 As Byte
End Type

more 15 years ago
herux
Function rsiIDToText(var ID: RSI_ID; text: String): longint; external 'rsidll32.DLL';
more ...
- Pages:
- 1
- 2
reply |
Report Obsolete
AI Forward

🚀 We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now:
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 5 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 13 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 13 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 13 years ago
Random Topic
- Garbage collector
by delphinewbie in Tip n Trik Pemrograman more 16 years ago - Setting Maskedit
by adit4it in Hal umum tentang Pascal Indonesia more 18 years ago - membuat simulasi di program delphi
by salsa in Hal umum tentang Pascal Indonesia more 14 years ago - How to reduce delphi EXE size?
by rydzâ„¢ in Tip n Trik Pemrograman more 17 years ago - Indonesian RentACoder..???
by ZeAL in Hal umum tentang Pascal Indonesia more 20 years ago - photo-box
by s1n6a_ws in Multimedia & Graphic Enhancement more 17 years ago - bagaimana cara menggunakan DBImage buat masukin image JPG ?
by shindo in Hal umum tentang Pascal Indonesia more 18 years ago - Posisi Main Menu?
by ekosch in Form Enhancement & Graphical Controls more 17 years ago - copy dan sambung karakter
by astika in Tip n Trik Pemrograman more 15 years ago - Anti-Virus with delphi ...
by xerion in Tip n Trik Pemrograman more 19 years ago