News:

Building a 3D Ray Tracer  By stevmjon

Main Menu

PlayBASIC V1.64P (Work In Progress) Gallery

Started by kevin, August 31, 2013, 02:38:09 PM

Previous topic - Next topic

kevin


The  LoadNewDLL  appears to be broken in PB1.64P4,  so use this until V1.65 releases


PlayBASIC Code: [Select]
Function LoadNewDll2(DllName$)
Index=GetFreeDll()
LoadDll DllName$,Index
EndFunction Index