#565 closed defect (fixed)
VC6/VC7 compilation error
Reported by: | SF/kreeblah | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Port: Win32 |
Version: | Keywords: | ||
Cc: | Game: |
Description
When setting the build options to release in VC++ version 6 or 7 (.NET), compiling scumm.lib will fail on line 1317 of scumm/sound.cpp (declaring the character array track_name). Since it's not used in the non- MP3/OGG-enabled builds, enclosing it in ifdef statements seems to work without causing any other problems.
Ticket imported from: #637443. Ticket imported from: bugs/565.
Change History (5)
comment:1 by , 22 years ago
Owner: | set to |
---|
comment:2 by , 22 years ago
comment:3 by , 22 years ago
compiled latest CVS (from Nov 19 2002 18:29:14) with VC6 without any problems (release version without MP3 of course)
comment:4 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 6 years ago
Component: | --Unset-- → Port: Win32 |
---|
Note:
See TracTickets
for help on using tickets.
Should be fixed in CVS; please verify.