Skip to content

Interfaces to Win32 Mailslots in java and Powerbuilder

Notifications You must be signed in to change notification settings

bogeyman/mailslot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MailSlot
========

Several projects to use the Win32 Mailslot communication channel.

* **jnaMailslot** contains a java mailslot jna wrapper and a sample console application that perform both a client and server test with a mailslot \\.\mailslot\javaslot

* **pbMailslot** contains a Powerbuilder Classic interface to the Win32 Mailslots and a sample application. If you want to test it with the java implementation, you need to replace the default name 'slotpath' by 'javaslot' which is the slot name used by the java testing class.

About

Interfaces to Win32 Mailslots in java and Powerbuilder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Batchfile 0.7%