Recent content by nuhin

  1. N

    Windows 10 programming using memory runtime error

    in the moment my program runs without paging and segmentation with only getmem.
  2. N

    Windows 10 programming using memory runtime error

    var ballnumber:^BYTE; Begin GetMem(ballnumber,70000); For i:=0 to 70000 do begin ballnumber^:=5;ballnumber:=ballnumber+1; End; End. at the next SEGM:0000 which will be written is a runtime error under dos i have experience with screen-paging, but if...
  3. N

    Windows 10 programming using memory runtime error

    is it for somebody possible to explain which procedures to write in asm,c,delphi until i can use number=pointer^;
  4. N

    Windows 10 programming using memory runtime error

    on programming languages even c or pascal, i have the problem, that if i getmem than i get a pointer somewhere, but if i write values to the followings segm:0000 and segm:0001, there will be a runtime error. how i can getmem more than 65 kByte?
Back
Top