Bug #18717 2012-08-30 06:51

rishatgaliulin

Build error on src/sdk/wxscintilla/src/PlatWX.cpp

if define wxUSE_GRAPHICS_CONTEXT active compilation error

"src/PlatWX.cpp:359:29: error: 'hdc' was not declared in this scope" will be generated.

Bugfix

replace line 359: wxGCDC dc(*(wxMemoryDC*)hdc);

with: wxGCDC dc(*(wxMemoryDC*)hDC);

Category
Application::Error
Group
Platform:All
Status
Closed
Close date
2012-08-30 07:24
Assigned to
mortenmacfly
mortenmacfly 2012-08-30 07:24

This bug is now fixed in HEAD.

Thank you for reporting it.