Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored Feb 7, 2021
1 parent 22d1f6f commit 0cf5df7
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
# NDde
Migrated from https://ndde.codeplex.com/ and update to .Net 4.5.2. Now works with 64bit machines/Windows.
Added ability to write to/read from the event log.

[![Nuget](https://img.shields.io/nuget/v/Specshell.NDde?logo=nuget)](https://www.nuget.org/packages/Specshell.NDde)


## Original Project Description - Credit to https://www.codeplex.com/site/users/view/briangideon
Project Description
This library provides a convenient and easy way to integrate .NET applications with legacy applications that use Dynamic Data Exchange (DDE). DDE is an older interprocess communication protocol that relies heavily on passing windows messages back and forth between applications. Other, more modern and robust, techniques for interprocess communication are available and should be used when available. This library is only intended to be used when no other alternatives exist.

This project is not actively developed or maintained anymore.
Last edited Sep 4, 2009 at 1:26 PM by briangideon, version 4
Supports `net5.0-windows`

## Adoptions from original
* Removed Thread.Sleep from DdeClient.cs that was only used for logging but made the client incredibly slow.
* Disabled logging (see bullet 1)
* Changed standard Encoding in DdeContext.cs from ASCII to ANSI
## Original Project
Migrated from https://ndde.codeplex.com/ Credit to https://www.codeplex.com/site/users/view/briangideon

0 comments on commit 0cf5df7

Please sign in to comment.