blitzmovie 1.3b

Blitz3D Forums/Blitz3D Programming/blitzmovie 1.3b

rickavzstx(Posted 2009) [#1]
hello,

I have a problem with the function under blitzmovie 1.3b,

; Direct3D7 specific stuff (much faster than the software versions)

BLITZMOVIE_DrawD3D%(x%,y%,width%,height%):"_BLITZMOVIE_DrawD3D@16"

I search a working example code.
THANK YOU FOR YOUR HELPP..


rickavzstx(Posted 2009) [#2]
sorry is this function : device and ddraw ?


BLITZMOVIE_OpenD3D%(strName$,device%,ddraw%):"_BLITZMOVIE_OpenD3D@12"


Warner(Posted 2009) [#3]
I think you can use SystemProperty$ for those:
http://www.blitzmax.com/b3ddocs/command.php?name=SystemProperty&ref=2d_a-z


rickavzstx(Posted 2009) [#4]
Thank you, I try it...........