Re: genesis3d project
- Posted by Molasses <molasses at ALPHALINK.COM.AU> Aug 20, 1999
- 440 views
> I downloaded your code to look at the geVFile_OpenNewSystem function. > I can't find it in your code. > Bernie It's defined on line 35 of genesis.ew and called on line 100 of test.exw. > Hello > > It bombs on my system, because it appears that Driver returns a null and > Name trys to use it. > > Driver = geDriver_SystemGetNextDriver(DrvSys, 0) > Name = geDriver_GetName(Driver, NameAdd) > > I'll keep playing with it and what I come up with. > > Thanks > Paul Martin You need to put at least the genesis.dll file in the directory your are executing the code in. You may need to put in the other genesis dll's in that directory, but with just genesis.dll it brings up the logo and the error. I've put the genesis.dll on my site. http://www.alphalink.com.au/~molasses/gendll.zip It's 257k, which is a bit easier than downloading the whole genesis sdk (26meg). Thanks for your interest in this, -molasses