|
From: | Mike Henning |
Subject: | Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning |
Date: | Thu, 5 Oct 2006 01:42:58 -0700 (PDT) |
--- bj <address@hidden> wrote: > //windowwithbutton.rc file > #include "windowwithbutton.h" > #include <linktosoundandsentencetemp.h> > > ID_SOUND SOUND SOUNDfile This looks like the culprit, try using RCDATA instead of SOUND. example: ID_SOUND RCDATA SOUNDfile Then in your program you just reference the type as RT_RCDATA. I'll probably add support for text names in a future version, although they are rarely used anymore. Mike H. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
[Prev in Thread] | Current Thread | [Next in Thread] |