Project

General

Profile

Actions

Emulator Issues #628

closed

[Soap] r2362 does not build on windows

Added by BhaaL about 15 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
% Done:

0%

Operating system:
N/A
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

Uh, guess you did a great job rewriting FileUtil for cross platform stuff
etc, but theres a few things that prevent it from compiling on Win32:

  1. Log.h redefines ERROR_LOG (at least) even if DEBUG and DEBUGFAST are not
    defined, this yields a lot of linker errors.
  2. Dolphin.vcproj does not include WxUtils.h/cpp.
  3. Win32 does not have an equivalent of strndup.
  4. SanitizePath uses copy.size(), while copy is a plain char* ;)
  5. Some files include stdafx.h, but they arent added to the project/do not
    exist.
Actions

Also available in: Atom PDF