Giter Site home page Giter Site logo

ddecomclient's Introduction

DDE COM Client v1.1.2
=====================

Introduction
------------

This is a COM component designed to allow access to DDE servers from Scripting
languages, such as VBScript. It provides support for the main DDE synchronous
transaction types: XTYP_REQUEST, XTYP_POKE and XTYP_EXECUTE through ad-hoc
queries and conversations. It also allows for querying running servers with
the XTYP_WILDCONNECT transaction type.

This tool forms one part of my DDE toolkit, with the others being:-

DDE Query: My original GUI based DDE query tool.
DDE Command: A console app for querying DDE servers.

Releases
--------

Stable releases are formally packaged and made available from my Win32 tools page:
http://www.chrisoldwood.com/win32.htm

The latest code is available from my GitHub repo:
https://github.com/chrisoldwood/DDECOMClient

Installation
------------

Register the COM component using the version of regsvr32.exe that matches the
relevant Windows architecture.

32-bit DLL on 32-bit Windows:

> regsvr32.exe DDECOMClient32.dll

64-bit DLL on 64-bit Windows:

> regsvr32.exe DDECOMClient64.dll

32-bit DLL on 64-bit Windows:

> %SystemRoot%\SysWOW64\regsvr32.exe DDECOMClient32.dll

Uninstallation
--------------

Unregister the component using the relevant regsvr32.exe.

> regsvr32.exe /u DDECOMClient<32|64>.dll

Documentation
-------------

There is an HTML based manual - DDECOMClient.html.

Contact Details
------------------

Email: [email protected]
Web:   http://www.chrisoldwood.com

Chris Oldwood 
24th November 2022

ddecomclient's People

Contributors

chrisoldwood avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.