This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mingw32 and CreateMappedBitmap


On Sat, 21 Aug 1999 00:43:21 -0400, "Patrick Block"
<panic@apexmail.com> wrote:

>I've had great success compiling windows applications with this compiler,
>but I just ran into a problem. I'm trying to use a function called
>CreateMappedBitmap, and I get this error:
>
>C:\WINDOWS\TEMP\cc5efYfb.o(.text+0xfe8):flash.c: undefined reference to
>`CreateMappedBitmap@20'

>Anyone have any idea how to solve this problem?

Have you tried linking your program with option -lcomctl32?

Regards,
Stuart


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]