GithubHelp home page GithubHelp logo

neslib / neslib.yaml Goto Github PK

View Code? Open in Web Editor NEW
84.0 11.0 17.0 894 KB

A YAML library for Delphi

License: Other

Batchfile 0.45% Shell 0.35% Makefile 0.07% C 60.87% Pascal 38.27%
yaml-document yaml-library neslib delphi yaml yaml-parser

neslib.yaml's Issues

Neslib.yaml not working with Delphi 10 Seattle Version 23.0.21418.4207

Hello,
I have Delphi 10 Seattle Version 23.0.21418.4207 installed on my machine. When I try to use Neslib.Yaml library, I get an error as below:

  • Undeclared identifier 'PUTF8Char' in Neslib.UTF8.pas
  • Undeclared identifier 'UTF8Char' in Neslib.UTF8.pas

When I looked in my System. pas and I have got below Alias:

{ Internal Aliases }
{$IFDEF NEXTGEN}
_ShortStr = _ShortString;
_AnsiStr = _AnsiString;
_AnsiChr = _AnsiChar;
_WideStr = _WideString;
_PAnsiChr = _PAnsiChar;
{$ELSE}
_ShortStr = ShortString;
_AnsiStr = AnsiString;
_AnsiChr = AnsiChar;
_WideStr = WideString;
_PAnsiChr = PAnsiChar;
{$ENDIF}

Installation and usage instructions?

I can't find any instructions for how to install the library and how to invoke it in my Delphi app.

The library has a dot in it, do I load it as Neslib? or Neslib.Yaml? Neither works.
How do I get my Delphi project to recognize it? I tried adding the library folder to the library path, but that doesn't help.
Can you provide instructions?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.