Kernelex для windows xp

XP Luna

Posts: 115
Joined: 01 Feb 2021, 14:57
Has thanked: 14 times
Been thanked: 21 times

Extended kernel for Windows XP?

Hi there,

I love using Windows XP but it is almost impossible to use it as the main system because you can´t install almost any recent programs. There was an attempt to develop an Extended Kernel for XP, but it was discontinued. I think it is possible to make this. I hope this thread motivates win32 or anybody else to try it.

XP Luna


win32

Posts: 45
Joined: 11 Jan 2021, 15:46
Has thanked: 12 times
Been thanked: 31 times

Re: Extended kernel for Windows XP?

Unread post

by win32 »

There have been a few projects, like BWC’s extend kit for XP/2003, Dibya’s ExtendedXP, the XomPie wrapper package and the only active one is Samuka’s One-Core-API (not much activity in the past few years, though there was a commit in November and then claimed in January that he was getting WDDM support into XP/2003): https://github.com/Skulltrail192/One-Core-API-Binaries

As for me, I actually made something that was quite simple and was for the purpose of getting the last version of SteamLiteXP to actually work on NT 5.1 XP x86 (it works on Server 2003/XP x64 apparently). Apparently it does work for its intended purpose (as of late November).
https://cdn.discordapp.com/attachments/774493236671807488/782339504937238598/advapi32.dll

I did attempt to make something more substantial to get the main version of SteamLite (Vista and up) to run. However, VIsta was still my main focus and some issues did crop up once a fair few Vista functions were implemented. Many XP-compatible programs would start calling all kinds of Vista functions (ones I hadn’t added) and started failing. Actually it is a problem with the x86 kernel32 on Vista right now, so it’s more of a matter of commitment than ability. Dibya succeeded in Vista compatibility (Pale Moon 27) and Samuka apparently got Chromium 57 and .NET 4.5, but many important Windows 7 functions are not present yet.

So, if I do anything for XP, it will only be for NT 5.2 (Server 2003 x86/x64 and XP x64) since those have considerably more functions than NT 5.1. And that is mostly because of some of the limitations I’ve faced in modifying ntoskrnl, ntdll and win32k on Vista, which XP/2003 don’t have. And if I don’t succeed in eliminating the blocking of modified versions of those files, I will switch to NT 5.2.

But I do feel that I am getting relatively close to bypassing the checks on Vista (which will also help efforts on 7/8.x if anything).








MassClaw

Posts: 117
Joined: 12 Jan 2021, 05:08
Been thanked: 13 times

Unread post

by MassClaw »

The release. Being released inbetween 2000 and vista (Both have active kernel extenders), XP isn’t really in a nice position here.





Compa

Banned
Posts: 498
Joined: 13 Jan 2021, 08:09
Has thanked: 24 times
Been thanked: 6 times

Re: Extended kernel for Windows XP?

Unread post

by Compa »

XP Luna, I appreciate the enthusiasm you show in your posts, but you should understand that working with a 20+ years old OS is gonna be difficult, and requires ALOT of time consuming inspections, testing, just to make sure even a few smaller things work let alone something so complex as a web browser for instance.

There’s also all the different hardware configurations to take into consideration, types of software, and what is natively supported by XP’s functions to even allow an extended kernel to work in the first place. I’d imagine parts of BWC’s kernel could be reused as Windows 2000 and XP RTM are extremely similar internally but other aspects would certainly have to be rewritten, though I imagine things like font smoothing APIs and some primitive support for things introduced in NT 5.2+/6.0 backported into XP SP3 would be much easier to deal with for instance.

Another big issue is MSVC 2015-2019 redistributable not working on XP, but does on Vista and later. Not sure if it works on 2003 but it might seeing as NT 5.2 has many more API functions (it’s closer to Vista than XP ironically).

And yeah, I expected XP to get an extended kernel before Vista due in part to XP’s popularity, but I’m loving how many Vista enthusiasts genuinely exist around these parts nowadays. Always thought it was a good upgrade over XP back in the day, I had it with SP1 preinstalled on some AMD Athlon 64 x2 from the time.


