Menu

Tree [e1ea7e] default tip /
 History

Read Only access


File Date Author Commit
 doc 2024-01-24 John Donoghue John Donoghue [e1ea7e] * doc/mkfuncdocs.py, doc/mkqhcp.py: update to s...
 examples 2019-04-08 John Donoghue John Donoghue [878ac7] Update licenses on older files
 inst 2024-01-24 John Donoghue John Donoghue [e7f884] Provide pkg load/unload functions
 src 2023-10-05 John Donoghue John Donoghue [d96fb6] maint: bump version for v1.6.4
 .hgignore 2016-02-24 Carnë Draug Carnë Draug [4ef5c4] maint: replace svnignore with hgignore files.
 .hgtags 2023-10-05 John Donoghue John Donoghue [3604bd] Added tag release-1.6.4 for changeset d96fb6c0a186
 COPYING 2021-01-25 John Donoghue John Donoghue [1b139c] * COPYING: update to GPLv3
 DESCRIPTION 2023-10-05 John Donoghue John Donoghue [d96fb6] maint: bump version for v1.6.4
 INDEX.in 2020-09-12 John Donoghue John Donoghue [c93889] Add win32_DeleteRegistry
 Makefile 2023-06-28 John Donoghue John Donoghue [67c076] Update doc processing
 NEWS 2023-10-05 John Donoghue John Donoghue [d96fb6] maint: bump version for v1.6.4
 README.md 2020-04-26 John Donoghue John Donoghue [3dc459] Add package documentation

Read Me

Introduction

The Octave Windows package provides COM interface and additional functionality on Windows for GNU Octave.

Requirements

  • Octave >= 3.6.0+

  • Microsoft Windows, or wine.

Installing

To install, run the octave package manager:

  1. If running Windows, the package may already be installed:

pkg list windows

  1. To install from source forge:
    pkg install -forge windows

  2. To install from a local tarball.
    pkg install windows-XXXXXXX.tar.gz
    Where XXXXXXX is the version of the the downloaded tarball.

Usage:

  1. Load the package.
    pkg load windows
    (Required each time Octave is started)

  2. Type help actxserver to provide a starting place for creating a COM object.

Documentation

See the function list for octave-windows on octave forge for function documentation.

See the online manual for octave-windows on octave forge for complete documentation.

Read the Octave Octave windows package wiki for install tips and examples.

Known limitations and bugs

Currenty package does not support user data types.