IPB

Google Frontpage Forums Unattended CD/DVD Guide
19 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> KernelEx 4.0 Final 2, KernelEx ain't dead!
Xeno86
post Mar 10 2009, 05:44 PM
Post #1


KernelEx Creator
**

Group: Members
Posts: 184
Joined: 26-March 06
Member No.: 91916
OS: 98SE
Country Flag


KernelEx v 4.0 Final 2

KernelEx is an Open Source compatibility layer with an aim to allow running Windows 2000/XP-only applications on Microsoft Windows 98 and Microsoft Windows Millennium operating systems.

KernelEx v 4.0 series is a complete rewrite of old KernelEx architecture (which ended with v0.3.6).

Highlights:
  • large speed improvements
  • compatibility improvements
  • minimal resource overhead
  • possibility to completely disable KernelEx extensions for selected applications
  • upgrades with single reboot
  • easy configuration through compatibility tab
  • minimal file patching
  • user-friendly installer
  • doesn't load in safe mode
  • language neutral
  • multi-language ready



Requirements:

Windows 98 or Windows Millennium in any language
Microsoft Layer for Unicode (MSLU)

Project page and downloads:

http://sourceforge.net/projects/kernelex/

This post has been edited by Xeno86: Sep 1 2009, 07:55 AM
Go to the top of the page
 
+Quote Post
Xeno86
post Mar 10 2009, 05:44 PM
Post #2


KernelEx Creator
**

Group: Members
Posts: 184
Joined: 26-March 06
Member No.: 91916
OS: 98SE
Country Flag


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.

Solution:
Create "xp.reg" file in notepad with following contents:
CODE
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:
CODE
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.


Problem:
On Windows Millennium after installing KernelEx at reboot you will get this message: "Windows could not upgrade the file %1 from %2 %1:%2"
Solution:
This is not a problem. You can safely ignore this message.


Release notes:

CODE
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


This post has been edited by Xeno86: Sep 1 2009, 08:39 AM
Go to the top of the page
 
+Quote Post
Xeno86
post Mar 10 2009, 05:44 PM
Post #3


KernelEx Creator
**

Group: Members
Posts: 184
Joined: 26-March 06
Member No.: 91916
OS: 98SE
Country Flag


Additional information:

Compatiblitity tab has been added to ease configuration – no more editing configuration files manually. Also the installer is now more familiar and supports installing new version on top of previous installation.

KernelEx won't be loaded if system is booted into safe mode so the user can safely diagnose and fix potential problems.

User has now the ability to completely disable KernelEx extensions for incompatible applications.

KernelEx has been completely redesigned and rewritten from scratch with low overhead and improved compatibility features being the most important goals.

Large speed improvements should be visible especially in unicode support and version checking procedures.

KernelEx installer performs minimal patching of single system file to make system KernelEx-ready. These modifications don't increase the size of the module nor do they alter the internal structure of the file in any way. KernelEx should now be compatible with all resource editing utilities. It changes the following: disables subsystem version checking of loaded module, enables usage of external resolve engine.

The main part of new KernelEx is KernelEx Core™ - a custom symbol resolve engine for Windows 98 and Windows Millennium operating systems which extends base system API with custom API libraries.

KernelEx has now a sane and highly automated build environment. Debugging capabilites have been improved as well.

This post has been edited by Xeno86: Mar 11 2009, 03:52 PM
Go to the top of the page
 
+Quote Post
gkar
post Mar 10 2009, 05:58 PM
Post #4


Junior
*

Group: Members
Posts: 99
Joined: 3-December 06
Member No.: 117440
OS: none
Country Flag


Thanks for keeping the project alive!
Go to the top of the page
 
+Quote Post
NoNameNeeded
post Mar 10 2009, 06:33 PM
Post #5


Junior
*

Group: Members
Posts: 71
Joined: 20-January 07
Member No.: 122553
Country Flag


It's not possible to install Adobe Reader 9.1
After setting compatibility mode to Win2000 SP4 the installation seems to start and then ends at 100% and the window closes but nothing seems to be installed, no "Adobe" folder in the "program files" directory, no nothing....

The registry solution didn't fix this either.