XP Luna

Posts: 115
Joined: 01 Feb 2021, 14:57
Has thanked: 14 times
Been thanked: 21 times

Re: Extended kernel for Windows XP?

Unread post

by XP Luna »

Thank you. I think I´ll just wait. Maybe there will be an extended kernel for XP any time soon. The fanbase of XP is huge and there are some really talented programmers. But I think you are right. It is very difficult…

XP Luna



MassClaw

Posts: 117
Joined: 12 Jan 2021, 05:08
Been thanked: 13 times

Re: Extended kernel for Windows XP?

Unread post

by MassClaw »

XP Luna wrote: ↑09 Feb 2021, 09:43
Thank you. I think I´ll just wait. Maybe there will be an extended kernel for XP any time soon. The fanbase of XP is huge and there are some really talented programmers. But I think you are right. It is very difficult…

There’s a way yes, but it’s a tough hill; the NT kernel jumped here with just the numbering, who knows if it’s vastly different from 6.X but it’s worth a try.


Compa

Banned
Posts: 498
Joined: 13 Jan 2021, 08:09
Has thanked: 24 times
Been thanked: 6 times

Re: Extended kernel for Windows XP?

Unread post

by Compa »

XP Luna wrote: ↑04 Feb 2021, 20:46
Why is that a problem? Where´s a will, there´s a way

Because on a technical level, it’s hardly different from 2000. If an extended kernel happens for XP, don’t expect it to do too much — the reason 2000’s KernelEx works so well is because it’s so close to Windows XP internally anyway.

XP and Vista, and heck, XP and XP x64 (Server 2003) are pretty different from each other and it would take a shitton of effort to get something basic working, explaining why it’s been so difficult so far.

Sorry to break your bubble here. I think me and win32 highlighted this issue earlier, but yeah, you’d be looking at a LOT of time spent.

Also, on a legal note, don’t suggest using leaked source code to backport if it happens in the future: using anything of the sort is a copyright violation no matter what, so if Windows 7 RTM meets the same fate as XP SP1 for instance… yeah. Even emulators can’t use internal hardware documentation if it’s come from a private/leaked source since it violates reverse engineering copyright law (even if the patents have been long expired).

@MassClaw While Vista (and therefore the rest of the NT 6 line ultimately) is built from 2003 SP1 and partially from RC1 sources, there were many internal changes between the two warranting the jump in version number. The only reason Windows 10 got a jump was as a marketing ploy (and to separate the RTM from prerelease builds IIRC).



mina354

Posts: 43
Joined: 04 Jan 2023, 20:16
Location: C:\Windows
Mood: Feeling great
OS: Windows XP & 7
Has thanked: 217 times
Been thanked: 30 times
Contact:

Extended kernel for Windows XP?

Unread post

by mina354 »

The first one isn’t really an extended kernel. The second one is discontinued by the developer himself, and mainly recommends One-Core-API instead.

Windows 7 was the last good operating system a user can use, since it’s the best operating system, in my opinion. Windows 10 and 11, on the other hand, are ugh, so annoying.


Who is online

Users browsing this forum: No registered users and 0 guests

Это приложение для Windows под названием KernelEx, последний выпуск которого можно загрузить как KernelEx-4.5.2.exe. Его можно запустить онлайн в бесплатном хостинг-провайдере OnWorks для рабочих станций.

Загрузите и запустите онлайн это приложение под названием KernelEx с OnWorks бесплатно.

Следуйте этим инструкциям, чтобы запустить это приложение:

— 1. Загрузил это приложение на свой компьютер.

— 2. Введите в нашем файловом менеджере https://www.onworks.net/myfiles.php?username=XXXXX с желаемым именем пользователя.

— 3. Загрузите это приложение в такой файловый менеджер.

— 4. Запустите любой онлайн-эмулятор OS OnWorks с этого сайта, но лучше онлайн-эмулятор Windows.

