
jumper
MemberContent Type
Profiles
Forums
Events
Everything posted by jumper
-
Are the extra deleted emails replies to the selected email? If so, Windows Live Mail might be in a Tree-View mode--showing replies under the original email. Deleting the original email would then also delete the whole tree of replies. Googling "Windows Live Mail might be in a Tree-View mode": How to Disable / Turn Off “Conversations” View in Windows Live Mail
-
Yes, that's it. I have an "Enable status updates? [_]" line between the Birthday and Contact Methods lines. I use Seamonkey 2.0.14 which is like FF3.6. Selecting text from Birthday through Contact Methods, right-click->View Selection Source shows me: Birthday </label> <div class="ipsFieldRow_content"> <select name="bday[month]"> <option value="0" selected="selected"></option> <option value="1">January</option> { . . . } <option value="12">December</option> </select> / <select name="bday[day]"> <option value="0" selected="selected"></option> <option value="1">1</option> { . . . } <option value="31">31</option> </select> / <select name="bday[year]"> <option value="0">Not Telling</option> <option value="2016">2016</option> { . . . } <option value="1866">1866</option> </select> </div> </li> <li class="ipsFieldRow ipsClearfix " id="form_enable_status_updates"> <label class="ipsFieldRow_label" for="enable_status_updates"> Enable status updates? </label> <div class="ipsFieldRow_content"> <input name="enable_status_updates" value="0" type="hidden"> <input role="checkbox" name="enable_status_updates_checkbox" value="1" id="check_enable_status_updates" data-toggle-id="enable_status_updates" checked="checked" aria-checked="true" data-ipstoggle="" type="checkbox"> </div> </li> <li id="form_header_core_pfieldgroups_1"> <h2 class="ipsFieldRow_section">Contact Methods</h2> You can also try View->Use Style->None on both pages.
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
KernelEx 4.5.2015 is not an open beta. Registration at MSFN.org is required! This encourages feedback, allows me to track the downloads, and supports MSFN.org. Please do not host copies of my update test files on other sites. Of course, anyone who rebuilds some or all of the project themself may host their builds wherever they choose. KernelEx is an open-source project. :-) And that brings us to the development timeline. I finally have some time, so I'd like to finalize this branch by the end of November, and release it as KernelEx 4.5.2016 in December as a complete package for end users. Discussion of what else that is ready and should go into it is highly encouraged: Iphlpapi5? NetapiEx? More stubs or Kexstubs itself? Any Kexaux updates? Property sheet changes? DebugWindow/ApiLogger tweaks? In the meantime, I'm already working on Kex 4.17 with: dynamic, never-fail DLL and API stub creation; cascading SxS KnownDLLs for MSVCRT and IE by target OS; expanded get_api_table2 interface with OS and level-of-support info. -
Disable scripting and reload your profile page. The "Write a public message on your own feed..." will disappear from within the text edit box and a "Submit Status" button will appear under it. "Enable status updates?" needs to be enabled under "Basic Info" on "Edit Profile" page.
-
No, we can't--it's still broken with no way to select or delete a file. :-( Update: As of mid-November 2016, the Delete button has been fully restored to My Attachments and works great. Thanks, xper!
-
abc=kernel32.@122 @55 NONAME
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
XomPatch.bat xompatch.7z
- 205 replies
-
2
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
In xompie-0.1a.exe, advapixp.dll has an export forward to advapi32.dll ordinal 1000 that does not exist in XP (sp3). install.bat and xpatcher.bat are not legal batch files, they are CMD files and should be renamed. I rewrote the Xompie-0.0.1a xpatcher.bat as a valid batch file that does not require installation first, and it worked in 98se. I'll post it once I update it for Xompie-0.1a for those who wish to try Xompie without installing it first.
- 205 replies
-
3
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
On impulse this past summer, I bought a WinCleaner dongle at my local dollar store. It looks like a swivel thumb drive. It claims to support XP through 8.1, so I fearlessly plugged it into my 98se machine hoping to be able to reformat it. It is recognized as an external CD-ROM drive containing a finalized read-only disc. Discussion here with photos suggests it may be just an 8-pin ROM chip and a USB interface chip. There also appears to be a second 8-pad chip location vacant. Any ideas for further analysis or repurposing of the hardware? I'm good with a soldering iron!
-
"display : block" is not a problem, it just means give the element its own line and allow it to stretch out across as much of the page as it wants (like a div). "display : inline" is like a span or a (anchor). "display : none" would be a problem as it means "hide and collapse the layout space as if it doesn't exist". "visibility : hidden" would also be a problem as it means "hide but preserve layout space". See: http://learnlayout.com/display.html
-
This compiled sample might help: http://www.whitneyland.com/2009/03/directx-10-and-net-a-simple-example.html but it does contain some 64-bit dlls. Is DX10 and 11 support really an issue for 32-bit apps on a 32-bit OS? > DaveKick Did you mean DiveKick?
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
> All the Microsoft support pages are still just plain white pages with apparently no content, although if you look at their source, everything appears to be there, it's just not being displayed! The content is likely styled as hidden by default and needs an external stylesheet or scripting to make it visible. Try menu option View->Style->No Style. (It often works for non-IE browsers.) Enable scripting and check the error log (F12 ?). Check the Hosts file for blocked servers. HTTPS is obviously a problem. The CSS file might be linked via https on a secure server using encryption not supported on your system. If we can upgrade your security support so that pages like WMP load via https, then CSS support files might also load properly. If a scripting update is needed, we might be able to use xompie to get the IE9 or 10 Jscript.dll file to work in XP. My only XP/IE8 system is not Internet connected, so I can't test any of this myself. :-(
-
SE shipped with IE5.0. Did ME ship with IE5.5? There were a few API updates in IE5.5, so some apps may "require" ME but also work with SE+IE5.5.
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
I recommend that everyone add these entries. FlsAlloc is the first new function in several years to be identified as needing its scope limited in CORE.INI, but there have been others in the past. Theoretically, all new functions (stubs and full) should have corresponding entries in CORE.INI to limit their scope. In practice, however, that would bloat CORE.INI beyond usability. The UPX support hack treats "want" requests as "need" requests, exposing any Vista-aware modules that are UPX'ed to potential compatability problems. I'm working on an updated architecture that solves the UPX problem and also allows new functions to be assigned a minimum OS mode. I hope to deprecate CORE.INI eventually. -
You didn't mention the capacity of the new HDD. If it is greater than ~120GB, FDISK and SE will likely have trouble with it. See: Important "Stickified" [Pinned] 95/98/98 SE/ME Topics
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
Please clarify "anymore". (FlsAlloc didn't change in .15) Un-UPX opera.dll Edit CORE.INI to disable Fls in modes lower than WIN2K3 Try ME mode. Solved: in CORE.INI add: [DCFG1.names.98] KERNEL32.FlsAlloc=none [DCFG1.names.Me] KERNEL32.FlsAlloc=none [WIN2K3.names] KERNEL32.FlsAlloc=kexbases.0 -
Actually, the HD logo is only on the diskettes that are both high density and double-sided. The single-sided 720KB diskettes (that I had to drill a hole through to convert to 1440KB/1.4MB) don't have the HD logo even though they are high density at 18-21 sectors per track. ...And now in the closet I find a box of ten 5.25" diskettes that go back ~30 years: Memorox 2S/HD Double Sided High Density (1.6 MB) Flexible Disks TEN: 5 1/4" FOR: IBM PC-AT AND OTHERS and 5660 Recording Sides: Two Media Density: High Sectoring: Soft Tracks Per Side: 80 Memorex 2S/HD Flexible Disk
-
Firing up my XPsp3 machine, address 0x77b51d4a appears to be in function ApphelpCheckInstallShieldPackage in Apphelp.dll. You may need to find a newer version of Apphelp.dll. Also try portable versions of Opera and Chrome (that don't use an installer).
-
Most of the 3.5" floppies stacked at the back of my desktop have an "HD" logo. Some date back over 25 years! Several read: maxell SUPER RD MF2 HD DOUBLE SIDED HIGH DENSITY DOUBLE TRACK/135 TPI
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
The Wow64*Wow64FsRedirection functions should be in Kernel32, not Ntdll. I've moved them--Thanks MiKl! I've also corrected minor issues with the FLS* function stubs. kexbases.15.7z -
Perhaps a shortcut to the Floppy was added to your desktop or SendTo folder. If you already have one on your desktop, something is triggering desktop refreshes (select a desktop item and hit F5 to trigger manually). Perhaps something is trying to load the icon of a recently used app from the floppy, or is displaying thumbnails of recently opens docs and checking for their existance. Check the registry for references to A: It not an app, then try flushing your system ShellIconCache.
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
"Need-only" means functions are only used if a module won't load without them. They are not used for delay-loading. If a module is UPXed, Need-only status is ignored and all functions (including stubs) can be used at any time. This will break some features and some complete apps. UPX support is still highly experimental. Un-UPX any files that do not work as expected. Almost all of the new functions in v.14 are Need-only stubs that are only used if a module won't load without them. These will not affect any currently working apps that are not UPX'ed. They are definitions from my Kexstubs.ini file tested to help run additional apps and dlls that previously did not load. LockFileEx was converted to Need-only because its incomplete implementation could cause a thread to hang (based upon SeaMonkey debugging). The other new functions are just forwards: - Ntdll.RtlGetCurrentDirectory_U - Ntdll.RtlSetCriticalSectionSpinCount - Rpcrt4.UuidCreateSequential -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
Release.14.7z advapi32_named_apis[] = . DECL_API("CredDeleteW", CredDeleteW_stub), . DECL_API("CredEnumerateW", CredEnumerateW_stub), . DECL_API("CredFree", CredFree_stub), . DECL_API("CredReadW", CredReadW_stub), . DECL_API("CredWriteW", CredWriteW_stub), . DECL_API("GetExplicitEntriesFromAclA", GetExplicitEntriesFromAclA_stub), . DECL_API("GetExplicitEntriesFromAclW", GetExplicitEntriesFromAclW_stub), . DECL_API("MD5Final", MD5Final_stub), . DECL_API("MD5Init", MD5Init_stub), . DECL_API("MD5Update", MD5Update_stub), . DECL_API("RegGetValueA", RegGetValueA_stub), . DECL_API("RegGetValueW", RegGetValueW_stub), . DECL_API("RegisterServiceCtrlHandlerExW", RegisterServiceCtrlHandlerExW_stub), kernel32_named_apis[] = . DECL_API("FlsAlloc", FlsAlloc_stub), . DECL_API("FlsFree", FlsFree_stub), . DECL_API("FlsGetValue", FlsGetValue_stub), . DECL_API("FlsSetValue", FlsSetValue_stub), . DECL_API("LockFileEx", LockFileEx_need), . DECL_API("LockFileEx", LockFileEx_new), // removed in .14 netapi32_named_apis[] = . DECL_API("DsEnumerateDomainTrustsW", DsEnumerateDomainTrustsW_stub), . DECL_API("DsGetDcNameW", DsGetDcNameW_stub), . DECL_API("DsGetDcNameWithAccountW", DsGetDcNameWithAccountW_stub), . DECL_API("I_NetNameCanonicalize", I_NetNameCanonicalize_stub), . DECL_API("I_NetNameValidate", I_NetNameValidate_stub), . DECL_API("NetAlertRaiseEx", NetAlertRaiseEx_stub), . DECL_API("NetApiBufferAllocate", NetApiBufferAllocate_stub), . DECL_API("NetApiBufferFree", NetApiBufferFree_stub), . DECL_API("NetFileGetInfo", NetFileGetInfo_stub), . DECL_API("NetGetAnyDCName", NetGetAnyDCName_stub), . DECL_API("NetGetDCName", NetGetDCName_stub), . DECL_API("NetGetJoinInformation", NetGetJoinInformation_stub), . DECL_API("NetGroupEnum", NetGroupEnum_stub), . DECL_API("NetGroupGetInfo", NetGroupGetInfo_stub), . DECL_API("NetGroupGetUsers", NetGroupGetUsers_stub), . DECL_API("NetLocalGroupAddMembers", NetLocalGroupAddMembers_stub), . DECL_API("NetLocalGroupGetMembers", NetLocalGroupGetMembers_stub), . DECL_API("NetMessageBufferSend", NetMessageBufferSend_stub), . DECL_API("NetMessageNameAdd", NetMessageNameAdd_stub), . DECL_API("NetMessageNameDel", NetMessageNameDel_stub), . DECL_API("NetMessageNameEnum", NetMessageNameEnum_stub), . DECL_API("NetRemoteTOD", NetRemoteTOD_stub), . DECL_API("NetServerEnum", NetServerEnum_stub), . DECL_API("NetUseAdd", NetUseAdd_stub), . DECL_API("NetUseDel", NetUseDel_stub), . DECL_API("NetUseEnum", NetUseEnum_stub), . DECL_API("NetUseGetInfo", NetUseGetInfo_stub), . DECL_API("NetUserDel", NetUserDel_stub), . DECL_API("NetUserEnum", NetUserEnum_stub), . DECL_API("NetUserGetGroups", NetUserGetGroups_stub), . DECL_API("NetUserGetInfo", NetUserGetInfo_stub), . DECL_API("NetUserGetLocalGroups", NetUserGetLocalGroups_stub), . DECL_API("NetWkstaGetInfo", NetWkstaGetInfo_stub), . DECL_API("NetWkstaTransportEnum", NetWkstaTransportEnum_stub), ntdll_named_apis[] = . DECL_API("FlsAlloc", FlsAlloc_stub), . DECL_API("FlsFree", FlsFree_stub), . DECL_API("FlsGetValue", FlsGetValue_stub), . DECL_API("FlsSetValue", FlsSetValue_stub), . DECL_API("NtQueryAttributesFile", NtQueryAttributesFile_stub), . DECL_API("NtQueryDirectoryFile", NtQueryDirectoryFile_stub), . DECL_API("NtQueryInformationFile", NtQueryInformationFile_stub), . DECL_API("RtlCreateSecurityDescriptor", RtlCreateSecurityDescriptor_fwd), // removed in .14 (duplicate) . DECL_API("RtlGetCurrentDirectory_U", GetCurrentDirectoryW_new), . DECL_API("RtlInterlockedFlushSList", InterlockedFlushSList_stub), . DECL_API("RtlSetCriticalSectionSpinCount", SetCriticalSectionSpinCount_new), . DECL_API("Wow64DisableWow64FsRedirection", Wow64DisableWow64FsRedirection_stub), . DECL_API("Wow64EnableWow64FsRedirection", Wow64EnableWow64FsRedirection_stub), . DECL_API("Wow64RevertWow64FsRedirection", Wow64RevertWow64FsRedirection_stub), ole32_named_apis[] = . DECL_API("CLSIDFromProgIDEx", CLSIDFromProgIDEx_stub), . DECL_API("CoAllowSetForegroundWindow", CoAllowSetForegroundWindow_stub), . DECL_API("CoGetObjectContext", CoGetObjectContext_stub), . DECL_API("CoGetStdMarshalEx", CoGetStdMarshalEx_stub), . DECL_API("CoRegisterInitializeSpy", CoRegisterInitializeSpy_stub), . DECL_API("CoRevokeInitializeSpy", CoRevokeInitializeSpy_stub), . DECL_API("HDC_UserFree", HDC_UserFree_stub), . DECL_API("HDC_UserMarshal", HDC_UserMarshal_stub), . DECL_API("HDC_UserSize", HDC_UserSize_stub), . DECL_API("HDC_UserUnmarshal", HDC_UserUnmarshal_stub), . DECL_API("HICON_UserFree", HICON_UserFree_stub), . DECL_API("HICON_UserMarshal", HICON_UserMarshal_stub), . DECL_API("HICON_UserSize", HICON_UserSize_stub), . DECL_API("HICON_UserUnmarshal", HICON_UserUnmarshal_stub), rpcrt4_named_apis[] = . DECL_API("I_RpcAsyncAbortCall", I_RpcAsyncAbortCall_stub), . DECL_API("I_RpcAsyncSetHandle", I_RpcAsyncSetHandle_stub), . DECL_API("I_RpcBindingInqLocalClientPID", I_RpcBindingInqLocalClientPID_stub), . DECL_API("I_RpcExceptionFilter", I_RpcExceptionFilter_stub), . DECL_API("I_RpcGetBufferWithObject", I_RpcGetBufferWithObject_stub), . DECL_API("NdrAsyncClientCall", NdrAsyncClientCall_stub), . DECL_API("NdrDcomAsyncClientCall", NdrDcomAsyncClientCall_stub), . DECL_API("NdrGetUserMarshalInfo", NdrGetUserMarshalInfo_stub), . DECL_API("NdrMesTypeAlignSize2", NdrMesTypeAlignSize2_stub), . DECL_API("NdrMesTypeDecode2", NdrMesTypeDecode2_stub), . DECL_API("NdrMesTypeEncode2", NdrMesTypeEncode2_stub), . DECL_API("RpcAsyncCancelCall", RpcAsyncCancelCall_stub), . DECL_API("RpcAsyncCompleteCall", RpcAsyncCompleteCall_stub), . DECL_API("RpcAsyncGetCallStatus", RpcAsyncGetCallStatus_stub), . DECL_API("RpcAsyncInitializeHandle", RpcAsyncInitializeHandle_stub), . DECL_API("RpcCancelThreadEx", RpcCancelThreadEx_stub), . DECL_API("RpcCertGeneratePrincipalNameW", RpcCertGeneratePrincipalNameW_stub), . DECL_API("RpcServerInqCallAttributesW", RpcServerInqCallAttributesW_stub), . DECL_API("RpcServerRegisterIf2", RpcServerRegisterIf2_stub), . DECL_API("RpcServerTestCancel", RpcServerTestCancel_stub), . DECL_API("RpcServerUnregisterIfEx", RpcServerUnregisterIfEx_stub), . DECL_API("RpcTestCancel", RpcTestCancel_stub), . DECL_API("UuidCreateSequential", UuidCreate), -
Need Help Finding a Good Graphics Card For The GX110
jumper replied to Bracamonte's topic in Windows 9x/ME
For EGA games, the integrated Intel 810 chipset should be all you need. -
> but it refused to run "in DOS mode". This sounds like it is a 32-bit Windows executable. You can confirm this by checking it in Dependency Walker or another PE file viewer. A ReactOS Live-CD should be able to boot from disc and run the file. A Linux Live-CD that includes WINE might also be able to run it for you.