wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.09k stars 1.76k forks source link

Mac CW8.3 CFM compile error for display.cpp #3270

Closed wxtrac closed 10 years ago

wxtrac commented 18 years ago

Issue migrated from trac ticket # 3270

component: old wxOSX/Carbon port | priority: normal | resolution: outdated

2006-05-14 20:56:41: benilsson created the issue


HEAD branch

Compile error for Mac CW8.3 Carbon targets src/mac/carbon/display.cpp:

Error : undefined identifier 'GetCount' display.cpp line 592 if (GetCount() == 1 || dwDMVer >= 0x020000)

Non-OSX code section, GetCount is defined, but in a different class than where it is used.

I am unfortunately unable to fix this, just reporting.

Mach-O targets are fine.

Thanks,

BN

wxtrac commented 18 years ago

2006-05-14 21:29:02: hockkn (Kevin Hock) commented


Which version of wx?

wxtrac commented 10 years ago

2014-07-12 11:33:46: @oneeyeman1 commented


I don't think CodeWarrior compiler is supported by wxWidgets.

Can be closed.

wxtrac commented 10 years ago

2014-07-13 15:47:39: @vadz changed status from new to closed

2014-07-13 15:47:39: @vadz changed resolution from * to outdated*