Groups | Search | Server Info | Login | Register
Groups > de.comp.lang.assembler > #1241
| From | Jens Kallup <paule32.jk@gmail.com> |
|---|---|
| Newsgroups | de.comp.lang.assembler |
| Subject | kleiner Typo |
| Date | 2023-10-29 16:40 +0100 |
| Organization | kallup non-profit |
| Message-ID | <kq7cmlF60lqU2@mid.individual.net> (permalink) |
| References | <kq6ju5F6i5U1@mid.individual.net> <uhlk3i$3shdj$1@dont-email.me> <kq7cj5F60lqU1@mid.individual.net> |
Am 2023-10-29 um 16:38 schrieb Jens Kallup: > library kalle32; > uses windows; > procedure kalli(h: HWND; t,c: PChar; u: UINT); stdcall; export; > begin > MessageBoxA(h,t,c,u); > end; > begin > MessageBoxA(0,'xxxxx','tttt',0); > end. library kalle32; uses windows; procedure kalli(h: HWND; t,c: PChar; u: UINT); stdcall; export; begin MessageBoxA(h,t,c,u); end; exports kalli; begin MessageBoxA(0,'xxxxx','tttt',0); end. -- Diese E-Mail wurde von Avast-Antivirussoftware auf Viren geprüft. www.avast.com
Back to de.comp.lang.assembler | Previous | Next — Previous in thread | Next in thread | Find similar
MZ + PE + Code := Flat Image für Windows 10 64-Bit - NASM / YASM Jens Kallup <paule32.jk@gmail.com> - 2023-10-29 09:37 +0100
Re: MZ + PE + Code := Flat Image für Windows 10 64-Bit - NASM / YASM Herbert Kleebauer <klee@unibwm.de> - 2023-10-29 13:44 +0100
Re: MZ + PE + Code := Flat Image für Windows 10 64-Bit - NASM / YASM Jens Kallup <paule32.jk@gmail.com> - 2023-10-29 16:38 +0100
kleiner Typo Jens Kallup <paule32.jk@gmail.com> - 2023-10-29 16:40 +0100
Re: MZ + PE + Code := Flat Image für Windows 10 64-Bit - NASM / YASM Herbert Kleebauer <klee@unibwm.de> - 2023-10-29 17:29 +0100
Re: MZ + PE + Code := Flat Image für Windows 10 64-Bit - NASM / YASM Blacky Cat <paule32.jk@gmail.com> - 2025-07-26 16:20 +0200
csiph-web