User forums > Nightly builds
The 28 March 2009 build (5489) is out.
vchavezp:
Please Help..
I've installed this Nightly Build and wxPack...
I try to generate a wxWidget Project
but when i try to build i get this message:
#include "wx/msw/wx.rc"
No such file or directory.
I figure out that wx is the directory where wxWidgets are installed. But, there's no msw directory in there.
I tried to create it there and put an wx.rc text file in there and it didn't work.
Where should this file wx.rc be located and what has to be in it?
thank you for your help.
V.Chavez
Seronis:
C:\dev\wxMSW\wxWidgets-2.8.7\include\wx\msw
I believe you are just assigning the wrong include path. My path layout for example is listed above. 'wx' is an explicite folder inside the wxwidgets heirarchy. In my case i have set
C:\dev\wxMSW\wxWidgets-2.8.7\include
as an entry in the compiler include paths and i find the given file without issue. HTH
--- Quote from: vchavezp on April 01, 2009, 10:18:56 pm ---Please Help..
I've installed this Nightly Build and wxPack...
I try to generate a wxWidget Project
but when i try to build i get this message:
#include "wx/msw/wx.rc"
No such file or directory.
I figure out that wx is the directory where wxWidgets are installed. But, there's no msw directory in there.
I tried to create it there and put an wx.rc text file in there and it didn't work.
Where should this file wx.rc be located and what has to be in it?
thank you for your help.
V.Chavez
--- End quote ---
ollydbg:
--- Quote from: vchavezp on April 01, 2009, 10:18:56 pm ---Please Help..
I've installed this Nightly Build and wxPack...
I try to generate a wxWidget Project
but when i try to build i get this message:
#include "wx/msw/wx.rc"
No such file or directory.
I figure out that wx is the directory where wxWidgets are installed. But, there's no msw directory in there.
I tried to create it there and put an wx.rc text file in there and it didn't work.
Where should this file wx.rc be located and what has to be in it?
thank you for your help.
V.Chavez
--- End quote ---
In my 2.8.9, it was located in D:\wxWidgets-2.8.9\include\wx\msw
But I'm not using a wxPack, I build this library my self. It is simple. see here:
http://wiki.codeblocks.org/index.php?title=Using_wxWidgets
geiermeier:
--- Quote from: ollydbg on April 01, 2009, 02:59:11 pm ---How many lines in your source code? very long lines? Could you add this file as an attachment for testing?
--- End quote ---
I use CB for editing some (partly) binary files, too. I like the way Scintilla displays the unprintable ascii characters.
It's the same length as the horizontal scrollbar is initialized to with a blank file. It's about 280 characters.
That's long enough for editing (the usual) source code. But I think the scrollbar should initialize correctly for all files.
To reproduce: just create a new file with more than 300 characters in one line; that worked for me.
I'm using CB on XP, btw. The current nightly.
rhf:
@ geiermeier
Just a thought. I occasionally use SciTE (Scintilla Text Editor) and had the same problem with line lengths.
The fix was to edit the SciTEGlobal.properties file. Specifically, to change the property
horizontal.scroll.width=2200 to say horizontal.scroll.width=10000.
I don't know if this is the same in the Scintilla editor used in CB, but one of the developers can probably help out.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version