3D engine renaming ...

Just starting out? Need help? Post your questions and find answers here.
marc_256
Addict
Addict
Posts: 835
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

3D engine renaming ...

Post by marc_256 »

I use for now 3 different versions of PB,
and I created a test subdirectory to test my .exe software.

I put the 3D engine DLL in the same subdirectory.
But every time i need to rename the 3 different engine3D.dll names every time i switch the PB version.

Q) is it possible to rename the engine3D.dll by PB version ?
Is it possible
- for example:
engine3D_522LTS_Final.dll
engine3D_530b2.dll

thanks,
marc
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
bmon
User
User
Posts: 54
Joined: Sat May 24, 2008 8:51 pm
Location: U.S.

Re: 3D engine renaming ...

Post by bmon »

Hi Marc_256 ...

Command: InitEngine3D([Flags [, LibraryName$])

See if the second parameter will allow you to change the name of the 3d DLL that your program will use. Haven't tested it but it sounds like it might.

Bruce
marc_256
Addict
Addict
Posts: 835
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: 3D engine renaming ...

Post by marc_256 »

hi bruce,

Thanks, I will test this solution, hope this will work.
My error, I did not read the manual. :oops:

marc,
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
Post Reply