[Bug 730] New - missing export 'ntdll._iswalpha' using windows scrrun.dll, native msvcrt

wine-bugs at winehq.com wine-bugs at winehq.com
Sat May 25 12:46:35 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=730

*** shadow/730	Sat May 25 12:46:34 2002
--- shadow/730.tmp.19085	Sat May 25 12:46:34 2002
***************
*** 0 ****
--- 1,60 ----
+ +============================================================================+
+ | missing export 'ntdll._iswalpha' using windows scrrun.dll, native msvcrt   |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 730                         Product: Wine                    |
+ |       Status: UNCONFIRMED                 Version: CVS                     |
+ |   Resolution:                            Platform:                         |
+ |     Severity: normal                   OS/Version: All                     |
+ |     Priority: P1                        Component: wine-misc               |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: wine-bugs at winehq.com                                         |
+ |  Reported By: us at the-edmeades.demon.co.uk                                  |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |    Milestone: TargetMilestone: ---                                         |
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ From attempting to run pgm with native msvcrt, w2k scrrun.dll:
+ 
+ fixme:win32:PE_CreateModule Security directory ignored
+ err:win32:PE_FindExportedFunction function not found for 
+ forward 'ntdll._iswalpha' used by 'msvcrt.dll'. If you are using 
+ builtin 'msvcrt.dll', try using the native one instead.
+ err:win32:PE_fixup_imports No implementation for MSVCRT.DLL.636(iswalpha) 
+ imported from F:\badcomp\windlls\scrrun.dll, setting to 0xdeadbeef
+ 
+ ---
+ 
+ You might be able to recreate with the following, but I'll happily test and 
+ feedback which would be quicker:
+ 
+ Testpgm: http://www.badcomp.co.uk (free download)
+ 
+ Install under windows, 
+ copy installation dir across, plus comdlg32.ocx
+ register with regsvr32.dll comdlg32.ocx
+ copy scrrun.dll across
+ Insert into registry values below
+ Finally run wine badcomp.exe
+ 
+ (Note with native msvcrt you get the msg, with windows one you dont. However 
+ either case you go on to get traps in ole issues anyway...)
+ 
+ Windows Registry Editor Version 5.00
+ 
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}]
+ @="FileSystem Object"
+ 
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\InprocServer32]
+ @="I:\\WINNT\\System32\\scrrun.dll"
+ "ThreadingModel"="Both"
+ 
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\ProgID]
+ @="Scripting.FileSystemObject"
+ 
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\TypeLib]
+ @="{420B2830-E718-11CF-893D-00A0C9054228}"
+ 
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\Version]
+ @="1.0"
\ No newline at end of file



More information about the wine-bugs mailing list