Problem With Ninfa Engine

BlitzMax Forums/BlitzMax Programming/Problem With Ninfa Engine

sniper_boy147(Posted 2009) [#1]
I followed the directions on installing the engeine, but when I run an example it says that there is an unauthorized pointer in the DLL. Any ideas on whats going on?


GaryV(Posted 2009) [#2]
from the official forums:

I get this sometimes if some of my media is missing, you may have installed to a sub directory and not the main "examples" directory.

Here's the correct stages for BlitzMax installation...

1) Install the official Freebasic Distro.

2) Locate the "examples" folder, and unpack the max files into there (no sub directories and all .BMX files should have a similarly named .BAS file)

3) Make sure you run the OpenAL installer (OpenAL-Install-.exe)


Is that of any help?


jkrankie(Posted 2009) [#3]
make sure you have the .dll in the same folder as the file you are compiling.

Cheers
Charlie