Link to home
Start Free TrialLog in
Avatar of deric19
deric19

asked on

isapi extension

currently i'm using visual c++ 6.0 to create isapi extension. i face a problem to locate my _outp() command. where should i locate it in the program? it will receive the number sent by the user and output it to parallel port at the server side. is it can't be located under on_parse_command() function which has the CHttpServerContext?
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 deric19
deric19

ASKER

jhance,

   thanks for the answer. but i'm just a greenhorn in using isapi, can u give a some guide or example how to use CreateFile() and DeviceIoControl() to control my parallel port in NT server running IIS. Thanks again for the advise.