testAccountDeltas

Results 16 comments of testAccountDeltas

В общем, произвожу вызов юникодного MessageBoxW и получаю иероглифы на выходе Очень неприятная ситуация, не иметь юникод

Например, работа юникода полезна для работы с буфером обмена в Windows На данный момент нет возможности использовать CF_UNICODETEXT Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination....

The assembly does not work, does not find the files pthreads4w, pthreads4w-code-v3.0.0.zip and php_iconv.lib Type 'nmake' to build PHP Microsoft Program Maintenance Utility (R), version 14.29.30154.0 (C) Microsoft Corporation. All...

Thanks for the edits. The static is assembled successfully. But when starting it crashes. I'm building the debug version and testing it and I see this log Starting program: c:\php\parallel\php-sdk\phpdev\vs16\x64\php-8.2.5\x64\Debug_TS\php.exe...

OK. I'll try to figure it out myself. Apparently the problem is that you are preparing the version for assembly incorrectly

I did what I could at the moment, but to no avail. https://github.com/testAccountDeltas/parallel-windows-cmd/tree/main/cmd compile_x64.bat ```bat @echo off setlocal cd /d "%~dp0.." set "VSWHERE_PATH=" if exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" ( set...

> > The Github Actions CI produces binary for [Releases](https://github.com/krakjoe/parallel/releases) page not a artifact as in #271, the zip binary archives will be produced by creating/publishing a release tag on...

I managed to put everything into one file, miniature at 300 lines of code. Was it worth it? I don’t know... But so be it.

Everything works well for the first 20-30 minutes, but afterwards, when the connection is lost (the server stops responding), I attempt to reconnect. At that point, I encounter various types...