Results 1 to 10 of 19

Thread: Converting ASM to Pascal

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    on your chip.pas you posted i see this:

    Code:
     126: 	 basicstring = packed record
     127: 	  size:integer;
     128: 	  data:pointer
     129: 	end;
    anyways as i remember this is the standard format for ansistring, does it doesn't really matter, but in that case what is resvalue?

    try this.

    Code:
        args.outVal.n.sbuf := pansistring(resvalue)^;
        pansistring(resvalue)^ := ''
    i go to sleep for couple hour now, good night and good luck.
    Last edited by Colin; 18-03-2013 at 09:28 PM.
    Download the Ziron Assembler
    Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.

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
  •