0 Members and 2 Guests are viewing this topic.
There are no binaries on purpose because then people who don't know what they're doing and don't understand the risks of using beta software could screw up their calc. No offense to you, though.Did you remember to add the ndless directory to your PATH variable?
but blockdude for os 1.7 not. Is there a new version for ndless 2.0?Note: My OS is 2.1
show_dialog_box2() requires on OS 2.1.0 the interrupts to be enabled else the keyboard won't work. I will provide a wrapper function to make this transparent. Until then some programs such as Block Dude will hang when showing popups.
EDIT: What are the keys used in the blockdude on the touchpad
Block Dude would need to be updated by apcalc for compatibility with OS 2.1:Quote from: ExtendeD on January 02, 2011, 07:22:07 pmshow_dialog_box2() requires on OS 2.1.0 the interrupts to be enabled else the keyboard won't work. I will provide a wrapper function to make this transparent. Until then some programs such as Block Dude will hang when showing popups.But it's interesting that the pointer still work without the interrupts.
unsigned intmask = TCT_Local_Control_Interrupts(0);... Code for Block Dude ...TCT_Local_Control_Interrupts(intmask);
Yes, that would fix it But I will add very soon (hopefully this weekend) a wrapper function which also converts the strings to UTF-16, maybe you prefer to way for it and use it.