> > "Use sockets" in my perl win32 GUI code and convert it to .exe using > > perl2exe > > > > and I try to run the code in another machine it complaines " > perlcrt.dll not > > found"
I haven't run across this before. I use perl2exe and the resultant program runs on 2k/NT/9x/Me machines that I never see until I arrive at the clients premises. I have this program running at 800 odd sites and this has never happened - thankfully! :) Maybe perlcrt.dll is included? I don't think so cause I build the exe with the -tiny flag, which puts everything in dlls - my exe ends up being 878k, with nearly 1M in dlls. The only thing I can think of is the p2x560.dll. Could it be the way perl was originally compiled? Jake