Mixing BMAX and B+
BlitzPlus Forums/BlitzPlus Programming/Mixing BMAX and B+| 
 | ||
| Is it possible to use BMX features in a B+ app? I have this B+ app that’s very large. Porting the whole thing over to BMX is not really an option but I’d quite like to use features like hardware accelerated alpha transparency in my B+ app. So, for example, I have a B+ canvas but the drawing is handled by a BMX app (dll?). Anyone tried anything like this? Thanks! | 
| 
 | ||
| sounds cool, let me know when it works! | 
| 
 | ||
| Probobly not a practical idea, but you could overload the B+ functions that you use with ones from a dll written in Blitmax, using its gui libraries. |