Alphacam logo
Sitemap

Sitemap

Alphacam V7.5 Release Notes - Build 7.5.0.106

Other Sections

V7.5 Release Notes

General Release Notes

Build 7.5.1.165 (Maintenance Release)

Build 7.5.1.158 (General Release)

Build 7.5.0.140 (Distributed Beta Release)

Alphawindoor 2.0 Release Notes


Build 7.5.0.106 (Internal Beta Release)

Some items were implemented in later versions of V7

General 15

Clamps and Fixtures. 15

Constraints. 16

Router and Stone. 16

Stone. 16

Lathe. 16

API/Development


Nesting: 7.5.0.100
Parametric: 7.5.0.105
STL Input: 7.5.0.100
Solid Model Feature Extraction: 7.5.0.100

General

Clamps and Fixtures

Constraints

Router and Stone

Stone

Lathe

API/Development

Dim VerInfo As VersionInformation

Set VerInfo = App.FileVersion("feature.dll")

This will get the information for the version of feature.dll which is loaded by Alphacam.  A path can be specified if to get information about a DLL that is not loaded by Alphacam.

ACAMAPIFUN(BSTR) GetDependencies()

{

       AFX_MANAGE_STATE(AfxGetStaticModuleState());

       CString str("AcamNest.dll");

       return str.AllocSysString();

}

Alphacam will look in the registry for DLLs to load in the same way as before, starting with…

HKEY_LOCAL_MACHINE\SOFTWARE\LicomSystems\aroutaps\Applications7500

…where "aroutaps" is replaced by the name of the equivalent pre-V7.5 executable.

Note that on 64bit XP or Vista the 32bit node must be used, either by running RegEdit.exe and going to…

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node

…or by running…

%systemroot%\syswow64\regedit

…using the Start | Run box.


© Planit 2008