News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

background

Started by six_L, May 25, 2007, 05:01:52 AM

Previous topic - Next topic

six_L

Hello,all

the background has been worked fine in an_1.exe, but the messy lines had been drawed.
the lines had been drawed fine in an_2.exe, but the background isn't what i need.

i want to the lines in an_2.exe and the background in an_1.exe.
how do i?


[attachment deleted by admin]
regards

ramguru

Could you define your project more precisely? What those lines are for? - to make triangles? chaos theory? And regarding background, do you need full screen, do you need solid color background etc...

P1

I don't have gdiplus.inc/lib in my distribution of MASM32.

So you will need to include them.

Regards,  P1   :8)

six_L

Hello, ramguru and P1
Thanks your response.

QuoteCould you define your project more precisely? What those lines are for? - to make triangles? chaos theory? And regarding background, do you need full screen, do you need solid color background etc...
i want to draw dynamically and periodically some lines on desktop.

QuoteI don't have gdiplus.inc/lib in my distribution of MASM32.
So you will need to include them.
found it at attachment


[attachment deleted by admin]
regards