— 5. В только что запущенной ОС Windows OnWorks перейдите в наш файловый менеджер https://www.onworks.net/myfiles.php?username=XXXXX с желаемым именем пользователя.

— 6. Скачайте приложение и установите его.

— 7. Загрузите Wine из репозиториев программного обеспечения вашего дистрибутива Linux. После установки вы можете дважды щелкнуть приложение, чтобы запустить его с помощью Wine. Вы также можете попробовать PlayOnLinux, необычный интерфейс поверх Wine, который поможет вам установить популярные программы и игры для Windows.

Wine — это способ запустить программное обеспечение Windows в Linux, но без Windows. Wine — это уровень совместимости с Windows с открытым исходным кодом, который может запускать программы Windows непосредственно на любом рабочем столе Linux. По сути, Wine пытается заново реализовать Windows с нуля, чтобы можно было запускать все эти Windows-приложения, фактически не нуждаясь в Windows.

ЯдроEx

ОПИСАНИЕ

KernelEx — это уровень совместимости с открытым исходным кодом, который позволяет запускать приложения только для Windows 2000 / XP в операционных системах Microsoft Windows 98 и Microsoft Windows Millennium.

Аудитория

Разработчики, конечные пользователи / рабочий стол

Язык программирования

Сборка, C, C ++

Это приложение также можно загрузить с https://sourceforge.net/projects/kernelex/. Он размещен в OnWorks, чтобы его можно было легко запускать в Интернете с помощью одной из наших бесплатных операционных систем.

Скачать приложения для Windows и Linux

  • Приложения для Linux
  • Приложения для Windows
  • 1

    Настольный клиент Rocket.Chat
    Клиент Rocket.Chat Desktop — это
    официальное настольное приложение для Rocket.Chat,
    простая, но мощная сеть с открытым исходным кодом
    чат платформа. Он протестирован на macOS,
    Окна …
    Скачать настольный клиент Rocket.Chat
  • 2

    ОфисЭтаж
    OfficeFloor обеспечивает инверсию
    управление связью, с его: — зависимостью
    впрыск — продолжение впрыска —
    внедрение потока Для получения дополнительной информации
    посетить…
    Скачать OfficeFloor
  • 3

    ДивКит
    DivKit — это серверный пакет с открытым исходным кодом.
    Фреймворк пользовательского интерфейса (SDUI). Это позволяет вам
    развертывать обновления с сервера для
    разные версии приложения. Также это может быть
    используется для …
    Скачать DivKit
  • 4

    субконвертер
    Утилита для преобразования между различными
    формат подписки. Пользователи Shadowrocket
    следует использовать ss, ssr или v2ray в качестве цели.
    Вы можете добавить &remark= к
    Telegram-любимый HT…
    Скачать субконвертер
  • 5

    СВЭШ
    SWASH — это числовой
    инструмент для моделирования неустойчивости,
    негидростатический, со свободной поверхностью,
    вращательный поток и явления переноса
    в прибрежных водах как …
    Скачать SWASH
  • 6

    VBA-M (Архивировано — сейчас на Github)
    Проект переехал в
    https://github.com/visualboyadvance-m/visualboyadvance-m
    Особенности:Создание читовСохранить состояниямульти
    система, поддерживает gba, gbc, gb, sgb,
    sgb2Т…
    Скачать VBA-M (в архиве — сейчас на Github)
  • Больше »

Команды Linux

  • 1

    a2ps-lpr-обертка
    a2ps-lpr-wrapper – lp/lpr-обертка
    скрипт для GNU a2ps на Debian …
    Запустить a2ps-lpr-wrapper
  • 2

    а2пс
    a2ps — форматирование файлов для печати на
    PostScript-принтер…
    Запустить a2ps
  • 3

    набор мощности процессора
    cpupower-set — Установить мощность процессора
    соответствующее ядро ​​или оборудование
    конфигурации…
    Запустите cpupower-set
  • 4

    мощность процессора
    cpupower — показывает и устанавливает процессор
    значения, связанные с мощностью…
    Запустите процессор
  • 5

    collect_stx_titles
    collect_stx_titles — собрать заголовок
    объявления из документов Stx…
    Запустите сбор_stx_titles
  • 6

    скамья гатлинга
    скамейка — http бенчмарк …
    Беговая скамейка Гатлинга
  • Больше »

