Actions
Emulator Issues #6267
closedCannot build Win32 DebugFast
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
Windows
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
I don't think this is an issue but when I try to build dolphin 3.5's DebugFast Win32 build using visual studio 2010 express using the directions provided on this site it fails.
More specifically I get the errors:
3>Src\Render.cpp(295): error C2664: 'void (GLDEBUGPROCARB,void *)' : cannot convert parameter 1 from 'overloaded-function' to 'GLDEBUGPROCARB'
and
4>------ Build started: Project: Dolphin, Configuration: DebugFast Win32 ------
4>LINK : fatal error LNK1104: cannot open file 'C:\Users\me\Source\Win32\DebugFast\VideoOGL.lib'
Does anyone know how to properly build this version?
Actions