BriskVM

BlitzMax Forums/BlitzMax Programming/BriskVM

Ive heard good things about brisk so I checked it out.
But the tutorials dont run.
I have to edit the function calls first of all:

from

VM_Call_blox_DrawGameBlock

to

VM_Call_DrawGameBlock

then after I have edited all of the calls
I get this error

'Unable to convert from string to Int'

On this line:

hContext% = BVM_CreateContext("blox")



I have tried emailing the author and posting on his forums

I have tried emailing the author and posting on his forums
He tends to be busy alot.

'Unable to convert from string to Int'
The function definition has changed, check your documentation (it's now BVM_CreateContext:Int() - no parameters).

Its likely he changed other things without updating the tutorials. AFAIK he was doing a lot with the battle AI thing, he may have just forgot to test everything before he released 2.4 (which is what your using?)

I downloaded the latest demo to test.

Thanks for the help,

do you think there are updated tutorials in the latest paid-for version?

if not where would i find a brisk tutorial?

Hi Jeremy.
I have replied to your post on my site.
Sorry for the late reply. Plash is right, I am (especially these days) pretty busy but hope to have things get back to normal soon.