aDioS786
aDioS786
> Debug-Tools OH thanks yeh could be that. debug builds u referring ot same what Omar referred to? Using Debug-Tools?
> > debug builds u referring ot same what Omar referred to? Using Debug-Tools? > > No, I'm referring to the debug configuration in Visual Studio. See [this article on...
@ocornut @PathogenDavid Many thanks both for ur help, finally some success. `ImGuiIO& io = ImGui::GetIO(); io.FontDefault = io.Fonts->AddFontDefault(); io.Fonts->AddFontFromFileTTF("Fonts\\NotoSansJP-Regular.otf", 20, &config, io.Fonts->GetGlyphRangesJapanese()); io.Fonts->AddFontFromFileTTF("Fonts\\NotoSansJP-Regular.otf", 20, &config, io.Fonts->GetGlyphRangesChineseSimplifiedCommon()); io.Fonts->AddFontFromFileTTF("Fonts\\NotoSansJP-Regular.otf", 20, &config, io.Fonts->GetGlyphRangesCyrillic());...
HI Ufrisk, I am doing somethjing similar reading large data and noticed sometimes the performances drops massively. I am opening connection only once, and going to try -norefresh as u...
Thanks for getting back, i'll do more testing. Meanwhile one more difference I've noticed. If i connect USB to same pc where screamer is, the same code works flawless, everything...
Thanks, I've tried the cmd on different ports on pc screamer is in.. and getting roughly around 140MB/s, whereas on laptop i5 getting 18MB/s on all 3 ports i've tried....
sorry for late response, I tested on other laptops and different usb's sadly achieving max around 28-31MB/s. Doesn't make sense as soon i connect to host pc itself (where screamer...
Thanks for ur response, with threading question, it's not related to this issue, was just asking if multi-threading can be applied and if screamer are capable to handle multi-threading (c++)?