Reporting problems:

When reporting problems make sure that you include the following information:

  1. Operating system version – is it Windows 98 Gold (aka First Edition), Windows 98 Second Edition or Windows Millennium?
  2. KernelEx version — as displayed at the bottom of the Compatibility tab or in Add/Remove Programs tab
  3. Program vendor, program name and program version.
  4. Description of the problem.
  5. Exact steps required to reproduce the problem — what to click and what to press after the program starts
  6. Did the program work prior to installing KernelEx? Does disabling KernelEx in compatibility tab fix the problem? — important to classify the category of the bug.

Please do not include crash logs unless requested.

These don’t add anything into discussion and in most cases don’t help to solve the problem, but only clutter the thread.

Instead provide steps required to reproduce the crash. If it crashes for you it will crash for me too.

I will ignore all problem reports that don’t follow the above guidelines.

Known problems:

Problem:

Despite changing Windows version in compatibility tab some programs complain about wrong system version. Example: Adobe Flash Player 10.0.

Solution:

Create «xp.reg» file in notepad with following contents:

REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion]
"CurrentVersion"="5.1"

Double click on «xp.reg» file.

Install the program.

Create «unxp.reg» file in notepad with following contents:

REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion]
"CurrentVersion"=-

Double click on «unxp.reg» file.

Problem:

Dependency Walker shows unresolved imports even if program works correctly.

Solution:

This behaviour is expected by design. Don’t depend on Dependency Walker.

Release notes:

KernelEx v4.5.2 by Xeno86
2011-11-14

What's new:
----------------------------------
* Added KernelEx Virtual Device (VKrnlEx.vxd) project which makes modification of kernel32.dll file on disk unnecessary by patching the image directly in memory from kernel space before the shell starts
* Implemented a fix for a crash occuring when accessing a locked file through file mapping object
* Some programs shouldn't complain about not having admin privileges anymore
* Various bugfixes

Apps fixed / now working:
-------------------------
* Now working: Mozilla Firefox 8.0

#################################################

KernelEx v4.5.1 by Xeno86
2011-05-06

What's new:
----------------------------------
* New KernelEx API Hook infrastructure for developers
* Various bugfixes

Apps fixed / now working:
-------------------------
* New Opera 11 non-MSI installer now works
* Fixed download numbers in Opera 11 not being displayed properly
* Fixed missing checkboxes in GTK applications - Pidgin and GIMP among others
* Fixed Google Earth installation on non-english systems

#################################################

KernelEx v4.5 Final by Xeno86
2010-12-30

What's new:
----------------------------------
* Reworked installer (should be more compatible with kernel32 updates)
* New welcome screen
* Fixed stability of extended TLS code
* Fixed hang issues with printers
* Added Windows Installer compatibility database for MSI files patching

Apps fixed / now working:
-------------------------
* Fixed: Foxit Reader 3.1 drag-and-drop crash
* Fixed: Qt 4.6+ hotkey issues
* Fixed: Opera 11 'about:' pages
* Fixed: Firefox displaying file save dialog twice
* Fixed: caret not showing on some configurations (Opera)
* Now working: Google Earth 5.2 (6.0 beta experimentally)

#################################################

KernelEx v4.5 RC 5 by Xeno86
2010-11-02

What's new:
----------------------------------
* KernelEx should now work better with Windows 95 shell
* Fixed stability issues with GDI anti-leaking code

Apps fixed / now working:
-------------------------
* Fixed: OpenOffice.org often crashed on closing
* Fixed: VLC 1.1.x crashed on DVD playback on windows 98 shell
* Fixed: MAME insufficient memory error
* Fixed: Inkscape 0.47 invisible save dialog problem
* Fixed: Foxit Reader 3 resource leaks and random scrolling crashes
* Fixed: Opera crashed in 'Windows 2000' mode when trying to save file
* Fixed: Qt4 apps not showing interface fonts
* Fixed: AkelPad had broken national input
* Fixed: Easy Assembler Shell installer crash
* Now working: Media Player Classic Home Cinema rev 2374+
* Now working: MS Office 2003 Word/Excel + Viewers (experimental)
* Now working: MS Office 2007 converters [docx only] (experimental)

