Search found 397 matches

by nickz
Tue Aug 06, 2013 3:37 am
Forum: General Issues
Topic: Attaching texture to an object
Replies: 1
Views: 9299

Re: Attaching texture to an object

Hello The Texture sample deals with 3DS type of object which are constructed from stretched and bent rectangular patches so application of an image to its surface is simple. Objects imported via stl are MeshSection type ones. Textures on a mesh need some additional information, which is currently de...
by nickz
Mon Aug 05, 2013 2:13 am
Forum: General Issues
Topic: 64 bit support
Replies: 2
Views: 10388

Re: 64 bit support

Hello Ivan Right now we do not believe there is important enough reason for creation of a separate 64 bit version of KernelCAD. It runs fine on both 32 and 64 bit Windows. Having a single version allows us to reduce costs significantly. Never the less it is a medium priority project, which will be d...
by nickz
Sun Aug 04, 2013 10:44 pm
Forum: Bug Reports
Topic: A few problems
Replies: 2
Views: 9359

Re: A few problems

We have entered the bugs into our system. They will be investigated before the official release of v4.3. We did work and bug fixes in related areas since v3.1, so some of them may have already been fixed. Briefly, the Model Explorer is loaded dynamically at runtime as a plug-in. This is necessary as...
by nickz
Tue Jul 30, 2013 12:32 pm
Forum: Bug Reports
Topic: A few problems
Replies: 2
Views: 9359

Re: A few problems

Hello atrev This a quick answer. We will look into it deeper in a day or two. Please watch this thread. The bugs look new to me. I definitely recommend upgrading at least to v3.2: http://www.dynoinsight.com/ProDown.htm I remember only one case when we could not fix a reported bug in a matter of week...
by nickz
Mon Jul 29, 2013 5:35 am
Forum: Bug Reports
Topic: Can not add KC control to a form
Replies: 1
Views: 7070

Re: Can not add KC control to a form

Hello Rob Yes, we regret - we have introduced a bug in several updates from 3557 to 3596. It might also affect v4.2. It has been fixed in today’s update 3598. The problem is related to declaration of KC properties. So the above updates can confuse Visual Studio with respect to the property bug in yo...
by nickz
Mon Jul 29, 2013 3:20 am
Forum: General Issues
Topic: Redistribution
Replies: 1
Views: 9361

Re: Redistribution

Hello CC There is a topic: http://www.dynoinsight.com/Help/Redistribution.aspx (same on the top level in the installed help) Basically the easiest (and recommended) way is to execute KernelCAD_Runtime_4_*.exe on the target machine prior installation of the rest of your application. The exe will inst...
by nickz
Mon Jul 29, 2013 3:14 am
Forum: Bug Reports
Topic: Problem setting ModelPath
Replies: 3
Views: 10200

Re: Problem setting ModelPath

Hello Mike Sorry about the problem. We just have fixed it in the update 3542. Well in a satisfactory way in my view. The problem is that the Open Cascade technology it too heavy to do complete rendering in the form design mode. The fix is to render in design mode only the native KernelCAD objects. I...
by nickz
Mon Jul 29, 2013 12:49 am
Forum: Bug Reports
Topic: kerncadne is not registering error in application installer
Replies: 4
Views: 11607

Re: kerncadne is not registering error in application instal

Hi Ibi KernelCAD is a native 32 bit COM component from .NET point of view. .NET communicates with COM components using some wrappers to convert incompatible types. This is what contained in the dlls normally called AxInterop.KernCADnet.dll and Interop.KernCADnet.dll. They are thin .NET wrappers for ...
by nickz
Mon Jul 29, 2013 12:47 am
Forum: Bug Reports
Topic: kerncadne is not registering error in application installer
Replies: 4
Views: 11607

Re: kerncadne is not registering error in application instal

Another common problem is that your installer might be missing some dlls or supporting runtime files which KerCADne.ocx depends on so it cannot load to register. The best way to make sure everything is installed is to run KernelCAD_Runtime_*_*.exe as a prerequisite for the installation. If you do no...
by nickz
Mon Jul 29, 2013 12:47 am
Forum: Bug Reports
Topic: kerncadne is not registering error in application installer
Replies: 4
Views: 11607

Re: kerncadne is not registering error in application instal

Hi Ibi I had same problem with another installer. The problem was that when I added a .NET application to a VS setup and deployment project Visual Studio adds automatically KernelCADne.ocx and two wrapper dlls because application depends on them. In addition to that KernelCADne.ocx was installed by ...