Custom Query (80 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 80)

Ticket Resolution Summary Owner Reporter
#86 fixed SHGetSpecialFolderPathW added to def file abwillis
Description

Flash 11.4 needs SHGetSpecialFolderPathW, there is no definition in the normal def file but is in the debug. Added and it fixes the issue with Flash 11.4:

Index: src/shell32/shell32.def
===================================================================
--- src/shell32/shell32.def	(revision 22010)
+++ src/shell32/shell32.def	(working copy)
@@ -403,3 +403,4 @@
     SHGetDiskFreeSpaceA               = "_GetDiskFreeSpaceExA@16"             @1222
     SHGetDiskFreeSpaceExA             = "_GetDiskFreeSpaceExA@16"             @1223
     SHGetDiskFreeSpaceExW             = "_GetDiskFreeSpaceExW@16"             @1224
+    SHGetSpecialFolderPathW           = "_SHGetSpecialFolderPathW@16"         @1225
#87 fixed Can't install OdinApp David McKenna
Description

Using eCS 2.1 and Odin 0.8.5 installed using YUM. Apps requiring Odin (Java, Flash) seem to work well.

If I try to install the OdinApp? package (after unzipping) using 'pe setup.exe' in an eCS command window, I get the message: 'File not found: D:\var\temp\_ISMP1.DIR\_INS5176._MP.exe'. I click the 'OK' button and the install terminates.

#89 fixed MSVCR100.DLL requires InitializeSListHead abwillis
Description

Attempting to run Instantbird (instant messaging client based on Mozillia's xulrunner) I receive: The application has called the non-existing api KERNEL32.DLL->InitializeSListHead (loaded by MSVCR100.DLL)

Note: See TracQuery for help on using queries.