hi!hope somebody can help me..
im currently involved in a project that uses VB6 in Windows XP to lock/unlock the door. There is a barcode reader connected to the serial port which accepts/scan the barcode number and verifies if it is valid and is in the database.by the way,the door can be locked/unlocked only by authorized persons.So if the barcode is correct, the circuit connected in the parallel port will activate or lock/unlock the door..since i am a beginner in vb6 interfacing,i downloaded a simple program which lights up a LED connected to the port.but the problem is,an error message of 'Sub or Function not defined' appears when i run the program..i dont know whaT caused this or how to solve it since i already copied the inpout32.dll into the /systems32/drivers of my pc and declared the necessary declarations (which is also in the downloaded program) in a module..please,somebody help me... thanks!