Vladimir Vissoultchev

Results 108 comments of Vladimir Vissoultchev
trafficstars

Another issue with using a `rfbUltraVNC` on first pass just to set `m_fServerKnowsFileTransfer` before continuing with another supported authentication is that this flag is passed way earlier to `CreateButtons` function...

Just tested with UltraVNC Viewer 1.4.2.0 and the issue with extended toolbar seems fixed. ![image](https://user-images.githubusercontent.com/987963/234810542-1acd7d3d-f17c-4df2-a86f-ab81beec132c.png) Closing this.

When security type is `None` it seems latest UltraVNC Viewer 1.4.2.0 handles the (extra) `SecurityResult` packet for version 3.8 of the protocol just fine so this issue is probably already...

> Just tried the VNC server 1.4.2, set the AuthRequired as 0, but I couldn't make it work. What client do you use to connect to your UltraVNC server 1.4.2.0?

You could probably open a new issue about incompatibility of Tiger VNC client w/ UltraVNC server 1.4.2.0 or leave this one open now that there is more info for @RudiDeVos...

Btw, can try dumping `sys.index_resumable_operations` into a temp `#Tmp_index_resumable_operations` table and base original query on it instead, to test if this speeds up performance on 3TB databases.

Can you use case-insensitive collation on DatabaseNameFS, drop UPPER and test with real temp table (not variable) with proper indexes?

This repo cannot be called a library as the project is not complete. The project is not even started. . . :-)) **Please don't use for anything in production.** This...

Current `WIN32_FIND_DATA` declaration uses String members which get ANSIUnicode transcoded which is a problem for Unicode API functions (like `FindFirstFileW`) which do not need any transcoding to happen at callsite....

Thank you for the info. Too bad fetching available tests is not possible to be automated in the compiled binary. I just integrated an (optional) [codegen of `ITestFixture_GetTestCases`](https://github.com/wqweto/VbYoga/commit/6921e33f2c7688c2729d895b2c8af9704fa29176#diff-91e51e5f353966fc36ef48fab3540d88R132) directly in...