Page 2 of 2

Re: Ultimate3D

Posted: Mon May 10, 2010 7:00 pm
by Fluid Byte
purescotty wrote:Thank you, this is all new and exciting for me. Press the "code" button, I got it!
Now learn the power of the "Edit"-button and we are almost there.

Re: Ultimate3D

Posted: Mon May 10, 2010 7:05 pm
by purescotty
Nope, I'm using 2.1.1.1, that must be the problem. I'll try latest version. Thanks pjay.

Yes Fluid Byte, I shall learn the ways of the "Edit" button!

Scotty

Re: Ultimate3D

Posted: Mon May 10, 2010 7:30 pm
by Rings
DAMM COOL HINT !
can saves a lot of headaches
thx for that .
Trond wrote:Paste this on the top of your code:

Code: Select all

Global _regout
Macro regout(register)
  !push register
  !pop  [v__regout]
  !pushad
  Debug _regout
  !popad
EndMacro
Then paste this at various places in the code:
regout(esp)

It will debug a number that should be the same each time (unless you're inside a procedure). If it isn't you did something wrong with the number of parameters of some called imported function.

Re: Ultimate3D

Posted: Wed May 12, 2010 1:00 am
by purescotty
Thank you pjay, that was the problem. Version 2.1.1.3 works great.
The ability of Ultimate3D to load and manipulate Anim8or "Figures" is going to
save me alot of work.

Thanks again.
Scotty