CAN FD Analyzer

Hi there,
I wrote my own CAN(-FD) Low Level Analyzer following the well documented guide to generate the DLL.
It works really fine and does exactly what I want!

… B U T …

Now is time to distribute it and I am a little confused.

I got this message:
image

Searching for a solution, I read also a post from you @timreyes on Feb 17 (see [Failed to load Custom Analyzer on Windows10]) mentioning that we have to use the DLL Version from the generated Release Folder and not from the Debug Folder to share this Analyzer with others.

Then, I followed the documented commands:

And as expected, after run the command, I got an Analyzer in the “Debug” Folder.

image

This analyzer works fine in my machine, “Developer” Machine, but my Problem is that I am unable to distribute it because no Release Folder and its DLL Analyzer is being generated.

Could you please bring some light in this shadows @timreyes ? Is there any other command needed to generate a Release Version using CMake? Do you have any Idea what I am doing wrong?

PS: I am on Windows with Logic 2.4.10 Version, CMake Version 3.24.0 (For C++ Edition: VS2019)

Thanks