Re: DirectX in HLA

From: NoDot (no_dot_at_msn.com)
Date: 05/11/04


Date: Tue, 11 May 2004 04:05:35 +0000 (UTC)

Frank Kotler <fbkotler@comcast.net> wrote in message news:<409FDE13.FFDA90CB@comcast.net>...
> Just as a wild-asmed guess - I'm not familiar with DirectX - is this
> stuff stdcall like the usual API? If so, you don't want to clean the
> stack. If it's C calling convention, you do. You know that, I'm sure...
> best I can do...
>
> Best,
> Frank

Reduced the ADD to four... same problem.
Commented out the ADD... same problem.
:-(
HELP! PLEASE!



Relevant Pages

  • Re: StdCall vs. CDecl
    ... __cdecl means that the caller needs to remove the args. ... caller to clean up the stack, while the caller will expect the function to ... why does our VB.NET code work well when the calling convention ...
    (microsoft.public.dotnet.framework.interop)
  • Re: DirectX in HLA
    ... > stuff stdcall like the usual API? ... you don't want to clean the ... > stack. ... If it's C calling convention, ...
    (comp.lang.asm.x86)
  • Re: Multithreading, crash
    ... call stack is different depending on how much I prune ... I am using multithreaded debug dll ... dx, debug conf, REF is always clean, relase DX always clean, relase conf ... not reflect the official views of the Microsoft Corporation. ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: printf doubt
    ... If the format is exhausted while arguments remain, ... same stack, like the old 6502, manage this. ... At least one popular compiler does not. ... The __stdcall calling convention is used to call Win32 API functions. ...
    (comp.lang.c)
  • Re: Calling a "procedure of object" routine w/variable parameters
    ... > Which calling convention are you using for your routines? ... > due to the way cdecl functions put parameters on the stack. ... Basically a Delphi routine is called from C, ...
    (borland.public.delphi.language.basm)