![]() |
#11 |
Knight
Join Date: Jan 2009
Posts: 657
![]() |
Not having much luck yet. Some of the warnings appear incorrect (to my inexperienced eye). For example the following line
Code:
if (parse_under && (ke.key >=0 && ke.key <= 32)) I also have a whole bunch of Symbol 'SCREEN_REGION' has been defined, but not referenced warnings, but it's being used like menu_layout(menu, &SCREEN_REGION); all over the place. Does 'referenced' mean something else than what I think it does?
__________________
Currently turning (Angband) Japanese. |
![]() |
![]() |
![]() |
#12 |
Prophet
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,768
Donated: $40
![]() |
@paul:
Those warnings are both extremely dubious (ie: wrong). I wouldn't trust the compiler to generate reliable code. Why pick yet another obsolete compiler? Just use gcc on the command line for a reference, even if you still want to use DevCC for an IDE. Or go all the way and install Visual C++ express. It's a huge (~800MB) download, but it's an extremely good IDE and compiler. |
![]() |
![]() |
![]() |
#13 | ||
Knight
Join Date: Jan 2009
Posts: 657
![]() |
Quote:
Quote:
![]()
__________________
Currently turning (Angband) Japanese. |
||
![]() |
![]() |
![]() |
#14 | ||
Veteran
Join Date: Apr 2007
Posts: 1,951
Donated: $40
![]() |
Quote:
Quote:
__________________
takkaria whispers something about options. -more- |
||
![]() |
![]() |
![]() |
#15 | |
Prophet
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,768
Donated: $40
![]() |
Quote:
Really, gcc (aka MINGW) and Visual Studio are the industry standards, with Sun and HP still around for special-purpose code. (lcc is still out there for a light-weight portable compiler, but since it doesn't include C++, it's kind of obsolete.) |
|
![]() |
![]() |
![]() |
#16 |
Knight
Join Date: Apr 2007
Posts: 590
![]() |
|
![]() |
![]() |
![]() |
#17 | ||
Knight
Join Date: Jan 2009
Posts: 657
![]() |
Quote:
Quote:
VC++ has its own quirks (angband.ico has to be in the same directory as angband.rc, for instance).
__________________
Currently turning (Angband) Japanese. |
||
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Announcing Angband/65 (pre-alpha) | PaulBlay | Development | 10 | April 1, 2009 21:36 |
How to compile Angband page | PaulBlay | Oook! | 2 | February 20, 2009 12:51 |
Getting Visual C++ 2008 Express Edition to compile Angband 3.0.9 | Orillian | Vanilla | 5 | February 10, 2008 09:23 |
Compile failure for 3.0.9 on Mac OS X 10.4.10 | TreeFrog | Vanilla | 4 | November 8, 2007 14:58 |
[Z] 2.7.5 Pre I | Irashtar | Variants | 4 | October 21, 2007 07:54 |