rgerganov / ggtag

programmable e-paper tag with RFID
https://ggtag.io/
GNU General Public License v3.0
292 stars 25 forks source link

No Strings.h available in windows #20

Open roweboat opened 7 months ago

roweboat commented 7 months ago

Hi, when I try to install ggtag package I get the following error:

Cannot open include file: 'strings.h': No such file or directory

From what I can tell this is not available in windows. Is there plans to make the package compatible with windows?

Cheers Phil

roweboat commented 7 months ago

FYI by using this Strings.h file and by removing the "const" from lines 63 and 68 I was able to get it to compile. https://github.com/win32ports/strings_h/tree/master