odygrd / quill

Asynchronous Low Latency C++ Logging Library
MIT License
1.55k stars 158 forks source link

Quill for .NET with C++/CLI project #386

Closed batuhancengiz closed 7 months ago

batuhancengiz commented 10 months ago

Hello,

Have you ever tried to use your library on .NET side? We have two applications and one is written by c++ and other is by c# so for c++ we have decided to use your lib for logging and to be sync we also want to use on c# side. But I got unmanaged/managed code error while implementing to c# side. Do you have any idea how to fix?

image

image

odygrd commented 10 months ago

hey, I have not tried to run the library on .NET. Can you maybe tried the answers from https://stackoverflow.com/questions/18037232/c-cli-correct-way-to-use-pragma-managed-unmanaged ?