Re: HELP ME-RDI Protocol
From: Fred Viles (fv+abuse_at_nospam.usen.epitools.com)
Date: 04/16/04
- Next message: Mark: "Using the POSIX API?"
- Previous message: Alan Balmer: "Re: suggestions"
- In reply to: Ardhendu Nandan: "Re: HELP ME-RDI Protocol"
- Next in thread: Ardhendu Nandan: "Re: HELP ME-RDI Protocol"
- Reply: Ardhendu Nandan: "Re: HELP ME-RDI Protocol"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 16 Apr 2004 18:24:40 GMT
ardhendu_nandan@rediffmail.com (Ardhendu Nandan) wrote in
news:419fd31c.0404160508.7624215b@posting.google.com:
> Fred Viles <fv+abuse@nospam.usen.epitools.com> wrote in message
> news:<1a854761f9f55756d20fc0e9d56129d6@news.teranews.com>...
>>...
>> I'm not sure I understand you, have I got this right?
>>...
> To some extent I think you have got it correct . The I/O is not
> passed back to debugger. Just before the connection occurs there
> is a messagebox displaying the message - "RDI_MAJIC:Unable to
> create console window" this message is coming during call to
> RDI_OpenAgent.
Ah, now it all makes sense!
> I couldn't figure out why it is coming .Maybe some
> arguments are not specified properly.
> Can you help me on this front.
I can give you the next clue, but I'm not the guy who wrote the RDI
DLL so I can't provide a solution. I suggest you give EPI support
a try. Email support at epitools.com, and tell them that you are
writing a console-mode debugger and getting the above error when
connecting to rdimajic.dll. You'll get a response from the
engineer responsible for the RDI implementation.
> The code is written in C so no GUI or something is there which
> is intervening.
That's the problem. Since your debugger is a console app, it
already owns the one-and-only console window that Windows allows an
app to open. If your debugger was a GUI app you wouldn't be
running into this problem.
If you don't mind my asking, what are you trying to accomplish by
writing your own debugger? If it's just to automate some processes
or something, MAJIC comes with a highly scriptable console mode
debugger that can meet most such needs.
- Fred
- Next message: Mark: "Using the POSIX API?"
- Previous message: Alan Balmer: "Re: suggestions"
- In reply to: Ardhendu Nandan: "Re: HELP ME-RDI Protocol"
- Next in thread: Ardhendu Nandan: "Re: HELP ME-RDI Protocol"
- Reply: Ardhendu Nandan: "Re: HELP ME-RDI Protocol"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|