Results 1 to 2 of 2

Thread: Vertalen C-procedure naar Pascal-procedure

  1. #1

    Vertalen C-procedure naar Pascal-procedure

    Hallo allemaal,

    Hoe kan je onderstaande regel vertalen in een Pascal regel?

    BabTTS_Speak(LPBABTTS lpBabTTS,void* lpText,unsigned long dwSpeakFlag);

    H.G. Frans

  2. #2
    mov rax,marcov; push rax marcov's Avatar
    Join Date
    Apr 2004
    Location
    Ehv, Nl
    Posts
    10,357
    Delphi Code:
    1. procedure BabTTS_Speak(lpBabTTS:LPBABTTS;lpText:pointer; dwSpeakFlag:ulong);

    evt nog stdcall of cdecl en external name 'xxx', maar dat hangt af van omstandigheden die niet in die regel gespecificeerd zijn

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •