| Issue 166: | Can't compile untyped on cpp target | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Use any cpp magic identifier 2. 3. What is the expected output? What do you see instead? ./src/Test.cpp(193) : error C2065: '__global__' : undeclared identifier What version of the product are you using? On what operating system? haXe 2.08/2.09 hxcpp 2.08.3/2.09 Win7/8 VS Express 10 Please provide any additional information below. Where are the magic identifiers defined?
Apr 15, 2012
#1
Max.Via...@gmail.com
May 22, 2012
Hi, "__global__" should be replaced in the compiler, and should not make it to the c++ output. ie, Test.cpp should not contain this symbol. There as a problem with "inline" at some stage, but this would not normally be the case.
Jun 11, 2012
I have fixed a bug with "inline" __global__ . I think this should fix your problem.
Status:
Fixed
|