v6.2 samples

Everything DG Kernel: Technical discussions and issues
Post Reply
Grassimo
Posts: 1
Joined: Mon Jun 24, 2024 12:34 am

v6.2 samples

Post by Grassimo »

Hi

I need to upgrade a v6.2-based app to v7.1. It seems to be working, but I do not have time right now to convert to the GDKC control. We are using KernelCAD .net.

My issue is that I do to see the KernelCAD .net - based samples. The new ones are pretty different. Is there a place to download the older ones? Will they work with v7.1?

Thanks
Prashant Kande
Posts: 46
Joined: Tue Jun 18, 2024 6:12 am

Re: v6.2 samples

Post by Prashant Kande »

Hello

DGK 7.1 includes three controls. Two ActiveX ones KerCADe.ocx (intended for native apps only) and KerCADne.ocx (targets .NET Framework). They can actually be used in either kind of apps. The thirds one is DGKC. It us pure .NET control. In v7.2 we will have the fourth one DGKCn6 which targets .NET 6.0 (Core).

The installed .NET samples are based on the latest control only (DGKC in v7.1). To find a sample for an older control (KerCADne.ocx in your case), the best way is to install an older version (v6.2 in your case) side by side or temporarily and use/copy samples from there.

When two versions are installed side by side you need to be aware which version is currently active. To be sure just execute the "Update Cmponent Registration" as admin in the version you intend to use next.

See also.

Regards
Post Reply