Today at 11:05am -0000 Jasima wrote: > Im doubted if the reason is due to that, the product has not been > built in windows enivironment and so some .dll or libraries may be > missing.
To use it in M$ win, build in M$ win. You cannot run application built for one environment, in some other environment. Try copying "a.out" of C++ program to print "Hello" in window and see what happen. -- H.S.Rai : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Lesser known commands (xargs) LOST #167 xargs is a filter for feeding argumants to a command. It can break data stream into chunks for filters/ commands to process [e.g. 'ls | xargs -p -l gzip' gzips all files in the current directory sequentially after giving prompt at each file]. ####<[EMAIL PROTECTED]>#################################### : ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
