TASEmulators / gens-rerecording

The Gens rerecording project, a Sega Genesis, 32x, Sega CD emulator. The primary purpose is to expand features related to creating Tool-Assisted movies.
http://tasvideos.org/EmulatorResources/Gens.html
20 stars 10 forks source link

"Release" configuration fails to link (includes fix) #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
1.Open the project
2.Go to Build->Configuration Manager and set active configuration to "Release"
3.Build solution

The expected output would be that Gens-RR compiles and links. Instead, it fails 
to link because nafxcw.lib was not found.

The missing file (nafxcw.lib) is used by MFC, which Gens-RR does not need; it 
is an spurious reference that was left in the release configuration. It can be 
fixed by going to Project->gens Properties->Configuration 
Properties->Linker->Input->Additional Dependencies and removing nafxcw.lib from 
the list. Gens compiles correctly in release configuration after that.

Original issue reported on code.google.com by marz...@gmail.com on 14 Aug 2010 at 9:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've fixed this in revision 302.  Thanks for reporting the issue and giving a 
solution!

Original comment by mcapew...@gmail.com on 21 Apr 2012 at 7:45