quill icon indicating copy to clipboard operation
quill copied to clipboard

Quill for .NET with C++/CLI project

Open batuhancengiz opened this issue 2 years ago • 1 comments

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

batuhancengiz avatar Dec 29 '23 08:12 batuhancengiz

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 ?

odygrd avatar Dec 30 '23 01:12 odygrd