2025-07-05 05:55 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002826AIAIpublic2011-12-12 21:07
ReporterAF 
Assigned Tohoijui 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
Summary0002826: VS compile failure stdbool.h macro if statement
DescriptionAt the moment the AI wrappers use in CombinedCallbackBridge.h:

#if defined(_MSC_VER) && !defined(__cplusplus)

They should use:

#if defined(_MSC_VER)

In VS2010, __cplusplus is defined, resulting in stdbool.h being included and the compile failing.
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

+Notes

-Issue History
Date Modified Username Field Change
2011-12-11 19:50 AF New Issue
2011-12-12 17:17 hoijui Status new => assigned
2011-12-12 17:17 hoijui Assigned To => hoijui
2011-12-12 21:07 hoijui Note Added: 0007869
2011-12-12 21:07 hoijui Status assigned => resolved
2011-12-12 21:07 hoijui Resolution open => fixed
+Issue History