| Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 | 1. New User Build Error #3711 Posted by: 2004-04-03 10:58:49 | Hi All,
I installed Dev-C++ 4.9.8.7 & wxWidgets 2.4.2 DevPack and the wxWidgets 2.4.2 distro all per instructions (yep - actually read everything & followed). I then imported the "widgets" VC++ project from the examples and saved as a Dev-C++ project. Compiling went OK with 0 errors, but the build failed with the following error:
<snip>
windres.exe -i widgets_private.rc -I rc -o widgets_private.res -O coff
windres.exe: can't open cursor file `wx/msw/hand.cur': No such file or directory
make.exe: *** [widgets_private.res] Error 1
Execution terminated
The files are all present, and the compiler is setup to locate these directories. Seems like it's almost there, but not quite. Suggestions?
Thanks, Dan | 2. Re: New User Build Error #3722 | Set your "resource include directory" in dev-cpp project options accordingly. | 3. Re: New User Build Error #3819 Posted by: 2004-04-13 16:49:36 | I've meet the same problem, opening a wxDialog from menubar. I "resolve" it (it is not an available solution, but it works..), with putting in commentary "//" all the lines in wx.rc. Then the compilation was Ok.
Sure it's not the right way...So i'll test Guidance's solution. | 4. Re: New User Build Error #4062 Posted by: 2004-05-07 20:38:05 | Hi
I have the same problem: When tring to compile one project from the contibs package (lets say plot.dev) i have the same compiling error can't open cursor file `wx/msw/hand.cur': No such file or directory
and i set "resource include directory" in dev-cpp project options accordingly. but...
can anyone help me please? thx in advance | 5. Re: New User Build Error #4068 Posted by: 2004-05-08 04:47:18 | i'm workin on fixing the same problem as we speak, if i get it i'll be sure to let ya know. :)
~Adam | 6. Re: New User Build Error #4100 | I found a solution, you just copy the files you need(for example coulours.bmp) from the devcpp\include\wx\msw to your local project rep and then change the wxBITMAP_STD_COLOURS BITMAP "wx\msw\colours.bmp" to wxBITMAP_STD_COLOURS BITMAP "colours.bmp"
This solution worked for me, if you're really blocked try it! But I still just can't understand why putting the path of the rep in the include rep didn't work. | 7. Re: New User Build Error #5836 Posted by: 2005-02-05 10:40:46 | I thing i found a better solution, just go to folder /wx/msw ,find the 'wx.rc' and replace all paths /wx/msw/.. with your actual path e.g. C:/Dev-Cpp/include/wx/msw/hand.cur
| Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 |
|
|