| Issue 120: | macro/extern class cause compilation fail | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The following code fail to be compiled using haxe r3812, hxcpp r319 @:macro class M {} //or extern class M {} class Main{ static function main():Void { } } Error from VS2010: ./src/M.cpp(65) : fatal error C1083: Cannot open include file: 'extern/M.cpp': No such file or directory
Aug 15, 2011
Project Member
#1
gameh...@gmail.com
Status:
Fixed
|