Google Earth 5 won't install either. When not in compatibility mode it says that at least Win2000 SP4 is needed, when compatibility mode is set to Win2000 SP4 (or anything higher) setup doesn'T start. When I doublecklick the installation file nothing happens.

P:S. Windows 98 SE (german version)

This post has been edited by NoNameNeeded: Mar 11 2009, 06:09 PM
Go to the top of the page
 
+Quote Post
starcraftmaster
post Mar 10 2009, 11:44 PM
Post #6


Advanced Member
***

Group: Banned
Posts: 414
Joined: 11-September 08
Member No.: 209395
OS: ME
Country Flag


its installed fine
and i tried some windows xp only programs and it didit work
and it uninstalled fine to!! lol

but i dont know how to use it
i cant find no kever.ini and theres no read me so i got no clue how to use it i thought you just run programs and it does it all by it self Lol
Go to the top of the page
 
+Quote Post
Joseph_sw
post Mar 11 2009, 12:11 AM
Post #7


Junior
*

Group: Members
Posts: 51
Joined: 3-August 08
Member No.: 203774
OS: 98SE
Country Flag


after uninstalling the old kernelex, then re-installing this new KernelEx 4.0 RC 1
i trid to re-install directx_nov2008_redist (i know this won't work, but i tried anyway), in dxerror.log i found new entries that haven't show up with previous kernelex:
CODE
--------------------
[03/11/09 12:04:33] module: dsetup32(Oct 27 2008), file: inline.h, line: 106, function: IsDotNETFrameworkInstalled

    Failed API:        LoadLibrary()
    Error:        (1114) - A dynamic link library (DLL) initialization routine failed.


    Unable to load mscoree.dll.
such error-log entries, will not appear if i disable the KernelEx extension for dxsetup.exe

driven with curiousity i remove the microsoft.NET, and try to reinstall it again with Kex in effect.

first, i install extract all files from dotnetfx.exe (version 1.1.4322.573), without any meddling in compatibily the installation process won't ever finished, i must forcefuly terminate the installation process.

if i try to disable kernelex extension for install.exe (extracted from dotnetfx.exe), this time .net installation went normally.

QUOTE
i cant find no kever.ini and theres no read me so i got no clue how to use it i thought you just run programs and it does it all by it self Lol

you could try check the property of (exe/dll) files, you will find a new "Compatibilty Tab"

kever.ini is now replaced with entry in registry look for:
HKLM\Software\KernelEx\AppSettings\Configs
HKLM\Software\KernelEx\AppSettings\Flags

Go to the top of the page
 
+Quote Post
starcraftmaster
post Mar 11 2009, 02:58 AM
Post #8


Advanced Member
***

Group: Banned
Posts: 414
Joined: 11-September 08
Member No.: 209395
OS: ME
Country Flag


Operating system version – Windows Millennium
KernelEx version - kernelex core v4.0.11
Program vendor, swat 4 program version unkwown
Description of the problem.
game does not install on windows me so i thought it try this program
did it with all os's in the compadbile tab and only 98 se worked but when it started the installer it said you dont have admin rights lol

and star was empire at war dectects that you have win 9x but i will try the reg fix now

how much does this program modify my system
Go to the top of the page
 
+Quote Post
Drugwash
post Mar 11 2009, 06:34 AM
Post #9


Friend of MSFN
*****

Group: Members
Posts: 763
Joined: 21-June 06
From: Ploiesti
Member No.: 99477
OS: 98SE
Country Flag


Few minor issues encountered along the way:

• The (fixed?) osdn mirror for the tar source package reports 'page not found'; may be a temporary glitch. Changing the path to point to switch instead of osdn fixes the issue.

• May be a good idea to mention 'src' or 'source' in archive's name; initially I thought it's just the usual non-installer alternative for the compiled application.

• Speaking of non-installer... I'd pretty much like to have a zip/7z alternative of the application, for analysis/translation/etc purposes; the NSIS installer doesn't easily allow manual extraction of the content and not everybody has a development environment at hand to build everything up from the sources.

That being said, the new KernelEx is welcome and hopefully will bring much happiness for us die-hard 9x-ers. Thank you Xeno86 and Tihiy for your efforts! thumbup.gif

Go to the top of the page
 
+Quote Post
starcraftmaster
post Mar 11 2009, 06:56 AM
Post #10


Advanced Member
***

Group: Banned
Posts: 414
Joined: 11-September 08
Member No.: 209395
OS: ME
Country Flag


yea like the new way you done it much easyer then it uesd to be thumbup.gif
once all errors fixed and most programs working this will be the best program
you can make millions lol
Go to the top of the page
 
+Quote Post
De@n
post Mar 11 2009, 08:17 AM
Post #11


Newbie


Group: Members
Posts: 27
Joined: 21-March 07
Member No.: 132145
OS: 98SE
Country Flag


Very nice work, thanks Xeno86 & Tihiy thumbup.gif
Go to the top of the page
 
+Quote Post
eidenk
post Mar 11 2009, 12:06 PM
Post #12


MSFN Addict
*******

Group: Banned
Posts: 1527
Joined: 28-March 05
Member No.: 49647
OS: ME
Country Flag


Seems to be working great newwink.gif
Go to the top of the page
 
+Quote Post
specialbao1
post Mar 12 2009, 07:00 AM
Post #13


Member
**

Group: Members
Posts: 149
Joined: 25-January 08
Member No.: 173354
OS: Windows 7 x86
Country Flag


Works fine. Keep up the good work
Go to the top of the page
 
+Quote Post
Drugwash
post Mar 12 2009, 08:39 AM
Post #14


Friend of MSFN
*****

Group: Members
Posts: 763
Joined: 21-June 06
From: Ploiesti
Member No.: 99477
OS: 98SE
Country Flag


Heh... no problems so far with regular 9x applications. I've tried however to run the Unicode version of Miranda IM 0.8 alpha #28 self-built (that's my test bed for KernelEx newwink.gif ) and am constantly getting crashes in UNICOWS.DLL:
CODE
7F2DAF19 (UNICOWS 7F2D0000): (filename not available) (0): gwcslen
7F2D5645 (UNICOWS 7F2D0000): (filename not available) (0): GodotToCpgCchOnHeap
7F2D866E (UNICOWS 7F2D0000): (filename not available) (0): GodotTransmitMessage
7F2E8A71 (UNICOWS 7F2D0000): (filename not available) (0): GodotDefWindowProcW
0043988E (MIRANDA32 00400000): D:\miranda\trunk\miranda\src\modules\utils\hyperlink.cpp (200): HyperlinkWndProc
BFF7363B (KERNEL32 BFF70000): (filename not available) (0): Ordinal121
BFF9443B (KERNEL32 BFF70000): (filename not available) (0): UTUnRegister


