Can't get started on 3D

Just starting out? Need help? Post your questions and find answers here.
User avatar
geoff
Enthusiast
Enthusiast
Posts: 128
Joined: Sun Apr 27, 2003 12:01 am
Location: Cornwall UK
Contact:

Can't get started on 3D

Post by geoff »

When I run the PureBasic 3D examples containing the line:
InitEngine3D()
I get:
The 3D Engine Can't be initialized

I have file Engine3d.dll and directX 8
Do I have to download OGRE stuff to get the 3D examples to work?
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

No. But may be you have to catch the MSVCRT60.dll as it seems to be needed. Some threads was discussing of this in the bug report.
User avatar
geoff
Enthusiast
Enthusiast
Posts: 128
Joined: Sun Apr 27, 2003 12:01 am
Location: Cornwall UK
Contact:

Post by geoff »

Thanks Fred, MSVCP60.dll fixes the problem.

I found MSVCP60.dll in my copy of Redshift and put
a copy in \PureBasic\Compilers\
Post Reply