Page 1 of 1

v1.2116 Quickview Plugin not working

PostPosted: Sun Nov 05, 2023 1:37 pm
by santiniuk
Hi,

Unsure if this is my fault but have the quickview plugin working on V1.2115 fine.

I cannot get it to load on V1.2116.

The Dll is in the folder.
Macro is assigned to button M20006.txt and contains the lines


// ================================================================================================
// Button call for QuickView Plugin
// ================================================================================================

exec.Pluginshowup("UCCNC_QuickView.dll");



Pressing the button however does not load the quickview plugin. It is enabled in the plugins config.

Thanks for any guidance.

Re: v1.2116 Quickview Plugin not working

PostPosted: Sun Nov 05, 2023 2:54 pm
by dezsoe
I tested it now and it works using your macro. What is the version of the plugin?

Re: v1.2116 Quickview Plugin not working

PostPosted: Mon Nov 06, 2023 10:57 am
by santiniuk
Thank you for the follow up.

I am using the latest version from website 0.9.4.0 (16/02/2018)

Unable to get it working on a fresh install of v1.2116, I do the same procedure on v1.2115 and it works fine.

Will continue to investigate but all other plugins work fine when I map the macro to a button. Just not Quickview

Thanks

Re: v1.2116 Quickview Plugin not working

PostPosted: Mon Nov 06, 2023 2:43 pm
by dezsoe
Which website? On my website the 0.9.7.0 can be found, however on the bottom of the page the change log is not updated, sorry. Even the 0.9.7 does not work with 1.2116, your're right. I fixed it more than a year ago, but it's full of debug information, because I was waiting for the 1.2116 release. I'll remove those and will upload the new version. I'll be back here when I'll be ready.

Re: v1.2116 Quickview Plugin not working

PostPosted: Mon Nov 06, 2023 3:25 pm
by santiniuk
Thanks again for the update.

Website used is http://www.szentkereszty.net/uccnc_quickview_plugin/index_en.html

On closer look at the plugin config in uccnc is version 0.9.7, website stated 0.9.4

Appreciate your assistance, low priority whenever you can get to it

Thanks

Re: v1.2116 Quickview Plugin not working

PostPosted: Mon Nov 06, 2023 4:32 pm
by dezsoe
It's not that easy. The modified version which runs on 1.2116 does not run on older versions. I have to find the problem, because it may happen in any other plugins and that would be a disaster...

Re: v1.2116 Quickview Plugin not working

PostPosted: Mon Nov 06, 2023 6:59 pm
by dezsoe
OK, I could finally find the problem. The OpenTK library version changed in UCCNC and that is the main difference. (The plugin has to be compiled with the version that UCCNC uses.)

Here is a new version for UCCNC 1.2116. This will not work on older UCCNC versions!

(I'll update the change log on the web page later.)

Re: v1.2116 Quickview Plugin not working

PostPosted: Mon Nov 06, 2023 8:56 pm
by santiniuk
Dezsoe,

That new version works perfectly with v1.2116, really excellent support on this. It's a really good plugin and used often in my usage.

Thanks again!