I am using MiniB3D's version of the Blitz3DSDK module (which removes the 'bb' prefix from function names). When I try to compile a program made with it, I get the following error:
Compile Error: Duplicate identifier 'Flip' in modules 'blitz3d.blitz3dsdk' and 'brl.graphics'
I am inclusing the following modules in my program:
Framework Blitz3D.Blitz3DSDK
Import BRL.MaxGui
Import BRL.Win32MaxGui
Import BRL.Timer
Import BRL.EventQueue
How can I fix this?
Compile Error: Duplicate identifier 'Flip' in modules 'blitz3d.blitz3dsdk' and 'brl.graphics'
I am inclusing the following modules in my program:
Framework Blitz3D.Blitz3DSDK
Import BRL.MaxGui
Import BRL.Win32MaxGui
Import BRL.Timer
Import BRL.EventQueue
How can I fix this?