Re: EuAllegro Help

new topic     » goto parent     » topic index » view thread      » older message » newer message
Icy_Viking said...

Thanks for the tips. I've reformated to the new way. I've left out the UNSTABLE_BIT flag as it seems it was uneeded. However, I am now getting type_check failure ver is {83886080,131072,1280}, this is coming from the sample program al_install_system() function.

You left out the or_all() function.

public constant ALLEGRO_VERSION_INT = or_all({ -- or_all() goes here 
   shift_bits(ALLEGRO_VERSION,-24), 
   shift_bits(ALLEGRO_SUB_VERSION,-16), 
   shift_bits(ALLEGRO_WIP_VERSION,-8), 
   ALLEGRO_RELEASE_NUMBER 
}) 

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu