Link to home
Start Free TrialLog in
Avatar of talsp
talsp

asked on

Getting LPT Address

Using msvc5++: how can i find the LPT address,
i know it is mostly should be 378h buti want to
make a code that find that address for sure
10x.
Avatar of mikeblas
mikeblas

If you're using VC++ 5.0, you're writing a 32-bit app. If you're writing a 32-bit app, why do you care about the I/O port used by the printer? You can't access it anyway.

Or are you writing a device driver?

.B ekiM

Avatar of talsp

ASKER

I write a 32bit app but in win95, so we can access the I/O port.
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of talsp

ASKER

so how do i write this VxD stuff? or use one?