Hi.
My Problem :
BlitzMax ImageFont Lib and my own ImageFont Lib.
Both the same function names & parameter. I thought i can switch between the two Libs with Framework and Import.
But i cant see a way to seperate ImageFont from Max2D.
And if i Use :
Framework brl.basic
import brl.max2d
import pub.myfont
i get an Compiler duplicate Error. I thought the Compiler overwrites max2d functions with the same pub.myfont functions. Please give me any idea to get a good solution.
Thanks!
Mfg Suco
My Problem :
BlitzMax ImageFont Lib and my own ImageFont Lib.
Both the same function names & parameter. I thought i can switch between the two Libs with Framework and Import.
But i cant see a way to seperate ImageFont from Max2D.
And if i Use :
Framework brl.basic
import brl.max2d
import pub.myfont
i get an Compiler duplicate Error. I thought the Compiler overwrites max2d functions with the same pub.myfont functions. Please give me any idea to get a good solution.
Thanks!
Mfg Suco