Passing a __int64 asl result true SendMessage

Started by
0 comments, last by Sander Aerts 21 years, 3 months ago
Lo all, i have 2 programs 1 one program runs in daemon mode and the other runs in console. The console application connects to the messageloop of the daemon and send a message. The daemon returns a __int64 as result. But that doesn''t seem to be supported can somebody give me some advice to fix this problem? Thx ------ With kind regards, Sander Aerts aka DrSnugels Crap --------------------------- mov ax, 013h; int 10h; mov ax, 0xa000h; mov es, ax; mov di, 3360; mov al, 15; stosb; mov ax, 0002h; int 21h; mov ax, 03h; int 10h;
------With kind regards,Sander Aerts aka DrSnugelsCrap :)---------------------------mov ax, 013h; int 10h; mov ax, 0xa000h;mov es, ax; mov di, 3360; mov al, 15;stosb; mov ax, 0002h; int 21h;mov ax, 03h; int 10h;
Advertisement
Ok guys nevermind it i have fixt it with some bitshifting and sending 2 32 bit values

thx anyway

------

With kind regards,

Sander Aerts aka DrSnugels

Crap
---------------------------
mov ax, 013h; int 10h; mov ax, 0xa000h;
mov es, ax; mov di, 3360; mov al, 15;
stosb; mov ax, 0002h; int 21h;
mov ax, 03h; int 10h;
------With kind regards,Sander Aerts aka DrSnugelsCrap :)---------------------------mov ax, 013h; int 10h; mov ax, 0xa000h;mov es, ax; mov di, 3360; mov al, 15;stosb; mov ax, 0002h; int 21h;mov ax, 03h; int 10h;

This topic is closed to new replies.

Advertisement