vote up 1 vote down star
1

Can I use Delphi 2007 to communicate with a WCF service using the netnamedpipebinding ?

If so, then how?

flag
Please let us know if you get this to actually work. I'll be surprised and impressed. It'd be lovely if you could write up a tutorial for the benefit of the delphi/.net community. – Terry Donaghe May 1 at 14:53

1 Answer

vote up 0 vote down

Yes, you should be able to do this, as long as you can get Delphi 2007 to communicate with the Windows named pipes.

Here's an atricle at Delphi 3000 about how to use Delphi to communicate with named pipes, including some code samples.

Since named pipes are a basic core feature of Windows NT/XP/Vista, Delphi should be able to communicate with those no problem (reading + writing).

Does that help at all? Marc

link|flag
I tried this and received the error "Pipe did not respond" I have also tried the pipes library from error and I have also tried the more extensive pipes code from stackoverflow.com/questions/512366/… . In that one, I received a windows error 109. – M Akin May 5 at 21:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.