Merith
Merith
aight work around for now on windows if you 100% must have access to config files 1) in your mounts, put it in this order - `":/data/world"` - `"./local/path/:/data"` 2)...
Well it is not showing up as any form of connection to configure, all I can find is in the "Network Connections" control panel, and even then there is little...
Linux would have you use IP Tables, also Linux doesnt open a bunch of unnessecary ports like windows so unless you have an ssh server running on your computer, your...
Yeah, i mean if there was a way to load the dll's directly from bindata, sure, just embed them into the library to be called depending on the os
the only way i found, was to run vbscript like so ```vbs Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "D:\_\caddy\start.cmd" & Chr(34), 0 Set WshShell = Nothing ``` i found...
That looks like it would work. I am gonna test it shortly once my. Computer boots up On Wed, Aug 5, 2020, 10:48 AM Adam Bouqdib wrote: > Yeah, i...
Small problems 1) I only know go 2) I don't know how to use cgo
or shit, in the library have it extract the dll's to the current directory if they dont exist, that would work.
also i want it to extract to tmp, but i dont know how to make it read the dll's from a seperate folder
Downloading the DLL at runtime doesnt work, refuses to run without the dll's existing in `$pwd` ``` PS Z:\Workspace\go-webveiw-tests> go run ./ exit status 3221225781 ``` ```go package main import...