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
3D engine renaming ...
3D engine renaming ...
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
PS: sorry for my english I speak flemish ...
Re: 3D engine renaming ...
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
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 ...
hi bruce,
Thanks, I will test this solution, hope this will work.
My error, I did not read the manual.
marc,
Thanks, I will test this solution, hope this will work.
My error, I did not read the manual.

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