At some point it was mentioned KEXBASEN.DLL.
7D002CB4 (KEXBASEN 7D000000): (filename not available) (0): (function-name not available)

The crash occurs when selecting Options or Accounts in Miranda's main menu. Other dialogs such as Profile Manager, View/Change My Details or Find/Add Contacts display question marks in certain places.

I tried to build the debug version of KernelEx with the debug symbols, hoping it would offer more details, but it wouldn't recognize the pdb. Also, KEXBASES.DLL wouldn't compile with VC6 under 98SE. And the debug symbols for UNICOWS.DLL (unicows.pdb) wouldn't be recognized either, although it's in the same folder with unicows.dll (both in System and in Miranda's folder, just to make sure).

Operating system: Win98SE
KernelEx core: 4.0.11
Application: Miranda IM 0.8 built from SVN with VC6-SP6

If other information is required, please ask.

Go to the top of the page
 
+Quote Post
starcraftmaster
post Mar 13 2009, 06:21 AM
Post #15


Advanced Member
***

Group: Banned
Posts: 414
Joined: 11-September 08
Member No.: 209395
OS: ME
Country Flag


hey does the newest adobe reader work?
and if it does is it any faster then version 6? or is it slower lol
because fire fox 3 is much slower then firefox 2
and what about flash 10 is it needed? or just stay with 9 ?
Go to the top of the page
 
+Quote Post
Xeno86
post Mar 13 2009, 07:13 AM
Post #16


KernelEx Creator
**

Group: Members
Posts: 184
Joined: 26-March 06
Member No.: 91916
OS: 98SE
Country Flag


QUOTE (NoNameNeeded @ Mar 11 2009, 01:33 AM) *
It's not possible to install Adobe Reader 9.1
Google Earth 5 won't install either.
QUOTE (starcraftmaster @ Mar 11 2009, 06:44 AM) *
i tried some windows xp only programs and it didit work

I never said that after you install KernelEx you will be able to run ALL Windows XP applications ever created.
Full XP compatibility will never be possible.

In fact I as an author decide which applications I want to see running on 9x and add enhancements to system accordingly. I am perfectly aware that the apps you listed won't work and I can even give you a thousand more examples... but what's the point?!

If you want to see them running - ACTIVELY CONTRIBUTE TO THE PROJECT OR BURN IN HELL.
Currently there are only two people in the team: me and Tihiy.
Taking this into consideration - you should feel very lucky that you can run SO MANY applications.

Small list of what you can run with KernelEx:

* Mozilla Firefox 3
* Adobe Flash 10
* OpenOffice.org 3.0
* Java Developer Kit 6
* Java Runtime Environment 6
* Google Picasa 3
* PDF-XChange Viewer
* Doom 3
* Quake 4
* Prey
* Need for Speed: Most Wanted
* and many other programs - see old KernelEx thread for reference.

Instead of moaning about what doesn't work share with the list of programs that DO WORK for you after installing KernelEx.

If you want full XP compatibility install XP. EOT.

QUOTE (starcraftmaster @ Mar 11 2009, 06:44 AM) *
but i dont know how to use it
i cant find no kever.ini and theres no read me so i got no clue how to use it i thought you just run programs and it does it all by it self Lol

Right click on application (exe or shortcut), select properties, select compatibility tab.
There are predefined settings for some well known programs like Firefox 3.

QUOTE (Joseph_sw @ Mar 11 2009, 07:11 AM) *
after uninstalling the old kernelex, then re-installing this new KernelEx 4.0 RC 1
i trid to re-install directx_nov2008_redist (i know this won't work, but i tried anyway), such error-log entries, will not appear if i disable the KernelEx extension for dxsetup.exe

driven with curiousity i remove the microsoft.NET, and try to reinstall it again with Kex in effect.

first, i install extract all files from dotnetfx.exe (version 1.1.4322.573), without any meddling in compatibily the installation process won't ever finished, i must forcefuly terminate the installation process.

if i try to disable kernelex extension for install.exe (extracted from dotnetfx.exe), this time .net installation went normally.

Installing core system components while forcing different system version is gently speaking unwise.
DirectX is definitely a core system component.
I will block the possibility to install it with different version set in compatibility tab in the next release.
If something isn't working with new KernelEx (but used to) - use compatibility tab to disable KernelEx for that program - this is why this option was designed...

QUOTE (starcraftmaster @ Mar 11 2009, 09:58 AM) *
swat 4
installer said you dont have admin rights lol

I will look into this issue.

QUOTE (starcraftmaster @ Mar 11 2009, 09:58 AM) *
how much does this program modify my system

The installer changes 80 bytes in kernel32.dll to make system ready for new symbol resolve engine (KernelEx Core) and to disable platform checks of executables.
No other system files are modified.

QUOTE (Drugwash @ Mar 11 2009, 01:34 PM) *
Few minor issues encountered along the way:

• The (fixed?) osdn mirror for the tar source package reports 'page not found'; may be a temporary glitch. Changing the path to point to switch instead of osdn fixes the issue.

I can't control that. It's an issue at Sourceforge.
QUOTE (Drugwash @ Mar 11 2009, 01:34 PM) *
• May be a good idea to mention 'src' or 'source' in archive's name; initially I thought it's just the usual non-installer alternative for the compiled application.

Already fixed.

QUOTE (Drugwash @ Mar 11 2009, 01:34 PM) *
• Speaking of non-installer... I'd pretty much like to have a zip/7z alternative of the application, for analysis/translation/etc purposes; the NSIS installer doesn't easily allow manual extraction of the content and not everybody has a development environment at hand to build everything up from the sources.

Raw archive is not an option. You can extract all files from NSIS installer with 7zip File Manager.

QUOTE (Drugwash @ Mar 12 2009, 03:39 PM) *
Heh... no problems so far with regular 9x applications. I've tried however to run the Unicode version of Miranda IM 0.8 alpha #28 self-built (that's my test bed for KernelEx newwink.gif ) and am constantly getting crashes in UNICOWS.DLL

These indicate bugs in MSLU... nothing new. Btw. under what program did you get unicows symbols displayed?

QUOTE (Drugwash @ Mar 12 2009, 03:39 PM) *
I tried to build the debug version of KernelEx with the debug symbols, hoping it would offer more details, but it wouldn't recognize the pdb. Also, KEXBASES.DLL wouldn't compile with VC6 under 98SE. And the debug symbols for UNICOWS.DLL (unicows.pdb) wouldn't be recognized either, although it's in the same folder with unicows.dll (both in System and in Miranda's folder, just to make sure).

Hmm? Wouldn't compile? I compile with VC6 under 98SE myself! The error you are getting is most likely caused because you didn't build KEXCRT first. (I should include build instructions).
Go to the top of the page
 
+Quote Post
thydreamwalker
post Mar 13 2009, 08:39 AM
Post #17


Member
**

Group: Members
Posts: 242
Joined: 14-November 07
Member No.: 162398
OS: 98SE
Country Flag


thumbup.gif Thanks ,All KexKernels keeps 98SE ALIVE and Surviving!!! whistling.gif
Go to the top of the page
 
+Quote Post
starcraftmaster
post Mar 13 2009, 08:40 AM
Post #18


Advanced Member
***

Group: Banned
Posts: 414
Joined: 11-September 08
Member No.: 209395
OS: ME
Country Flag


ok PhotoImpact 12 se works fine so one program you can add to the list
and Audiosurf but not much people have or want that but you can add to the list if you want
Go to the top of the page
 
+Quote Post
Drugwash
post Mar 13 2009, 08:55 AM
Post #19


Friend of MSFN
*****

Group: Members
Posts: 763
Joined: 21-June 06
From: Ploiesti
Member No.: 99477
OS: 98SE
Country Flag


QUOTE (Xeno86 @ Mar 13 2009, 03:13 PM) *
I can't control that. It's an issue at Sourceforge.
I see; let's hope it's been fixed.
Thank you for fixing the source archive name.
QUOTE (Xeno86 @ Mar 13 2009, 03:13 PM) *
Raw archive is not an option. You can extract all files from NSIS installer with 7zip File Manager.
Too bad. I'm using Total Commander with plug-ins for all archive operations, but none of those can correctly handle NSIS extraction. Oh well...
QUOTE (Xeno86 @ Mar 13 2009, 03:13 PM) *
Btw. under what program did you get unicows symbols displayed?
It's just function names, not the code lines. I don't think the debug symbols are being (correctly) loaded. Anyway, it's Miranda's plug-in called Crash Dumper that creates the report and it offers more details, like currently loaded modules (Miranda-wise and system-wise). I do have the MSLU package from MS, that includes unicows.pdb.
QUOTE (Xeno86 @ Mar 13 2009, 03:13 PM) *
QUOTE (Drugwash @ Mar 12 2009, 03:39 PM) *
I tried to build the debug version of KernelEx with the debug symbols, hoping it would offer more details, but it wouldn't recognize the pdb. Also, KEXBASES.DLL wouldn't compile with VC6 under 98SE. And the debug symbols for UNICOWS.DLL (unicows.pdb) wouldn't be recognized either, although it's in the same folder with unicows.dll (both in System and in Miranda's folder, just to make sure).

Hmm? Wouldn't compile? I compile with VC6 under 98SE myself! The error you are getting is most likely caused because you didn't build KEXCRT first. (I should include build instructions).
I figured out about kexcrt and built it beforehand, but kexbases.dll still won't compile; I suspect some conflict with PSDK. Here's the full log of compilation attempt:
CODE
--------------------Configuration: KernelEx Base Shared - Win32 Release--------------------
Performing Custom Build Step on .\kexbases.def
   Creating library .\Release\kernel32ord.lib and object .\Release\kernel32ord.exp
Compiling resources...
Compiling...
_kernel32_apilist.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
_kernel32_stubs.c
CopyFileEx.c
CreateFileA_fix.c
CreateThread_fix.c
DeleteCriticalSection.c
GetFileSizeEx.c
GlobalMemoryStatusEx.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
HeapLocks.c
InitializeCriticalSectionAndSpinCount.c
Jobs.c
KEXVersion.c
LockFileEx.c
MapViewOfFile.c
MoveFileExA.c
MoveFileWithProgressA.c
OpenThread.c
SetFilePointerEx.c
ThreadPool.c
TryEnterCriticalSection.c
uilang.c
unikernel32.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
version.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
VirtualAllocEx.c
_user32_apilist.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
D:\free\KernelEx\apilibs\kexbases\User32\_user32_apilist.c(64) : error C2440: 'type cast' : cannot convert from '' to 'unsigned long'
        Context does not allow for disambiguation of overloaded function
_user32_stubs.c
CallWindowProcA_fix.c
DisableProcessWindowsGhosting.c
EnableWindow.c
ForegroundWindow.c
GetAncestor.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
GetMouseMovePointsEx.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
IsHungAppWindow.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
LockWorkStation.c
MapVirtualKey_fix.c
SendMessage_fix.c
UberUSER.c
uniuser32.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
UpdateLayeredWindow.c
_gdi32_apilist.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
_gdi32_stubs.c
FontResourceExA.c
GetGlyphOutlineA_fix.c
TextOut.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
unigdi32.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
_advapi32_apilist.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
_advapi32_stubs.c
RegDisablePredefinedCache.c
RegOpenCurrentUser.c
security.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
D:\free\KernelEx\apilibs\kexbases\Advapi32\security.c(457) : warning C4018: '<' : signed/unsigned mismatch
D:\free\KernelEx\apilibs\kexbases\Advapi32\security.c(1056) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
D:\free\KernelEx\apilibs\kexbases\Advapi32\security.c(1057) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
D:\free\KernelEx\apilibs\kexbases\Advapi32\security.c(1277) : warning C4018: '>' : signed/unsigned mismatch
D:\free\KernelEx\apilibs\kexbases\Advapi32\security.c(1281) : warning C4018: '>' : signed/unsigned mismatch
TraceMessage.c
uniadvapi32.c
_comdlg32_apilist.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
PrintDlgEx.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
_version_apilist.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
universion.c
_shell32_apilist.c
.\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        .\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
_shell32_stubs.c
CommandLineToArgvW.c
IsUserAnAdmin.c
common.c
main.c
D:\free\KernelEx\apilibs\kexbases\auxdecl.h(134) : error C2733: second C linkage of overloaded function 'GetAltTabInfoA' not allowed
        D:\free\KernelEx\apilibs\kexbases\auxdecl.h(134) : see declaration of 'GetAltTabInfoA'
Error executing cl.exe.</P> <P>kexbases.dll - 20 error(s), 5 warning(s)


This post has been edited by Drugwash: Mar 13 2009, 08:57 AM
Go to the top of the page
 
+Quote Post
NoNameNeeded
post Mar 13 2009, 09:41 AM
Post #20


Junior
*

Group: Members
Posts: 71
Joined: 20-January 07
Member No.: 122553
Country Flag


QUOTE (Xeno86 @ Mar 13 2009, 02:13 PM) *
QUOTE (NoNameNeeded @ Mar 11 2009, 01:33 AM) *
It's not possible to install Adobe Reader 9.1
Google Earth 5 won't install either.
QUOTE (starcraftmaster @ Mar 11 2009, 06:44 AM) *
i tried some windows xp only programs and it didit work

I never said that after you install KernelEx you will be able to run ALL Windows XP applications ever created.
Full XP compatibility will never be possible.
I'm aware of that.
QUOTE
In fact I as an author decide which applications I want to see running on 9x and add enhancements to system accordingly. I am perfectly aware that the apps you listed won't work and I can even give you a thousand more examples... but what's the point?!


You wanted problem reports, and I reported problems, that's about it...

How am I to know which programs are supposed to work with kernelEx or not?
Or how am I to know which programs you are planning to get running in the future?

I only named two programs that apparently don't work,

Maybe someone should make a complete list of all the programs that are supposed to work with KernelEx so that everyone can try out these specific programs.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

19 Pages V   1 2 3 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 08:17 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy