The MASM Forum
General => The Workshop => Topic started 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.
-
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.
-
Hi,
First, thanks for your answer.
Now it works. You are right.
May be the project needed to recompile.
Thanks once more.
-
glad to help...later.