EgtCAM5 2.2a4 :

- aggiunta possibilità di usare un direttorio per le librerie lua diverso tra 32 e 64 bit.
This commit is contained in:
Dario Sassi
2020-01-16 19:11:07 +00:00
parent b1d34b11fa
commit 3caeffafda
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -366,6 +366,9 @@ Public Class MainWindowVM
' imposto dir di default per libreria Lua e lancio libreria di base
Dim sLuaLibsDir As String = String.Empty
GetPrivateProfileString(S_LUA, K_LIBSDIR, "", sLuaLibsDir)
#If PLATFORM = "x64" Then
GetPrivateProfileString(S_LUA, K_LIBSDIR64, sLuaLibsDir, sLuaLibsDir)
#End If
EgtSetLuaLibs(sLuaLibsDir)
Dim sLuaBaseLib As String = String.Empty
GetPrivateProfileString(S_LUA, K_BASELIB, "EgtBase", sLuaBaseLib)