Topic: Can't compile example

Hello all,

  Just to ask a quick question.  I just downloaded de Irrlicht-BMAX wrapper and Irrlicht disto (from the links available on the Announcements and Downloads forum and followed the instructions provided to install the modules.  I downloaded the Terrain example, but when I compile I get this error: "  Can't find Interface for module "gg.IrrBMAX".  What am I doing wrong?

Re: Can't compile example

greetings smile  the error could be due to a few things.  first, the mods may not be located in the proper location.  please make sure that the pathing looks something like:

c:\blitzmax\mod\gg.mod\irrlicht.mod
c:\blitzmax\mod\gg.mod\irrbmax.mod

where c:\blitzmax is your blitzmax installation folder.

second, what version of blitzmax are you using?  it could be that you are using a blitzmax version prior to what the current mods are compatible with.  i believe the current set of mods are BMAX v1.20+.

Re: Can't compile example

Thanks GMan!

  I updated my BMAX version, and created the missing gg.mod folder and it ran!  My first glimpse at 3D on BMAX!  Pretty cool.  Thanks!!