From: Daan L. <da...@cs...> - 2004-12-01 07:47:48
|
herington, dean wrote: > I'm using wxhaskell-0.8 on Windows XP. When starting it up, I get a > error dialog with: > > Ghc Error > Can't load bitmap 'wxBITMAP_STD_COLOURS' from resources! Check .rc file. > > What's it mean? What is the .rc file? (I thought that was an X thing.) It is a windows resource file that is normally compiled into your .exe. Do you use a debug version of wxHaskell? In principle, you should not get this message with a release version (even though it is harmless, right?). I think you get when using certain message dialogs right? I believe it is fixed in wxWidgets 2.5.x but I will look into it and see if it can be fixed manually by me for the next release of wxHaskell. (is it a critical thing for you?) All the best, Daan. |