Content Type
Profiles
Forums
Events
Everything posted by blackwingcat
-
Hi. Already supported unicode even Windows 95. Do you use the font which supported Japanese ?
-
Future versions of Firefox on Windows 2000
blackwingcat replied to ppgrainbow's topic in Windows 2000/2003/NT4
I try to run firefox v13 on Kernel v11 environment. (* note v11(JP)kernel can't apply English environment.) Does Firefox 13(VC++2010 build version work on WIndows 2000 ? It seems not to have a problem. -
Future versions of Firefox on Windows 2000
blackwingcat replied to ppgrainbow's topic in Windows 2000/2003/NT4
Does anyone know how to download central version (v13) Firefox source code ? "hg clone http://hg.mozilla.org/l10n-central/ targetdir" would not work. -
Future versions of Firefox on Windows 2000
blackwingcat replied to ppgrainbow's topic in Windows 2000/2003/NT4
Hi, I know that the application can work on Windows 2000, whichi created by Visual Studio 2010, if we even add a several codes it. I released add-on library for Windows 2000 with VC++2010 if you install MS11-025, the applications don't work on 98/Me/NT/2000. (Japanese) How to compile the application for Windows 2000 with VC++ 2010 (Japanese) And because Windows 2000 has problem about rand_s and RtlGenRandom, then Firefox ignores OOPP option if it is Windows 2000. but it is resolved by several codes. rand_s and RtlGenRandom (Japanese) * Note: We can get OOPP available version firefox from here. Tete's Atelier -software -
Following is update history, translated to English from my blog. 1. Windows 2000 is not supported InvariantCulture. so, any programs which based on Delphi or C++Builder show "Class xxxx not found" ( xxx is classname TBitmapImage , TEdit and so on) Following functions use InvariantCulture. so if the application use parameter 'Invaliantculture' , it doesn't work. CompareStringA CompareStringW EnumCalendarInfoA EnumCalendarInfoExA EnumCalendarInfoExW EnumCalendarInfoW EnumDateFormatsA EnumDateFormatsExA EnumDateFormatsExW EnumDateFormatsW EnumLanguageGroupLocalesA EnumLanguageGroupLocalesW EnumSystemCodePagesA EnumSystemCodePagesW EnumSystemLanguageGroupsA EnumSystemLanguageGroupsW EnumSystemLocalesA EnumSystemLocalesW EnumTimeFormatsA EnumTimeFormatsW EnumUILanguagesA EnumUILanguagesW GetCalendarInfoA GetCalendarInfoW GetCPInfoExW GetCurrencyFormatA GetCurrencyFormatW GetDateFormatA GetDateFormatW GetGeoInfoW GetLocaleInfoA GetNumberFormatA GetNumberFormatW GetStringTypeA GetStringTypeExW GetTimeFormatA GetTimeFormatW IsDBCSLeadByteEx LCMapStringA LCMapStringW MultiByteToWideChar SetCalendarInfoA SetCalendarInfoW SetLocaleInfoA SetLocaleInfoW SetThreadLocale WideCharToMultiByte The function is embedded since v6 kernel. I descripted the detail at my blog. 2. since v6 kernel extended following 9 APIs. CheckRemoteDebuggerPresent (It is used by Any games) IsWow64Message SetDllDirectoryA GetModuleHandleExW (It is used by Any applications) InterlockedPopEntrySList InterlockedPushEntrySList InitializeSListHead InterlockedFlushSList QueryDepthSList (It is used by Any game framework) 3. v6 kernel has a bug, so I replaced v7. 4. v8 kernel is released for MS11-025(v1). But microsoft replaced it, so I canceled this fix on v9 kernel. 5. since v9 kernel extended following 2 APIs. AttachConsole ( some applications use for background debug.) TzSpecificLocalTimeToSystemTime ( It is used by some applications) 6. v9 kernel includes wtsapi32.dll and it includes following 3 APIs(stub). WTSQueryUserToken WTSRegisterSessionNotification WTSUnRegisterSessionNotification Any application checked Terminal Service API. So they require these functions 6. v9 kernel has some bugs, so I replaced v10.
-
Sorry, what means 'updated strings '?
-
Thank you very much. I also released v11 Japanese Edition.
-
I fixed English version v10. and released v10a. Thx
-
Thx. I'll check this code again.
-
Hi. If you use original 11.7 inf file, then windows write registry installed your driver version 11.7. so I tell you, change to "DriverVer=10/26/2010, 8.791.0.0000". if change it you may delete 10.11's inf file. There are two .inf files in ati1107w2k.cab. May I assume you're only talking about copying the one named CX121826.inf -- and I should ignore the other (named AtihdXP3.inf)? Once the correct .inf file is copied from the expanded ati1107w2k into the expanded ati1011w2k folder, I now have two .inf files there, both beginning with CX. I will change the DriverVer of the one I copied from ati1107w2k, correct? But now this leaves the other file, CX107884.inf, that was originally in ati1011w2k (and was not edited, as was the other one that was brought into the folder). Was it your intention that this one should be deleted, or allowed to remain? My concern is that if two CX*.inf files remain in the folder I'll be using for the installation, I don't want Windows to accidentally go after the wrong one. Or, for some reason I don't understand, would this be impossible, so I should not be concerned, and just leave both these files where they are? This would (of course?) be the CX*.inf that I brought in, from the other folder, and not the one that was already there -- assuming I haven't deleted it, depending upon what you've said, above. Just double-checking here, to make sure, that I am not getting confused. Thanks!
-
I released v10 kernel for English. But I can't test on English environment. Please test it somebody ?
-
Intel HD Driver without .Net for XP and 2000
blackwingcat replied to blackwingcat's topic in Device Drivers
Replaced to win2k_14469c.zip. UI version 0.30->0.31 igfxpph.dll 6.15.10.5395->6.15.10.5396 fixed .Net3.0 Dialog probilem when click contextmenu. fixed rotate function. -
Hi. Okay. Your Device Information was included from ATI 11.x driver, so Device manager showed blank dialogbox. download ati1011w2k.zip and ati1107w2k.cab. and copy ati1107w2k.cab's inf file to the folder which you extracted ati1011w2k.zip. and change to the inf file's Driver version following. DriverVer=10/26/2010, 8.791.0.0000 and try to use ati1011w2k. Good luck. Hi blackwingcat, Thanks for the continuing advice. Are these the correct numbers, that you're looking for, in this list? Identification numbers for my VGA ASUS RADEON HD5450 Silent 512MB HDMI/DDR2PCIE2 card: Vendor ID: 0x1002 Device ID: 0x68E1 If not -- please let me know where to look, and I will do it. . You said you couldn't tell, for sure, without the VGA DEVICE ID, which driver gets your primary recommendation. Can you tell now? After I know that, I will go ahead with your instructions to clean the Windows Registry, and install the driver, once again. Thanks again!
-
I released Microsoft Visual C++ 2010 SP1 Redistributable Package kb2627201 for windows 2000 v10.0.40219.363 You can download here
-
Hi. I think most stable driver is 10.5. or 10.7. But 10.11 may also be stable. Because I don't know your VGA DEVICE ID, I can't tell you for sure... I think you had better delete registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI\YourDevice and delete target oem**.inf(look it with notepad) in %systemroot%\inf and reboot .
-
Hi. Sorry,I made misconception. I thought that you use 11.x Driver. The ati5k2k1.zip is alpha 10.1 driver. HD5xxxx series are supported following drivers. 2010/6/8 Version 10.5(AGP+HDMI) 2010/6/19 Version 10.6a(AGP+HDMI) 2010/7/31 Version 10.7(AGP+HDMI) 2010/9/1 Version 10.8(AGP+HDMI) 2010/10/24 Version 10.10(AGP+HDMI) 2010/12/2 Version 10.11(AGP+HDMI) 2011/5/13 Version 11.1b(AGP+HDMI+Mobility) * 2011/5/13 Version 11.2a(AGP+HDMI+Mobility) * 2011/5/13 Version 11.3a(AGP+HDMI+Mobility) * 2011/5/13 Version 11.5c(AGP+HDMI+Mobility) * *11.x series require KB829884. But stable drivers are 10.x series. The reason which I didn't descript HD5xxx is we found out some problem on HD5xxx High end model has many problem on Windows 2000.( You can see the discussion on the my blog's comments) I also have HD5450 and it seems almost no problem, but any game crash on trying to play movie. I think HD38xx or HD 46xx or HD47xx or HD48xx are Optimum for Windows 2000, on stability and performance. Just noticed this suggestion. By that, did you mean, "try to rollback to the 10.x driver" (from version 11.x) -- or do you mean "try to rollback 10.x driver to an earlier version"? I was interpreting this to mean the first choice. If the second, you are saying I should go to a 9.x driver. Will a 9.x driver work with my card, and if so, which one do you recommend? Details, please.
-
I released customized Intel HD Graphic Driver for Windows 2000 and XP. It does not require .Net framework 3.0. I created Intel Graphic Tool which is based Windows SDK. The Graphic Tool is Supported language are English and Japanese. Intel HD Graphic Driver for Windows 2000/XP Current version is 6.14.10.5394c (v14.46.9.5394) Jan 27. 2012
-
Hi, RonCam Please tell me customized ATI driver version and Your device's Vendor ID and Device ID. fx) VEN_1234&DEV_5678 We know HD5xxx has some problem. Windows 2000 user's best ATI VGA Card is HD4xxx. And ATI Driver 11 has some compatibility problem on HD5xxx. if your VGA is not stable, try to rollback 10.x driver.
-
Last Versions of Software for Windows 2000
blackwingcat replied to thirteenth's topic in Windows 2000/2003/NT4
I checked following application on KDW. All they were reported on my blog Working fine. Delphi 2010 Process Explorer 15 Apple Safari 3.2.3 foobar2000 10.1.10 QuickTime 7.71 Java 7Update 2 Real Player 14 Real Player Mini Wireshark 1.7 /Portable PHP 5.3.8 MySQL 5.5.16 ruby 1.9.3 Lunascape 6.5.7 Evernote 4.3 Office IME2007/2010 Janetter 3 SlimDX XNA 2.x-3.1 DirectX runtime 9.0 2010/June with Xaudio/XInput for Windows 2000 flash player 11.1 Google SketchUp Pro 7 Google Earth 6.2 Picasa 3.9 Adobe Air 3.1 K-Lite Codec Pack 7.70 VMWare Player 3.1 Microsoft Intellipoint 7.0 Logicool Gaming Software 5.02 Logicool SetPoint 4.8 EyeBall Chat Finale 2009 GPU-Z v0.5.7 CPU-Z 1.59 Adobe Reader 10.0 Windows Defender Some function limited. Google Chrome/Iron/CoolNovo 16(disable native client) Safari 4.x/5.x (can't scroll Combobox) iTunes 10.5.3 (can't backup/ you can only use iPod touch and iPhone and iPad.) Evernote 4.4/4.5 (can(t use sound note and Tool customize) SilverLight 5 beta(can't use DRM) Virtualbox 2.0(some memory leak) Photoshop Elements 7/8(some plugin not work) Premiere Elements 7/8(some plugin not work) -
Thx acus. I released English Version MS12-004 for Windows 2000 and XP SP2. You can download My Security Patch site it includes both KB2598479 and KB2631813.
-
The worst vulnerability (in windows history) MS12-004, was showed By Microsoft I released MS12-004 for WIndows 2000 Japanese Version yesterday. But I don't have English version WINMM.DLL,MCISEQ.DLL. Is there Anyone provide me the Dlls ? Windows Legacy Update
-
Last Versions of Software for Windows 2000
blackwingcat replied to thirteenth's topic in Windows 2000/2003/NT4
Hi,Colonel O'Neill Your method needs checking the KDllinst's Ez KD Registry and reboot. Here is Safari Installer for Windows 2000. extract SafariInstaller.exe and copy the msi files into Installer folder and run install batch file. -
I released SRWare Iron/Chrome installer v0.41 for Windows 2000.(It is built on KDW technology) My Japanese Blog v0.41 supports Iron and Chrome v16. You can install Iron easier than Chrome. The system requirement is that your PC is applied KB915985v2 and SP4SRPv1.
-
Hi, Mo-footer support UserStream (It requires OpenSSL DLL's) on Beta Version. If you want other language version mo-footer, please translate resource text file. You can download following URL Wanted mo-footer translators.
-
Hi. MovieMaker 1.x works on Windows 2000 fine. You can works 2.x but is is unperfect and it'll occurs some problem on Windows 2000.