Copy link to clipboard
Copied
I am writing code in C++ on Visual Studio (hereinafter referred to as VS) to create a plug-in (dll) to add a menu using FDK.
I created a simple sample using VS2022 (FDK2022 specification) to display "Hello World" when FramaMaker2022 starts.
"Hello World" is displayed when common language runtime support is set to "Do not use common language runtime support"
But,If I select "Common Language Runtime Support (/clr)", an error message will be displayed indicating that the API client cannot be initialized.
Do you know if it is possible to specify "Common Language Runtime Support (/clr)" as the common language runtime support when creating a FramaMaker2022 plug-in (dll)?
If it is possible to specify this, I would appreciate it if you could give me advice on setting other items.
Have something to add?