What’s New in UniPlot 3.6.1

This page describes the changes made to UniPlot 3.6.1 since version 3.6.0.

New Features

  • The channel and file selection in documents created with the File=>Channel Quick View command can be changed after the document has been created. To access the new commands add the toolbar buttons File=>QV Channels and File=>QV Files to the user toolbar (see Tools=>Customize User Toolbar).
  • New Function gets.

Bug Fixes

The following bugs have been fixed:

  • UniPlot 3.6.0 could not be executed under Windows95. This bug has been fixed.

  • Sometimes the Thin-Plate-Spline interpolation for 3D datasets failed. This error has been fixed.

  • Formula Interpreter: Dependent channels occurred multiple times in the formula list.

  • The Microsoft-Runtime-Library MSVCRT.DLL is not installed in the Windows directory any longer. The library is installed in the UniPlot directory. With this version the UniPlot setup program only installs files in the UniPlot directory.

  • The RegDelete function failed if the registry key HKEY_LOCAL_MACHINE was used.

    // did not work under < 3.6.1
    print r = RegConnect("HKEY_LOCAL_MACHINE");
    print r = RegOpen("SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall")
    print RegDelete("UniPlot 3.3.0")
    
  • The MN_MENUBARBREAK flag could not be used with the MnAppend and MnInsert function.

  • The CreateObject function in the us.exe program which hasn’t worked properly since version 3.5.x is now fixed.

  • The UniScript preprocessor could not evaluate the following expressions:

    alias("A", "\"2\"");
    print "1\" + A;
    

    This bug has been fixed

  • The ObjCreate function rarely created a handle which was already in use. This could lead to memory access violations. The bug has been fixed.

  • A number of minor bugs have been fixed.

id-1507770