Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.assembler > #1241

kleiner Typo

Path csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Jens Kallup <paule32.jk@gmail.com>
Newsgroups de.comp.lang.assembler
Subject kleiner Typo
Date Sun, 29 Oct 2023 16:40:05 +0100
Organization kallup non-profit
Lines 27
Message-ID <kq7cmlF60lqU2@mid.individual.net> (permalink)
References <kq6ju5F6i5U1@mid.individual.net> <uhlk3i$3shdj$1@dont-email.me> <kq7cj5F60lqU1@mid.individual.net>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding quoted-printable
X-Trace individual.net 7GbKagIKTY+TUIMBosDflQDjjV/yj0BpUaTCea+fMVmZ/K6SHU
Cancel-Lock sha1:kFhMQA/WZ1tQ7NbXYVv8kaXOEF8= sha256:S6P9aeh/ZaWRKxkUieWZ2nyQNSk/91SRC3Lyd+6YIlw=
User-Agent Mozilla Thunderbird
Content-Language en-US
In-Reply-To <kq7cj5F60lqU1@mid.individual.net>
X-Antivirus Avast (VPS 231029-2, 29.10.2023), Outbound message
X-Antivirus-Status Clean
Xref csiph.com de.comp.lang.assembler:1241

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar


Thread

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