synopse / mORMot2

OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal
https://synopse.info
Other
485 stars 122 forks source link

Fix static-lib unit bugs #231

Closed Coldzer0 closed 5 months ago

Coldzer0 commented 6 months ago

After some testing related to https://synopse.info/forum/viewtopic.php?id=6767

I decided to use NOLIBCSTATIC and some code needed to be wrapped with NOLIBCSTATIC.

Coldzer0 commented 6 months ago

@synopse

I found another bug in the static unit https://github.com/synopse/mORMot2/pull/231/commits/e95ed4ad319473ce27a4a8a3a9d708437f360d82 when we do write to _write we need to convert the FILE* to file descriptor

Coldzer0 commented 6 months ago

@synopse

I found another bug in the static unit e95ed4a when we do write to _write we need to convert the FILE* to file descriptor

Any updates on this?

Coldzer0 commented 5 months ago

@synopse

Any update on this ?