MearcDada
MearcDada
在Qt框架内,使用管理员运行程序,上传会被阻塞,  不使用则正常,不知道是不是哪里写的有问题,希望能得到一些帮助 Demo如下: ``` int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); { obs_initialize(OBS_INIT_ALL); auto obs_ptr_ = new obs_options; init_obs_options(obs_ptr_); char host_name[] = "******"; obs_ptr_->bucket_options.host_name = host_name; char...
Hello, could you please add an installation option for sqliteCpp, I don't want to install sqliteCpp when I use a static library and join my project
Hello,Hopefully the installation options will be increased and the code will be flexible.Just like the one below: ``` C++ // ... existing code ... # Due historical reasons this value...