Strange error when compiling sample to C++ code
Monkey Forums/Monkey Programming/Strange error when compiling sample to C++ code
| ||
this is a screenshot:![]() also same issue with glwf and from some reason i cannot compile any Android project.. but that is another error.. |
| ||
this is normal, you are supposed to use GLFW for a C++ game what is the error message when GLFW is the target? |
| ||
oh, i see. so in order to make 'c++' we must use now GLFW? :D the error for GLFW was because of diddy modules which are not updated for v69. I solve that by commenting the lines which cause the error. I did not use that functions :D |
| ||
make 'c++' The C++ tool will allow you to make command line applications such as trans itself. GLFW target will use the GLFW framework to make a game application. diddy modules which are not updated for v69 Yes they are... I would say you haven't updated your version ;) |
| ||
I was pretty sure I had the last version. I will redownload the one from your signature ;) |
| ||
Strange - Which lines did you comment out? |
| ||
These one for cpp: static void flushKeys() static int getPixel(int x, int y) static int seekMusic(int timeMillis) also on Android I have these the same issue: http://www.monkeycoder.co.nz/Community/posts.php?topic=4960 redownload now diddy |
| ||
Yep all those got updated or (recently) removed. Since you have re-downloaded Diddy are you having any more issues? |
| ||
nope. I used the last version with v69 of Monkey and it is running fine on all targets: cpp, flash, android, ios and html5 :) thank you |