Click here to Skip to main content
15,923,015 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Kiotaya24-Jul-09 16:48
Kiotaya24-Jul-09 16:48 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Mycroft Holmes24-Jul-09 18:01
professionalMycroft Holmes24-Jul-09 18:01 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Kiotaya24-Jul-09 18:30
Kiotaya24-Jul-09 18:30 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
PIEBALDconsult24-Jul-09 19:27
mvePIEBALDconsult24-Jul-09 19:27 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Kiotaya24-Jul-09 19:59
Kiotaya24-Jul-09 19:59 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Mycroft Holmes24-Jul-09 23:06
professionalMycroft Holmes24-Jul-09 23:06 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
PIEBALDconsult25-Jul-09 3:46
mvePIEBALDconsult25-Jul-09 3:46 
Questionreportviewer with untyped dataset or separate datalayer Pin
redspiderke24-Jul-09 10:59
redspiderke24-Jul-09 10:59 
QuestionWhat message to look for to redraw my systray icon when explorer is killed/restarted? Pin
dandy7224-Jul-09 8:48
dandy7224-Jul-09 8:48 
AnswerRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
Luc Pattyn24-Jul-09 8:52
sitebuilderLuc Pattyn24-Jul-09 8:52 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
dandy7224-Jul-09 9:06
dandy7224-Jul-09 9:06 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
Ian Shlasko24-Jul-09 9:34
Ian Shlasko24-Jul-09 9:34 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
dandy7224-Jul-09 16:14
dandy7224-Jul-09 16:14 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
Ian Shlasko24-Jul-09 16:19
Ian Shlasko24-Jul-09 16:19 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
dandy7225-Jul-09 0:39
dandy7225-Jul-09 0:39 
Questiontaking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 8:41
akhanal24-Jul-09 8:41 
AnswerRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Luc Pattyn24-Jul-09 8:48
sitebuilderLuc Pattyn24-Jul-09 8:48 
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

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.