Hello, When I look at the Windows VM file directory, it looks like this: Contents FT2Plugin.dll libcairo-2.dll libeay32.dll libfreetype-6.dll libgit2.dll libpixman-1-0.dll libpng-3.dll libssh2-1.dll Pharo.exe SqueakFFIPrims.dll SqueakSSL.dll ssleay32.dll zlib1.dll Now I would like to hide all this *.dll files. I check for the .ini parameters but I did not find anything. Did I miss somethings? Thanks Hilaire -- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Of course I meant I want to move those .dll files in a subdirectory. Thanks Hilaire Le 10/06/2014 17:55, Hilaire Fernandes a écrit :
Now I would like to hide all this *.dll files. I check for the .ini parameters but I did not find anything. Did I miss somethings?
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
As long as the libraries are accessible from the path environment variable. create directory "dll" put all dlls into that directory SET PATH=%PATH%;dll pharo.exe .... 2014-06-10 18:01 GMT+02:00 Hilaire Fernandes <hilaire.fernandes@gmail.com>:
Of course I meant I want to move those .dll files in a subdirectory.
Thanks
Hilaire
Le 10/06/2014 17:55, Hilaire Fernandes a écrit :
Now I would like to hide all this *.dll files. I check for the .ini parameters but I did not find anything. Did I miss somethings?
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
In that case you then need a .bat file to start it, right? Le 10/06/2014 22:39, Nicolai Hess a écrit :
As long as the libraries are accessible from the path environment variable. create directory "dll" put all dlls into that directory SET PATH=%PATH%;dll pharo.exe .
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
2014-06-11 9:22 GMT+02:00 Hilaire Fernandes <hilaire.fernandes@gmail.com>:
In that case you then need a .bat file to start it, right?
yes
Le 10/06/2014 22:39, Nicolai Hess a écrit :
As long as the libraries are accessible from the path environment variable. create directory "dll" put all dlls into that directory SET PATH=%PATH%;dll pharo.exe .
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
participants (2)
-
Hilaire Fernandes -
Nicolai Hess