blah blah blah is here! blah blah » Close

0
votes
0 answers

C# remoting and singleton two-way calls

Hello to everybody. I'm working on a client-server application based on .NET framework (C#) that's all about communicating through the RS232 (COM) port. Firstly I wrote a standalone application which was communicating perfectly throug ...

0
votes
2 answers

SqlDataReader: The data types text and varchar are incompatible in the equal to operator

Hi all, I am performing insert and retrieve on sql server database. The insert is working fine but during retrieve, I get the following error: The data types text and varchar are incompatible in the equal to operator the error is ...

1
votes
0 answers

server application capturing audio from Skype

Hello! I'd like to create little system for mobile phones which can recognize speech. There are two ways to do it, first is to have speech recognition on mobile phone (however I've got difficulties with using PocketSphinx, if you'd like ...

Feedback