Search:

Type: Posts; User: praseodeveloper

Search: Search took 0.00 seconds.

  1. I got it solved I just changed the memory model...

    I got it solved
    I just changed the memory model to large and it got OK
    I am happy

    Thanks for the helping mentality...
  2. asm { push ds // save DS push ...

    asm {
    push ds // save DS
    push es // save ES
    lds si, [ptr1] // set SI to offset of sprite
    mov ax, X // set AX equal to X
    mov bx, Y //...
  3. Thread: endl

    by praseodeveloper
    Replies
    7
    Views
    2,004

    thank you very much , major_small That was a...

    thank you very much ,
    major_small

    That was a new piece of information for me!!
  4. An error "invalid combination of operands and opcodes"!!

    I am using Turbo c++ 3.0 ,
    I tried out asm code within my c++ program.

    I have the following error on compilation.
    Please help

    "Invalid combination of operands and opcodes"

    I do not have a...
  5. Replies
    6
    Views
    1,624

    if you wish to write a class object into file ,...

    if you wish to write a class object into file , then do the following using fstream object


    fstream fout;
    fout.open("filename.ext",ios::binary|ios::out);
    fout.write((char...
  6. Replies
    6
    Views
    3,783

    by the way , how come you got 2GB log files ???...

    by the way , how come you got 2GB log files ???
    What are you actually intending at?
Results 1 to 6 of 6