yhirose / cpp-httplib

A C++ header-only HTTP/HTTPS server and client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows7 createFile2 error

Wq-dd opened this issue · comments

commented

After I build an exe file, I copy the exe file to a win7 computer, I get an error "cannot locate createFile2 to dll lib KERNEL32.dll", when
excuting my exe file.
Does this project supported on win7?

This library works only on Windows 8 or later which supports createFile2.
https://github.com/yhirose/cpp-httplib?tab=readme-ov-file#windows