Hi everyone.
I created a Windows Forms Application project which is sending data to parallel port by using inpout32.dll and I'm having following problems:
When I test it on Windows XP, an error occurs "This isn't a Win32 application". Why?
When I test it on my pc, it runs but it locks in event procedures which contain _outp() function of inpout32.dll. Why?
These are the necessary informations
OS: Windows 7 x64
IDE: Visual Studio Developer Preview
App Type: Windows Forms Application
Debug Settings: Debugging as 32bit
used libs: inpout32.dll, inpout32.lib