Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/19/2019 in all areas

  1. I have found that MS did something to Windows Update Site Agent 3.0 to loop on checking for the latest agent. 7.6 Works fine and i found that no looping is it. Just to inform you all also @dencorso the update agent that you provided to download is 7.6 so good then
    1 point
  2. PM/NM 27 was forked from Fx38 ESR PM/NM 26.5 was forked from Fx24 ESR
    1 point
  3. No. In this case, it doesn't really matter as the SDK doesn't integrate tightly with Visual Studio. You could even install it before Visual Studio and everything would still work as expected. Yes, that would be OK. We're talking about d3dx8_0b.exe, correct? Everything'll be fine if you follow instruction in its ReadMe. I found your other thread on this forum where you were concerned about this update and the OS stability. This update affects the utility library called D3DX8, which functionality is baked directly in your application in the end in the case you choose to use it, so your application specifically benefits. System stability would be compromised in the case your application managed to trigger some critical bug in your graphics card's driver. Yes. Visual Studio 6.0 actually refers to the package of separate IDE (Integrated Development Environment) programs used to write programs, so you have one program for C/C++ and another for Visual Basic. In later versions, there's a single program for everything. Free Express editions are an exception. So, my instructions were for Microsoft Visual Basic 6.0, that may have been obtained as part of Microsoft Visual Studio 6.0 (it was also sold separately in the old days). The one ISO I found under that name has Windows 98 Resource Kit and Microsoft Plus! 98 on it. There are apparently multiple discs. If you decide to write something in Visual Basic, you'll have dependency on dx8vb.dll. This library is not part the OS since Windows Vista, but it's possible to take it from an older OS (version from Windows XP SP3 is the latest and probably most popular), place it in C:\Windows\System32 (32-bit OS) or C:\Windows\SysWOW64 (64-bit OS) and register it with regsvr32 to make programs dependent on it functional.
    1 point
  4. No, I need to add support for NM27 to the installer. Its not something you need to fix. Once that is done, you can just double click the installer and it will start and give you the prompts. For now, just download and extract the NM27 SSE builds by hand. I'll make sure to mention you in a post as soon as i have updated the installer.
    1 point
  5. Speaking of which, Studio Tax 2018 (also a Canuckistan tax package) works as well on Vista as well. (it does require .NET 4 though).
    1 point
  6. New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190316-69004b612-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190316-69004b612-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190316-69004b612-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190316-69004b612-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from rmottola/Arctic-Fox: - fix errors done while applying Bug 986981 (16427a8f1) - Bug 1112164 part 6 - RegisterSets: takeAny should take one register and all aliases of it. (3cb079535) - Bug 1112164 part 7 - Add common architecture functions to query/convert a register type. (cfbcbb73a) - Bug 1112164 part 8 - Use architecture specific SetSize. (8b1674c57) - Bug 1112164 part 9 - PushRegsInMask no longer assumes that any FloatRegister is 8 bytes. (99c36de32) - Bug 1112164 part 10 - Clean-up: Use SetType for register mask declarations. (8ae421beb) - change pointer style (7a7cc47f5) - Bug 1112164 part 11 - Add an union to declare how data can overlap in one register. (a26f7e54b) - Bug 1112164 part 12 - Use RegisterDump size for bailout spills. (da7b4173d) - Bug 1112164 part 13 - HandleRegisterDump operations should support all register type. (c0769d704) - change pointer style (1a8cb363f) - Bug 1112164 part 14 - Add types to x86/x64 float registers. (432d705ea) - Bug 1112164 part 15 - x86/x64: Add register type in the register allocator spew. (ffc5c6f96) - Bug 1112164 part 16 - Clean-up: Remove FloatRegister::GetSizeInBytes (33ba32a6b) - Bug 1112164 part 17 - StupidAllocator: Fix issues with SIMD spill and aliased registers. (a5d381375) - Bug 1112164 part 18 - PushRegsInMask: Do not spill SIMD register if there is no support. (64bc72591) - Bug 1112164 part 19 - LSRA should spill aliased registers around call-sites. (46b535ed5) - Bug 1138141 - x64: Add some padding after pushing an odd number of float32 registers. (addbbbd9a) - Bug 1140801 - Don't invoke functions on non-ion platforms. (1994a93b4) - Bug 867001 - IonMonkey: Infrastructure for aligning JIT'd loops. (26ef85278) - update pointer styles for better applying patches (150d89b21) - Bug 1131531 - Ion GetElement IC should handle dense element holes. (5ee27fdd8) - Bug 1171777 - Make sure the index is nonnegative in GetElement IC with hole. (0a9bfcdf3) - No Bug - Expand a comment with a more detailed explanation (d9a833b59) - Bug 1127629 - Handle void in ExpressionDecompiler. (6e20c9df1) - Bug 1135319 - Fix several javascript warnings when for mochitest-chrome app update tests and cleanup style. (d6cd770f2) - Bug 1134021 - Use composed document when getting nsDOMWindowUtils from shadow DOM content. (b781a495e) - Bug 1123111 - Fix a typo (605d59d61) - Bug 1135745 - Disable the reserved-id-macro macro in security/pkix (d966a778b) - Bug 1131424 - Report error message when failing to open ctypes library, (2e8b2f8e3) - Bug 1134667 - Add crashtest for this heap-buffer-overflow bug. (b4e070714) - Bug 1135141 - Make LAST_DITCH GC more robust (40e5bc53e) - Bug 1135141 - Do not do background sweeping for zealous GCs to avoid fragmentation (4ee850204) - adapt pointer style (23133d74d) - Bug 1134754 - Skip compacting zones when there is little benefit (fbc9bec11) (69004b612)
    1 point
  7. New regular/weekly KM-Goanna release: https://o.rths.cf/kmeleon/KM76.1.1-Goanna-20190316.7z Changelog: Out-of-tree changes: * update Goanna3 to git 804907cdb..69004b612: - import changes from rmottola/Arctic-Fox: - fix errors done while applying Bug 986981 (16427a8f1) - Bug 1112164 part 6 - RegisterSets: takeAny should take one register and all aliases of it. (3cb079535) - Bug 1112164 part 7 - Add common architecture functions to query/convert a register type. (cfbcbb73a) - Bug 1112164 part 8 - Use architecture specific SetSize. (8b1674c57) - Bug 1112164 part 9 - PushRegsInMask no longer assumes that any FloatRegister is 8 bytes. (99c36de32) - Bug 1112164 part 10 - Clean-up: Use SetType for register mask declarations. (8ae421beb) - change pointer style (7a7cc47f5) - Bug 1112164 part 11 - Add an union to declare how data can overlap in one register. (a26f7e54b) - Bug 1112164 part 12 - Use RegisterDump size for bailout spills. (da7b4173d) - Bug 1112164 part 13 - HandleRegisterDump operations should support all register type. (c0769d704) - change pointer style (1a8cb363f) - Bug 1112164 part 14 - Add types to x86/x64 float registers. (432d705ea) - Bug 1112164 part 15 - x86/x64: Add register type in the register allocator spew. (ffc5c6f96) - Bug 1112164 part 16 - Clean-up: Remove FloatRegister::GetSizeInBytes (33ba32a6b) - Bug 1112164 part 17 - StupidAllocator: Fix issues with SIMD spill and aliased registers. (a5d381375) - Bug 1112164 part 18 - PushRegsInMask: Do not spill SIMD register if there is no support. (64bc72591) - Bug 1112164 part 19 - LSRA should spill aliased registers around call-sites. (46b535ed5) - Bug 1138141 - x64: Add some padding after pushing an odd number of float32 registers. (addbbbd9a) - Bug 1140801 - Don't invoke functions on non-ion platforms. (1994a93b4) - Bug 867001 - IonMonkey: Infrastructure for aligning JIT'd loops. (26ef85278) - update pointer styles for better applying patches (150d89b21) - Bug 1131531 - Ion GetElement IC should handle dense element holes. (5ee27fdd8) - Bug 1171777 - Make sure the index is nonnegative in GetElement IC with hole. (0a9bfcdf3) - No Bug - Expand a comment with a more detailed explanation (d9a833b59) - Bug 1127629 - Handle void in ExpressionDecompiler. (6e20c9df1) - Bug 1135319 - Fix several javascript warnings when for mochitest-chrome app update tests and cleanup style. (d6cd770f2) - Bug 1134021 - Use composed document when getting nsDOMWindowUtils from shadow DOM content. (b781a495e) - Bug 1123111 - Fix a typo (605d59d61) - Bug 1135745 - Disable the reserved-id-macro macro in security/pkix (d966a778b) - Bug 1131424 - Report error message when failing to open ctypes library, (2e8b2f8e3) - Bug 1134667 - Add crashtest for this heap-buffer-overflow bug. (b4e070714) - Bug 1135141 - Make LAST_DITCH GC more robust (40e5bc53e) - Bug 1135141 - Do not do background sweeping for zealous GCs to avoid fragmentation (4ee850204) - adapt pointer style (23133d74d) - Bug 1134754 - Skip compacting zones when there is little benefit (fbc9bec11) (69004b612) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76
    1 point
  8. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190316-e8e433a-uxp-c7b3c68ae-xpmod.7z Browser-only Suite Win32 https://o.rths.cf/boc-uxp/bnavigator.win32-20190316-e8e433a-uxp-c7b3c68ae-xpmod.7z source patch (excluding UXP): https://o.rths.cf/boc-uxp/boc-uxp-src-xpmod-20190223.7z No official repo changes since my last build. For UXP changes please see above.
    1 point
  9. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190316-c7b3c68ae-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190316-c7b3c68ae-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.5.0a1.win32-git-20190316-c7b3c68ae-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.5.0a1.win64-git-20190316-c7b3c68ae-xpmod.7z Official repo changes since my last build: - Part 1: network component changes. (d38ddd92e) - Remove various hard-coded Accept: headers (b00b07637) - Part 2: Add tests (367d77ee9) - [Basilisk] Add SSUAO for WhatsApp Web. (6e9c60c3b) - Prevent loading of document subresources over FTP. (6b4d81521) - Merge pull request #995 from MoonchildProductions/httpaccept-work (709bc24e9) - Support string default values for unions containing USVString (acfc69ec7) - Add a ClearElementAt API to nsTArray (bcdacfe2d) - Change the MozMap API and data storage to more what we want record<> to look like (5a10462a9) - Fix up some minor issues with default value handling in codegen (cfcba2402) - Disallow mozmap-typed constants (50059d734) - Add some tests for distinguishability of unions (7d411777a) - Change JS to MozMap conversion to more closely follow the record<> spec (e17501d5e) - Split up PrimitiveOrStringType into PrimitiveType and StringType in the Web IDL parser (3344c564a) - Rename "MozMap" to "record" in our IDL parser and IDL files (5890367d3) - Rename the MozMap C++ type to "record" and give it a template parameter for the key type (b586a191e) - Add ConvertJSValueTo*String functions that just take a value and hand out a string, without extra complications (8525a292b) - Rename MozMap.h to Record.h (66ee6fdde) - Actually change the key type of a record, and its corresponding conversion behavior, depending on what the IDL says (e7c9fa3e1) - Implement the spec provision for handling repeated keys in records by updating the existing value (ca2383012) - Construct URLSearchParams from sequence or from string (04c168412) - Construct URLSearchParams from record<> (cd0e94ceb) - Align IDL record to C++ conversion with the spec when Symbol-named properties are involved (c00255c35) - [Palemoon] Disable Microsoft Family Safety support (Windows 8.1). (0b4184ad3) - Remove unused SSL errorReporting prefs (d791dfed6) - Use meaningful error message in URLSearchParams::Constructor (0ff4dbff8) - Fix a warning about method override (6e457e653) - Fix order of member variables in a couple of initializer lists (52be954e5) - Remove a couple of unused variables (90d1ee25b) - Fix warnings about unreachable code in cubeb (cf36d9862) - Merge pull request #1002 from JustOff/PR_URLSearchParams (91cbd86a5) - Merge pull request #1005 from adeshkp/compiler-warnings (7650a0311) - [PALEMOON] Add SSUAO override for firefox.com (native mode) (4d7390eaa) - Merge pull request #1006 from JustOff/PR_SSUAO_firefox.com (973b9cace) - Handle the special case of a flex frame being the absolute containing block correctly from the CSS align code (c427cf64a) - Merge pull request #1008 from JustOff/PR_flex_align_blocks (c7b3c68ae)
    1 point
×
×
  • Create New...