Are you blogging on PH? Get your free blog.

Inpout32.dll for parallel port interfacing (WIN9x/NT/2000/XP

Inpout32.dll for parallel port interfacing (WIN9x/NT/2000/XP

Submitted By: logix4u
Rating: starstarstarstar (Rate It)

Parallel port interfacing DLL/OCX (WIN9X / WIN NT/2000/XP ) A
versatile Dynamic Link Library for parallel port interfacing.
Can be used on both WIN9X and WIN NT/2000/XP machines. It is
free and comes with source code


File Details
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our submissions area.

Screenshot

No Image

Details

File Name:
Inpout32.dll (WIN 9x/2000/XP)
Product homepage:
Order page:
Languages:
Unknown
Platforms:
Unknown
Release date:
3/2/2003
License:
Unknown
Size:
106 Bytes
Price/Fee (US$):
Unknown
Number of downloads:
48900

Comments (37)

Simple, cool, works perfectly well - I love it! starstarstarstarstar   Posted by: Thomas Staudte on Friday, September 05, 2003

This is exactly what a VB programmer needs to access hardware ports directly under 2000 etc. No big fuss, extremely easy to install, good examples. I got it running within 5 minutes after downloading the file and am absolutely satisfied. Highly recommended!

john star   Posted on Monday, October 20, 2003

I can get one of the VC++ examples to work.
But then when I try to use the Inp32 and Outp32 in my own project the compiler complains, I pasted the complaints below.

--------------------Configuration: ez - Win32 Debug--------------------
Compiling...
ez.cpp
Linking...
ez.obj : error LNK2001: unresolved external symbol "void __stdcall Out32(short,short)" (?Out32@@YGXFF@Z)
ez.obj : error LNK2001: unresolved external symbol "short __stdcall Inp32(short)" (?Inp32@@YGFF@Z)
Debug/ez.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

ez.exe - 3 error(s), 0 warning(s)

FLA starstarstarstarstar   Posted on Thursday, October 30, 2003

Works better than the older version...

A "must" for easy lpt connectio starstarstarstarstar   Posted on Wednesday, November 19, 2003

Very very easy

"Totally awesome piece of code!" starstarstarstarstar   Posted by: Phil on Tuesday, December 02, 2003

There's really nothing more one could ask for.

Yay! Works with VB.Net starstarstarstarstar   Posted by: JJ on Friday, December 05, 2003

Works great so far! I wanted to use it to read simple values from the printer port. (IR sensors connected directly to pins). I downloaded, followed readme instructions and opened in VB.Net. The test project converted just fine from its original VB6. And best of all, it worked! I could easily read from the one pin I had connected. And sample code looks very straightforward. Looking forward to play more with it!

A great little DLL for accessing Printer Port starstarstarstar   Posted on Friday, December 19, 2003

Just one word.... NICE!

Anyone answer it: starstarstarstarstar   Posted by: Max on Friday, January 09, 2004

This dll works well in NT? (i am very happy with this dll in Win98; surprising!)

(sorry about my poor english)

SEHException starstarstarstarstar   Posted by: Thomas on Monday, January 12, 2004

I tried it several times, but I always get an SEHException. I think it will work.

'System.Runtime.InteropServices.SEHException'
Additional Information: an external component has caused an exception.

Oh Really starstarstar   Posted by: Jasan on Tuesday, March 16, 2004

good example & source code for xp

Cool!!! starstarstarstar   Posted on Thursday, March 18, 2004

very good code.

The working code starstarstarstarstar   Posted on Monday, May 24, 2004

This is the definitely the best io collection in the entire web!

Great Documentation starstarstarstarstar   Posted on Tuesday, July 06, 2004

Great Documentation

Excellent!!! starstarstarstarstar   Posted on Tuesday, October 26, 2004

Works a treat with Delphi-7 and win98se

easy to use starstarstarstarstar   Posted by: Chris on Wednesday, January 05, 2005

title says everything!

Very Very Nice starstarstarstarstar   Posted on Monday, January 31, 2005

Very Superb

Perfect starstarstarstarstar   Posted by: Hvergelmer on Monday, January 31, 2005

Thank you LOGIX4U! just what I wanted.
Works fine for me. Why can't
the OS manufacturer supply this kind of
functionality when numerous customers
wants it?

Totally awesome piece of code star   Posted on Wednesday, February 09, 2005

i am really interesting in the port uses

Im an idiot (Not rated)   Posted by: Dumb ass on Friday, April 01, 2005

How do I get Inpout to compile. Im new at Visual C++ and cant get anything to work. The only instructions were to put the Inpout32.dll in the widows/ system file. but now when I try and run a program calling out32 i get a linking error. what am i supposed to include/add . please help me. ( All I have done is moved the dll into the system folder)

simple but effective starstarstarstarstar   Posted by: 'Aldo' on Monday, April 11, 2005

I have used inpout32.dll with visual C++ version 5 and it works a treet!

io.dll (Not rated)   Posted by: yo on Monday, April 25, 2005

please send me this file or library...
io.dll for win XP professional edition because i need to do a messenger o similar in parallel port. in vb 6.0 or vb.NET

Fantastic (Not rated)   Posted by: SYAM on Wednesday, November 16, 2005

It was very helpful

vb.net prob with inpout32.dll starstarstarstarstar   Posted by: Bum on Wednesday, February 22, 2006

The code seems to work great in vb, but when I try to run the "vb.net converted" version I get an error saying "Unable to load DLL (inpout32.dll)." Great software, though, and keep up the good work!

code in asp (Not rated)   Posted by: Sandeep on Sunday, March 19, 2006

please send me this file "inpout32.dll"

dll (Not rated)   Posted by: tarek on Monday, March 27, 2006

please give me the dll file for using parallel port

InpOut32 code starstarstarstarstar   Posted by: Delage on Tuesday, May 09, 2006

This "Dll" is the best of the kind !

parallel port programming   Posted by: raghu on Thursday, August 17, 2006

to take supply from pc parallel port

ok   Posted by: jadeite on Friday, October 06, 2006

thank you..

activaet   Posted by: prince on Thursday, March 01, 2007

thanks for give me i realy need it

some prb starstarstarstarstar   Posted by: darshit on Friday, March 23, 2007

hey.. i have downloaded this dll.. inpout32.dll.. when i try to register thi dll using regsvr32 cmd.. it states that the entry point could not be found.. wat do i do.. i have to use this dll in vb.net.. for interfacing leds n door bell with parallel port..

request star   Posted on Monday, May 14, 2007

I can get one of the VC++ examples to work. But then when I try to use the Inp32 and Outp32 in my own project the compiler complains, I pasted the complaints below. --------------------Configuration: ez - Win32 Debug-------------------- Compiling... ez.cpp Linking... ez.obj : error LNK2001: unresolved external symbol "void __stdcall Out32(short,short)" (?Out32@@YGXFF@Z) ez.obj : error LNK2001: unresolved external symbol "short __stdcall Inp32(short)" (?Inp32@@YGFF@Z) Debug/ez.exe : fatal error LNK1120: 2 unresolved externals Error executing link.exe. ez.exe - 3 error(s), 0 warning(s)

i have try but....   Posted by: sugeng on Saturday, June 23, 2007

not any dll's works. But I wish this dll could work

VC++ realease star   Posted by: dhedhi on Tuesday, April 01, 2008

i found the same problem like you
error LNK2001: unresolved external symbol "void __stdcall Out32(short,short)" (?Out32@@YGXFF@Z)when i used release configuration.
i didn't know how to solve the problem, but try to use debug configuration, it will be nothing error found. Sorry for a bad language....

liNKinG inpout32.dll star   Posted on Tuesday, April 01, 2008

try to set in tab menu, click project, choose setting (project setting), in link (object/library module) please don't forget to write inpout32.lib (suggest that you have copied inpout32.dll and inpout32.lib in your folder project or systems)
It would be no error and warning

problem with inout32.dll starstarstarstarstar   Posted by: Satish Borkhediya on Sunday, August 24, 2008

hi this is satish

try to set in tab menu, click project, choose setting (project setting), in link (object/library module) please don't forget to write inpout32.lib (suggest that you have copied inpout32.dll and inpout32.lib in your folder project or systems)
It would be no error and warning

problem with inpout32.lib starstarstarstarstar   Posted by: suncrest on Wednesday, September 10, 2008

hi.i want to ask something.is it necessary to have inpout32.lib?or it will work by just having inpout32.dll?
thx

Port starstarstarstarstar   Posted by: Rajith on Sunday, September 14, 2008

elakiri

Add Your Rating

(Not published)
star
starstar
starstarstar
starstarstarstar
starstarstarstarstar

corner
© 1996-2008. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.