Re: Direct I/O
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
If it's a 16-bit app, you could use an NTVDM VDD. Another option is to use
some kind of exception handler (perhaps via a program acting as a debugger)
to trap STATUS_PRIVILEGED_INSTRUCTION, examine the opcode, and perform the
correct action. If you have source though, I would think that fixing the
app is far easier.
"remy" <remy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:96E748A9-F404-488F-A4AE-EEB838C8C965@xxxxxxxxxxxxxxxx
Hello !
I've an old software (for win95 & 98) who accessing the serial port com
for
communicate with automatism... But this software is accessing directly to
the
port com (with IN & OUT C) . With win95 & 98 it's ok, but with nt2000 and
xp
not.
How can i write a driver for intercept I/O from my application and write
to
serial port com ?
Thank you
.
Relevant Pages
- Re: A call to an OS Function failed??
... So, once in a very large while, it will display this message, exception handler is constomized, so I get more info. ... My App ... I've seen this before when other software caused problems. ... unexpected problem. ... (alt.comp.lang.borland-delphi) - Crash in MSCOREE3-5.dll
... I am having some serious issues with an application crashing at random intervals. ... My app is 'supposed' to be totally unattended, but as CE doesn't support 'services' - is written as a desktop app. ... The app makes use of multiple threads, each of which has its own exception handler which DOES NOT get triggered!!. ... All I get is a popup dialog with the error report. ... (microsoft.public.windowsce.embedded) - Re: Application "Nuked"
... Should be easy to create a test to verify it. ... Read that somewhere too, now just created a very simple test app for this, ... in a main thread you get stack overflow exception handled by the default app ... exception handler. ... (borland.public.delphi.non-technical) - Re: Application "Nuked"
... > in a main thread you get stack overflow exception handled by the ... > default app exception handler. ... You may also want to try an alternate memory manager. ... (borland.public.delphi.non-technical) |
|