Using further dlls in CallVB: I'm calling a VB function via CallVB. Besides guinet.dll and my own VB dll I need another dll. I noticed that GuiXT copies guinet.dll and utilities.dll to the local cache folder, but not the third dll, so that my CallVB aborts. Is there a workaround?
There is a command

CacheFile

that can be used to put additional dll's into the cache. You can find details and an example in the keyword documentation.