News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

CreateEllipticRgn undefined

Started by untio, June 07, 2012, 01:53:39 AM

Previous topic - Next topic

untio

Hi,

First, thanks for your work.

Today I have tried to use CreateEllipticRgn. It is defined in gdi32.inc but the linker complains even after adding gdi32.lib.

I do not know if it is defined inside another file or if it is missing.

I am using CreateEllipticRgnIndirect that makes the same job for me.

Thanks for reading.

xandaz

   Are you using masm32's SDK? 11? I made an example and it works. No complaints about the CreateEllipticRgn function. In this cases it may be helpful to provide your own example. Thanks untio.

untio

Hi,

First, thanks for your answer.

Now it works. You are right.

May be the project needed to recompile.

Thanks once more.

xandaz