Click here to Skip to main content
15,906,081 members
Home / Discussions / C#
   

C#

 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 9:28
akhanal24-Jul-09 9:28 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 9:39
akhanal24-Jul-09 9:39 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Ian Shlasko24-Jul-09 10:08
Ian Shlasko24-Jul-09 10:08 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Luc Pattyn24-Jul-09 10:19
sitebuilderLuc Pattyn24-Jul-09 10:19 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 14:22
akhanal24-Jul-09 14:22 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 14:23
akhanal24-Jul-09 14:23 
AnswerRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Abhijit Jana24-Jul-09 8:49
professionalAbhijit Jana24-Jul-09 8:49 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 9:11
akhanal24-Jul-09 9:11 
I have already gone through these articles you send me.
I was successfully able to create named pipe in c# both client and server and run them.

I was also able to do the same with visual C++ code.

The game plugin is written in visual c++, it outputs some real-time game data that I need. I have written named pipe client in visual c++ within the plugin which writes the data to the named pipe.

My problem is I have to process these data a lot for my final output, so it would make my life easier if I could access them through c# code. So I have programmed the server in C#

I can connect the client and server but c# code is not understanding the data which is in LPTSTR format visual c++ uses (well at least that is my guess). I guessed this because I wrote a server in visual c++ which could successfully access the data from the plugin.

Do you have any suggestions???

letiny
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Wes Aday24-Jul-09 10:24
professionalWes Aday24-Jul-09 10:24 
QuestionServerVersion Exception being thrown [modified] Pin
MWRivera24-Jul-09 8:16
MWRivera24-Jul-09 8:16 
AnswerRe: ServerVersion Exception being thrown [modified] Pin
Abhijit Jana24-Jul-09 8:21
professionalAbhijit Jana24-Jul-09 8:21 
General[Message Deleted] Pin
MWRivera24-Jul-09 8:29
MWRivera24-Jul-09 8:29 
GeneralRe: ServerVersion Exception being thrown Pin
Abhijit Jana24-Jul-09 8:40
professionalAbhijit Jana24-Jul-09 8:40 
GeneralRe: ServerVersion Exception being thrown Pin
MWRivera24-Jul-09 8:51
MWRivera24-Jul-09 8:51 
GeneralRe: ServerVersion Exception being thrown Pin
Abhijit Jana24-Jul-09 9:03
professionalAbhijit Jana24-Jul-09 9:03 
GeneralRe: ServerVersion Exception being thrown Pin
MWRivera24-Jul-09 9:08
MWRivera24-Jul-09 9:08 
GeneralRe: [Message Deleted] Pin
Abhijit Jana24-Jul-09 8:43
professionalAbhijit Jana24-Jul-09 8:43 
GeneralRe: [Message Deleted] Pin
MWRivera24-Jul-09 8:53
MWRivera24-Jul-09 8:53 
AnswerRe: ServerVersion Exception being thrown Pin
MWRivera27-Jul-09 4:12
MWRivera27-Jul-09 4:12 
Questionproblem in DELETING rows from gridview and database table using a check box column and a DELETE button. Pin
Omar Akhtar Sheikh24-Jul-09 6:26
Omar Akhtar Sheikh24-Jul-09 6:26 
AnswerRe: problem in DELETING rows from gridview and database table using a check box column and a DELETE button. Pin
Abhijit Jana24-Jul-09 6:49
professionalAbhijit Jana24-Jul-09 6:49 
AnswerRe: problem in DELETING rows from gridview and database table using a check box column and a DELETE button. Pin
SilimSayo24-Jul-09 7:27
SilimSayo24-Jul-09 7:27 
QuestionGetting Keystrokes even when the program is minimized Pin
Wamuti24-Jul-09 6:19
Wamuti24-Jul-09 6:19 
AnswerRe: Getting Keystrokes even when the program is minimized Pin
mypicturefaded24-Jul-09 6:22
mypicturefaded24-Jul-09 6:22 
AnswerRe: Getting Keystrokes even when the program is minimized PinPopular
DaveyM6924-Jul-09 6:23
professionalDaveyM6924-Jul-09 6:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.