So where did this MCALL come from? I did a search on the board and didnt find the source, only examples using it. I assume it is just a Macro for coinvoke.. but i dont like working on assumptions :)
Thanx
NaN
Thanx
NaN
Didn't it come from the directX pacakage at bizarrecreations?
Could be wrong, though. It is almost the same as coinvoke.
Thomas
edit: removed the link, doesn't seem to work (I tried bizarrecreations.webjump.com)
Could be wrong, though. It is almost the same as coinvoke.
Thomas
edit: removed the link, doesn't seem to work (I tried bizarrecreations.webjump.com)
Yes, it is defined in the include "objbase.def" it works a bit differnet than coinvoke because it does a normal invoke, then reset the actual assembler-address to change the call into an interface-call (that's one reason why I didn't have supported mcall anymore in the dx8-includes ...)
Greetings, CALEB
Greetings, CALEB
Gotcha, thanx.. long story short, i wont worry about it and continue things as i always have :)