Returns full path to PlanetCNC TNG library (.dll) file.
Use FreeString to release returned string.
char* GetLibPath();
char* str = GetLibPath();
result:
C:\Program Files\PlanetCNC\
FreeString