Subversion Repositories Kolibri OS

Rev

Rev 7873 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7873 Rev 7880
1
KWINE v0.0.2
1
KWINE
2
 
2
 
3
Developers:
3
Developers:
4
 - 0CodErr founder of project PEload
4
 - 0CodErr founder of project PEload
5
 - rgimad author of KWINE - fork of PEload
5
 - rgimad author of KWINE - fork of PEload
6
 
6
 
7
How to use:
7
How to use:
8
 - in bin folder there is all neccesary files:
8
 - in bin folder there is all neccesary files:
9
       kwine, lib/kernel32.dll, lib/msvcrt.dll
9
       kwine, lib/kernel32.dll, lib/msvcrt.dll
10
 - usage:
10
 - usage:
11
       kwine mysuperexefile.exe
11
       kwine mysuperexefile.exe
12
 
-
 
13
Changelog:
-
 
14
 - msvcrt.dll rewritten in c
-
 
15
 - added malloc, free, realloc, strcmp, strcat, strlen, printf to msvcrt.dll
-
 
16
12