Jump to content

jumper

Member
  • Posts

    1,945
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. View->Page Style->No Style
  2. +1 DougB :yes: (emoticons only get processed when quoted by someone using a "modern" browser :( ) For MSFN I am using SeaMonkey 2.0.14 (Gecko 1.9.1.19), very comparable to PaleMoon v3.6.32, but with no SSE requirement. Scripting hides the display of the reply box and slows page loads incredibly. It is only good for hiding Spoiler content, so I leave it turned off. To edit a post, click the invisible button at lower-left of post (below and to the left of pale horizontal rule and vertical separator.) To add attachment, edit existing post, "Browse..." to file and save post. To add another attachment, reedit post.... To position attachments, reedit post.... To save edited post with scripting enabled, click "Edit" button if there is no "Save" button. In FF2 and other browsers, View->Use Style->None to make the login "Remember me" checkbox work correctly. This should avoid random logoffs when navigating various sections of MSFN. OffByOne and Dillo are very fast because they don't/can't process most of the complex CSS-based layout. I recently downloaded the source for Dillo and am considering modding it to make a custom MSFN portal.
  3. Release.13.7z API lists for all 4.5.2015 versions through ...13: apilist.4.5.2015.13.7z Use Windiff on version pairs to highlight API changes. === Under Construction ===
  4. Thank you for the error report. Fwd currently only works in very simple cases. One requirement is that the export table to be expanded must be at the end of a section. Now that I have more experience with the PE file format, I do have plans, but no time table, for rewriting this tool from scratch.
  5. The mangled code is from a served ad. Disable scripting or block "tags-cdn.deployads.com/a/sciencedaily.com.js" to solve. <div class="mobile-middle-rectangle hidden-md hidden-lg"> <div class="ad-tag" data-ad-name="Rectangle2" data-ad-size="300x250"></div> <script src="//tags-cdn.deployads.com/a/sciencedaily.com.js" async=""></script><script>(deployads = window.deployads || []).push({});</script> </div>
  6. Stick with what you already know: List of Free C/C++ Compilers and Interpreters LONGLONG is 64-bit signed integer. ULONGLONG is 64-bit unsigned integer. bitwise operations are easy (if that's what you meant by "bitlogic").
  7. "ExportPatcher" doesn't exist yet. That's why it's mentioned in the "To do" list under "Future expansion". For running new apps, try KernelEx 4.5.2015. 98setome is like USP3, but only uses files from WinME.
  8. To time a DOS app: echo.|time app.exe echo.|time If the app will clear the screen/console, redirect the time to a file: echo.|time>start.txt app.exe more start.txt echo.|time
  9. The Dell U2027 Intel Pro Wireless 2100 802 11 B Mini PCI is B-only (no G/N), but does have 9x drivers.
  10. Display Properties->Settings->Advanced...->Monitor->Options: [ v' ] Reset display on suspend/resume. "Specifies whether you want Windows to reset the display after you put your computer in Suspend mode and then resume activity. Most display adapters cause the screen to flash while the monitor is being reset. You may be able to avoid the flashing by clicking to clear this check box. However, some adapters require the check box to be selected to work properly."
  11. Wayback has at least 7 unique versions of boingoinstaller.exe (and possibly many more). There is also (the more recent?) BoingoWifinder.exe and BoingoWifinderXP.exe.
  12. Shorter ISA pins might be for compatibility with EISA slots. "4.90.3000.2" is ME.
  13. An external router or modem that connects to the PC via ethernet is the most reliable Internet solution. They don't require drivers or software, but instead are configured via web browser. The usual requirement is IE6 or FF2, so Retrozilla (NT4, 95+) should work. Avoid USB modems as they require drivers. I have an AT&T analog landline here in Silicon Valley and occasionally dial in to Netzero.net. Don't have DSL, so no notice.
  14. Yes. They work best when installed before other programs so they can monitor all registry and file system modifications. You can also delete the main app folder(s) and then run a system cleaner to remove shortcuts and registry references to the now-missing files.
  15. > I tried to add that to my original post by editing the post, but I could not find a "save" or "submit" button on the edit page. I'm using Opera 12.02. The buttons are mislabeled in some browsers--I also saw this last month. Depending on browser window width, Save by clicking the top ("Edit"?) or right button--the one not called "Cancel".
  16. Release candidate: K-Meleon76RC.7z 2016-05-01 30.9 MB now available at https://sourceforge.net/projects/kmeleon/files/k-meleon-dev/
  17. Yes, that error message means the required .NET Framework is not installed.
  18. 222 (CL2) is faster than 333 (CL3).
  19. 98se only has Msvcrt:wcstombs. In addition to WCSToMBEx, User32InitializeImmEntryTable and CliImmSetHotKey will also be needed. ReactOS has source for all three, so I'll add them to Kex (KernelEx for 9x).
  20. > Is there a way to just 'deactivate' a function of a dll ?? Wrong question, but yes: modify the function name in the export table. > IMM32.DLL from BlackWingCat's W2K updates What version? File version 5.00.2195.6657 from Windows2000-KB935839-v24d-x86-ENU.exe contains three User32 dependencies not supported by KernelEx 4.5.2015.12. Try using the ReactOS version instead.
  21. DIMMs should be okay, but put them in single-channel mode or relax the timings if you can. For a software solution, try rloew's RAM Limitation Patch demo. Check the system resources for each of the cards in Device Manager, modify them if you can, or change PCI slots.
  22. I've been fighting the same elipses problem for several years. I think the answer is a MS Sans Serif font upgrade. Angled quotes are also a problem. Meanwhile, it can be fixed in the menus and message boxes by changing the Windows system fonts for those items in: Display Properties >> Appearance. Choose the Item (Menu, Message Box, Tool Tips, ...Title bar) and Font (Arial, Tahoma, Verdana, ...). * Yes, we are a bit off-topic here (although I have considered programatic solutions) -- so DO NOT post any images. *
  23. @schwups > Kexbases has considerably become bigger. Moving the debug info into the dll's ensures its presence for debuggers (Procwin, DumpPE, Dr.Watson) and also shrinks the overall package size. @MiKl > Is there a quick way to compare the contents of KexBases with what one have in Kext to remove possible double entries ? Yes...process all Kexbase and Kext dll's (Kexbasen, Kexbases, ComdlgEx, iphlpapi4.dll, Kexstubs, Kstub822, etc.) with Kexports and Windiff! (Even Kexbasen and Kexbases can have duplicates when mixing different versions....) @Twin: Welcome to the project. Does PDF text selection work correctly in Foxit 4/5 with all version .10 files? If so, thank you for reporting the regression. Please use KexApiLog (DebugWindow) to isolate the api's involved. You can narrow/filter the results using the Windiff'ed output of Kexports on Kexbases.10 and .12 (see below); also try expanding it by diff'ing Kexbasen.10 and .12 as some api's were moved. Kexbasen.12 + kexbases.10 is a version mismatch and does not support all 10+10 or 12+12 api's! Also, there are many duplicates, so the order they are declared in Core.ini >> contents= matters! Kexbases.10 vs. Kexbases.12 edit: coming as soon as I debug the new spoilers Kexbasen.10 vs. Kexbasen.12 edit: coming as soon as I debug the new spoilers List produced with Kexports and Windiff 5.2.3790.0. Note: User32:SetLayeredWindowAttributes is stubbed in both kexbases.10 and .12 as implicit-only. Explicit (delay) loads will fail. Using Kexbases.10 somehow avoids the delay-load call (that fails).
  24. What version of ThinkVantage Access Connections are you testing, and what is the full error message for the missing resource dll?
  25. Yes. The one download was within an hour of the post. I'm now getting "MSFN - Error 500 Internal Server Error" on this and two older attachments, so all attachments seems to be broken at the moment. :(
×
×
  • Create New...