Hi! I would like to redistribute a console application developed in a cygwin environment to people that do not have cygwin installed. Usually, I put the executable in a directory and using a cmd window of XP i try to run the executable. An erro message appears because a dll is miss. Join all the dlls necessary at the end the application run correctly.
This specific case is a bit different. The application have to communicate with the parallel port and hence I have to install ioperm (ioperm -i) on the pc. Running ioperm I obtain ioperm.sys is already installed. StartService function call failed. And obviously the application does not run. Someone can help me to overcome this problem Tanks In Advance -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple