Strange error when compiling sample to C++ code

Monkey Forums/Monkey Programming/Strange error when compiling sample to C++ code

Raul(Posted 2013) [#1]
this is a screenshot:


also same issue with glwf

and from some reason i cannot compile any Android project.. but that is another error..


slenkar(Posted 2013) [#2]
this is normal, you are supposed to use GLFW for a C++ game

what is the error message when GLFW is the target?


Raul(Posted 2013) [#3]
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


therevills(Posted 2013) [#4]
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 ;)


Raul(Posted 2013) [#5]
I was pretty sure I had the last version. I will redownload the one from your signature ;)


therevills(Posted 2013) [#6]
Strange - Which lines did you comment out?


Raul(Posted 2013) [#7]
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


therevills(Posted 2013) [#8]
Yep all those got updated or (recently) removed. Since you have re-downloaded Diddy are you having any more issues?


Raul(Posted 2013) [#9]
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