#################################################

KernelEx v4.5 RC 4 by Xeno86
2010-09-21

What's new:
-----------
* Implemented SysLink common control class
* KernelEx auxiliary libraries weren't loaded when full path to system file was passed in call to LoadLibary

Apps fixed / now working:
-------------------------
* Fixed: missing background colors and images in Mozilla Firefox 3.6.9/3.6.10
* Fixed: MSIMG32 warning and menu icon transparency issues in Opera 10.62
* Fixed: Google Picasa options dialog (empty tabs)
* Fixed: Adobe Flash Player crashes (reported by mailcat via sf.net forum)
* Fixed: Adobe Flash Player 10.1 volume control
* Fixed: Wizard101 game crash (bug #3041092)
* Fixed: Maxthon browser (freezing)
* Now working: Maxthon 1.6.7
* Now working: VLC 1.1.2 (without RP9)

#################################################

KernelEx v4.5 RC 1 by Xeno86
2010-07-30

What's new:
----------------------------------
* Reworked 'Compatibility' tab to allow resetting compatibility settings to default values
* Resources with high ID are disallowed when KernelEx is disabled
* Platform check is now re-enabled when KernelEx is disabled
* Fixed settings not applied for applications with international characters in path
* Implemented get-post I/O completion ports functionality

Apps fixed / now working:
-------------------------
* Fixed: MSYS (broken)
* Fixed: Microsoft Access XP (crashing)
* Fixed: Rally Championship '99 (crashing)
* Fixed: GTA San Andreas (crashing)
* Fixed: VLC 1.0+ (UI)
* Fixed: Firefox 3.6.4+ (high cpu usage)
* Now working: Adobe Flash 10.1 plugin
* Now working: Mozilla Firefox 4.0 Beta 2
* Now working: Artweaver 1.0
* Now working: MPC-HC (newer builds, svn build 1391+)

#################################################

KernelEx v4.5 Beta 2 by Xeno86
2010-02-14

What's new:
----------------------------------
* Implemented Uniscribe font caching (improves Firefox 3 performance).
* New thread pool implementation (fixes IE6 problems).
* Fixed rare font related Firefox 3 crash.
* Implemented timer queue APIs.
* Implemented SHParseDisplayName and restricted to XP+ configs to fix Firefox mailto issues.
* Fixed premature kexCOM unloading crashing Photoshop 5 and other buggy apps.
* Updated jemalloc to version from FF3.6.
* Fixed jemalloc sensitiveness to invalid pointers. Fixes vmwareuser, cvtaplog crashing.
* Implemented EnumPrintersW (Foxit 3.1 Unicode printing support).
* Fixed Opera 10.50 Beta Acid3 crash.
* Other small fixes / stubs.

#################################################

KernelEx v4.5 Beta 1 by Xeno86
2010-01-18

What's new:
----------------------------------
* Noticeably improved speed of applications which make extensive use of memory.
This was made possible by introducing new memory allocator originating from FreeBSD - jemalloc.
It improves heap memory allocation/free speed and reduces virtual memory fragmentation.
* Improved compatibility with Unicode applications by implementing new windowing layer
which provides NT-consistent way to work with Unicode window procedures.
* Extended TLS slot limitation from 80 to 1000+, for some heavy apps.
* Lifted PE loader named resource limitation, allowing named resource-heavy libraries to load.
* Changed kernel obfuscator to produce positive object (process, thread) IDs in order to improve compatibility.
* Introduced kexCOM - new library to take care of missing COM interfaces. Fixes creating shell shortcuts in newer installers.
* GDI object destroying rules adjusted in order to fix certain resource leaks or unstability with Flash and other apps.
* Implemented certain userenv, unicode winspool, thread pool functions.
* Lot of API fixes and stubs.
* Improved Compatibility tab.
* Various architecture improvements.
* Fixed uninstall kernel32.bak not restoring reliably issue.

Apps now working / fixed:
-------------------------
* .NET Framework 2 (fixed install/uninstall and apps)
* AbiWord 2.8 (usable, minor problems)
* Adobe Flash 10.1 beta
* Adobe Acrobat Reader 9 (very unstable)
* Adobe ImageReady CS2 (no Photoshop yet)
* Arora (WebKit Internet Browser)
* FastStone Image Viewer (fixed plugin crash)
* Foxit Reader 3.1
* ICQ 6.5 / ICQLite
* GIMP 2.6 (usable, fixed brush trace)
* Half-Life 2 Episode One/Two (SteamEmu)
* Miranda IM 0.8.x Unicode
* Mozilla Thunderbird 3 (fixed out of space errors)
* Nero DiscSpeed 4
* QtCreator 1.2.1
* SoftMaker Office 2008 (fixed input bugs)
* WinAmp 5.5x (fixed ML crash, charset problems)
* X-Moto

#################################################

KernelEx v4.0 Final 2 by Xeno86
2009-08-20

Major changes:
--------------
* system won't try to load auxiliary libraries (PSAPI, MSIMG32, PDH, UXTHEME, WTSAPI32) when extensions are disabled

Fixed regressions:
------------------
* fixed ZoneAlarm not working properly
* Firefox 3 couldn't be uninstalled if KernelEx was installed with extensions disabled
* Foobar2000 v0.9.6.x installer was crashing

#################################################

KernelEx v4.0 Final by Xeno86
2009-07-23

Now working on Windows 98/Me:
-----------------------------
* Flash 10 in Internet Explorer

Major changes:
--------------
* added option to installer to select between enabling KernelEx extensions for all applications and disabling them
* added installation verifier
* printer driver software no longer running in NT mode
* file select dialogs in Flash applets and certain applications should work correctly now
* improved RP9 compatibility
* loading MSLU altered floating point unit flags and caused certain programs to crash
* MSLU (Unicows.dll) is no longer loaded right on startup and should be seen referenced less often in system
* Dependency Walker is no longer slow when profiling
* startup speed improvements
* stability improvements
* tons of minor changes

#################################################

KernelEx v4.0 RC 2 by Xeno86
2009-03-21

Now working on Windows 98/Me:
-----------------------------
* The Chronicles of Riddick EFBB Demo
* QEmu 0.9

Fixed regressions:
------------------
* fixed Adobe Acrobat Reader 7.0 not working with RC 1
* .Net framework was broken in RC 1 now should work correctly
* input issue in Firefox 3 affecting special characters
* eMule couldn't complete downloads in RC 1, now fixed
* transparency issue in Firefox 3
* incompatibility with Norton Utilities

#################################################

KernelEx v4.0 RC 1 by Xeno86
2009-03-10

Now working on Windows 98/Me:
-----------------------------
* Firefox 3.6 alpha
* JDK 6 / JRE 6 works fine with the exception of Java applets which don't work (reason: missing proper named-pipe support in the system)
* PDF-XChange Viewer now works

Fixed regressions:
------------------
* Sysinternals TCPView display fix


Edited by Xeno86

Item Preview

There Is No Preview Available For This Item

This item does not appear to have any files that can be experienced on Archive.org.


Please download files in this item to interact with them on your computer.

Show all files

260

Views

1
Favorite

DOWNLOAD OPTIONS

Uploaded by

FurretFunny

on

SIMILAR ITEMS (based on metadata)

Firefox 8 в Windows 98

KernelEx (первоначально Kernel Update Project) — свободное (GPL v2) [1] расширение kernel32.dll и других библиотек Windows 98 / 98SE и Windows ME , реализующее API Windows 2000/XP .

KernelEx основан на исходном коде Wine и работает как VxD-драйвер (VKrnlEx.vxd), который изменяет образ ядра в памяти. Предыдущие версии работали путем модификации файла ядра на диске (kernel32.dll).[2]

После установки расширение можно надежно удалить, т.к. при установке KernelEx создает теневые копии исходных файлов.

Расширение является универсальным для всех языковых версий Windows 98 и Windows Me.

Последняя версия (v4.5.2) была выпущена в ноябре 2011 года.

Поддержка ПО

Примеры программ, работающих с KernelEx:

  • Adobe Acrobat Reader 7.0.9
  • Adobe Flash 11.1
  • Adobe Photoshop CS
  • GIMP 2.2.17
  • InfraRecorder 0.50
  • Mozilla Firefox 10.0.2
  • Toolkit 2003
  • Opera 11.50
  • OpenOffice.org 3.1.1
  • Microsoft Word 2003 (экспериментальная)
  • Microsoft Excel 2003 (экспериментальная)[3]

Ссылки

  • Официальный сайт
Wine

Программы работающие в Wine • Скачать • Школьный Wine
WINE@Etersoft Общие сведения • Установка на 64-битные ОС • Особенности разработки • Патчи для WINE@Etersoft • Административная установка • Дополнительные компоненты • Как получить WINE@Etersoft? • Лицензия на документацию • Глоссарий • Использование аппаратных ключей защиты в Linux • Дополнительная информация • [ Совместная работа | по CIFS • по NFS ] • Изменение системных ограничений • Регистрация продукта • Пошаговая инструкция по установке rpm-пакетов • Обращение в службу поддержки • Терминальные решения • Установка WINE@Etersoft • Подписка на обновления • Настройка WINE@Etersoft • Разработчику • Enterprise • Что такое WINE@Etersoft SQL • Возможности • Среда для запуска приложений Windows • Использование WINE@Etersoft • FAQ по использованию WINE@Etersoft • Основные команды • WINE@Etersoft/Local • Что такое WINE@Etersoft Local
Программы Запуск БЭСТ 4+ • Запуск Консультант+ (сетевой версии) • ГарантF1 • Инфо-Бухгалтер 8.x • Налогоплательщик ЮЛ
1C Отличия от обычного Wine • Местоположение базы 1С • 1C: Предприятие 7.7 в WINE • Настройка 1С 7.7 для работы с SQL-сервером • Установка 1С: Предприятия 8.1 • Установка 1С: Предприятия 8.1 в трёхзвенном режиме
Пользователю
Помощь Использование Winecfg • Использование Regedit • Публичный префикс • Несколько версий • Ключи regedit
Легальность DCOM95 • IE5 • DCOM • MSXML
Утилиты для работы с Wine Winetricks • WineTools • Q4Wine • PlayOnLinux • IEs4Linux • Wine-Doors • Swine • Wine Launcher • Lutris
Разработчику
Компоненты Windows • Запрет отключения защиты программы • Управление обработчиком исключений • StraceNT • Измерение скорости функций WinAPI • GL • Устройство чтения смарт-карт • Профилирование • Тесты для проверки интерфейсов • Написание тестов в системе Wine • Аутентификация в домене AD • Репозитории • Применение Git-патчей
Помощь Создание патчей • Написание приложения под wine • Отправка патчей • Сборка eterhack • Сборка wine-public
Отладка Способы отладки • WINEDEBUG • Winedbg
Разработка WINE
1C • ODBC • WinHelp • Компас • Методика • Тестирование доступа • Цвета • Файловый диалог • Тестирование • Литература • Изображения • Win32 • Шрифты • Файловые блокировки • Ссылки • Ключи защиты • RPM • WineGecko • ListView • Упаковка Wine
Производителю
Родственные проекты
LUK • ReactOS • ARWINSS • CrossOver • KernelEx
Прочее
PageSetupDlg • FreeBSD • Wwr

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Runtimepack для windows 10 64 bit
  • Как восстановить заводские настройки на ноутбуке asus windows 7 максимальная
  • Windows auto mouse clicker
  • Windows 2000 resource kit tools
  • Где находится то самое место с обоев безмятежность на windows xp