Re: Bernie: Trouble with win32eru
- Posted by guest at rapideuphoria.com Apr 02, 2004
- 485 views
posted by: barnacle83-topica at yahoo.com Bernie, OK. I just tried Watcom's resource compiler and Borland's resource compiler. Only the tbar.res produced by Borland's could be processed by win32eru. Using Borland's resource compiler on one of my *.rc files, however, still produces a *.res that win32eru can't process. Here's the error in this situation: <dos> C:\Language\work\resource>ex win32eru.ex resource.res win32eru.ex:1221 in procedure Eh() subscript value 3 is out of bounds, reading from a sequence of length 2 ... called from win32eru.ex:1683 --> see ex.err C:\Language\work\resource> </dos> Here's my simple resource.rc: <textfile> #include "resource.h" SKIN MANIFEST "manifest.txt" </textfile> And here's resource.h: <textfile> #define SKIN 1 </textfile> I'm simply trying to use this process to bind a manifest file to my win32lib apps to give them WinXP skinning, although I plan to use this process for other things like icons, etc. Thanks for looking at this! Andrew