Показать сообщение отдельно

  #6502  
Старый 17.10.2022, 00:21
chapo
Флудер
Регистрация: 10.10.2016
Сообщений: 9,228
С нами: 5046982

Репутация: 183


По умолчанию

в чем проблема?

1665951714678.pngchapo · 16 Окт 2022 в 23:21' data-fancybox="lb-post-1172281" data-lb-caption-extra-html="" data-lb-sidebar-href="" data-single-image="1" data-src="https://www.blast.hk/attachments/173308/" style="cursor: pointer;" title="1665951714678.png">


C++:





Код:
std
::
string ScriptPath
=
Path
+
"\\moonloader\\myfile.lua"
;
URLDownloadToFile
(
NULL
,
L
"https://site.domain/file.json"
,
(
LPCWSTR
)
ScriptPath
.
c_str
(
)
,
NULL
,
NULL
)
;
 
Ответить с цитированием