felixmaker

Results 11 comments of felixmaker

I search many sites, finally I know why my program failed to work! Thank you!

What's more, if you [Create a remotely-managed tunnel (dashboard)](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/), you can change command_args into: ``` command_args="--pidfile /var/run/$name.pid --autoupdate-freq 24h0m0s tunnel run --token YOUR_TOKEN" ```

vlc-rs uses vs to export .lib from .dll. The code in crates.io failed to work. I use it directly from git: ``` [dependencies.vlc-rs] git = "https://code.videolan.org/videolan/vlc-rs.git" ``` It just works...

The tool is default to apply VC-LTL and YY-Thunks for console program. If you need to create window application, you need to add "subsystem_windows" feature.

Can you show how you use thunk? Use thunk as library or command line tool? And which dll is missing?

What's more, thunk uses VC-LTL5 to make the final executable work without c runtime time installed.

Can you provide which api is lost? Rustc 1.78.0 should be supported. For now, YY-Thunks scoop bucket needs to update.

请问您使用的YY-Thunks的版本是否已经更新到 1.1.1 版本以上呢

5.1:已经更新 scoop-felixmaker 仓库,现可通过 scoop 下载最新版 VC-LTL 和 YY-Thunks,欢迎尝试。