-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win32 startup error #127
Comments
From [email protected]If perl.exe and perl.dll are run from the directory c:\bin, an access The problem is caused by the code: ptr = strrchr(mod_name, '\\'); in get_emd_part() in win32.c (code reformated for email). If strrchr() returns a null pointer, !ptr is true and the controlled I've not yet completely analyzed this code or tested the fix, but if (ptr && stricmp(ptr+1, strip) != 0) appears to fix the problem. This was compiled from the standard distribution with Microsoft Visual Perl Info
|
Migrated from rt.perl.org#931 (status was 'resolved')
Searchable as RT931$
The text was updated successfully, but these errors were encountered: