Search found 9 matches

by Motu23
Mon Jun 14, 2004 9:41 am
Forum: Tricks 'n' Tips
Topic: alphablending with directx9
Replies: 10
Views: 8073

It's working!

Thank you very much!

But i still have a question left...

What exactly is included in the Lib files? Do they include all directX9 graphics commands, or just the one you used in the example?
by Motu23
Fri Jun 11, 2004 2:25 pm
Forum: Tricks 'n' Tips
Topic: alphablending with directx9
Replies: 10
Views: 8073

Nice work.
Anyway I have a Compiler (3.90) problem with it.


Direct3DCreate9_(#D3D_SDK_VERSION)
"Direct3DCreate9_() ist not a function, an array or a linked list"

I have removed the InterfaceDX.res from the res foulder and downloaded the Include files from Codemonger.com.
What can be wrong :?:
by Motu23
Tue Aug 26, 2003 4:17 pm
Forum: Coding Questions
Topic: help with asm
Replies: 22
Views: 5670

How about this:

"ESI and EDI are processor registers. So you move every pixel from the videomemory to the CPU and from the CPU back to the videomemory. Thats not a good one... " Motu23


...
by Motu23
Tue Aug 26, 2003 12:49 pm
Forum: Coding Questions
Topic: help with asm
Replies: 22
Views: 5670

IHH.. That's ...
by Motu23
Tue Aug 26, 2003 12:24 pm
Forum: Coding Questions
Topic: help with asm
Replies: 22
Views: 5670

I haven't tested this, but i guess extra buffers are a little bit slower as you have to do all drawing operation twice. They cost extra memory as well...
You must select for yourself.
Good Luck with your Splitscreen. :-)
by Motu23
Tue Aug 26, 2003 11:40 am
Forum: Coding Questions
Topic: help with asm
Replies: 22
Views: 5670

try this piece of code:

InitSprite()
InitKeyboard()
OpenScreen(800,600,16,"Test Clip")

CreateSprite(0,64,64,0)
StartDrawing(SpriteOutput(0))
Box(0,0,64,64,255+255*256)
Line(0,0,64,64,255)
StopDrawing()

Dim Sprite_Width.l(100) ; Spritewidht will return cliped lenght !
Dim Sprite_Height.l(100 ...
by Motu23
Tue Aug 26, 2003 9:37 am
Forum: Coding Questions
Topic: help with asm
Replies: 22
Views: 5670

The second code works for you ? I just have a lot of stupid lines on the screen...

anyway you use two Startdrawing Stopdrawing Operations in the second example, this is a Timeeater by itself.

But i guess the more importent fakt ist that on the one Hand 2DDrawing Lib is allways not the fastes
And ...
by Motu23
Mon Aug 04, 2003 11:43 pm
Forum: General Discussion
Topic: How to get Network IP over LAN
Replies: 7
Views: 3655

Thanks for the fast reply, but...

the problem is that you must select the other computer by a dialog window. I need all the IP in the LAN without any user request. (just a list or something)...

It can be done with a batch:
Net View > NetTemp.txt
Exit

and then you can get the data from the NetTemp.txt, but i don't want to use old ...
by Motu23
Mon Aug 04, 2003 9:57 pm
Forum: General Discussion
Topic: How to get Network IP over LAN
Replies: 7
Views: 3655

How to get Network IP over LAN

I try to find out the IPs of all computers that are connected to my PC over LAN. Anybody got an idea how to manage this ?

thx, Martin :-)