Page 1 of 1

3D engine renaming ...

Posted: Mon Jun 02, 2014 10:31 am
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

Re: 3D engine renaming ...

Posted: Mon Jun 02, 2014 2:11 pm
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

Re: 3D engine renaming ...

Posted: Mon Jun 02, 2014 6:14 pm
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,