The MASM Forum

General => The Workshop => Topic started by: untio on June 07, 2012, 01:53:39 AM

Title: CreateEllipticRgn undefined
Post by: untio on June 07, 2012, 01:53:39 AM
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.
Title: Re: CreateEllipticRgn undefined
Post by: xandaz on June 07, 2012, 02:07:09 AM
   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.
Title: Re: CreateEllipticRgn undefined
Post by: untio on June 07, 2012, 02:45:17 AM
Hi,

First, thanks for your answer.

Now it works. You are right.

May be the project needed to recompile.

Thanks once more.
Title: Re: CreateEllipticRgn undefined
Post by: xandaz on June 08, 2012, 11:45:19 AM
   glad to help...later.