|
From: James T. <jim...@ad...> - 2001-11-11 22:45:49
|
Hi, Jakob Eriksson wrote: > > AFAIK there are two vims for windows out there. > > A unix one - compiled under cygwin. > > A native windows version with a lot of windows bells and whistles. > > On Sun, Nov 11, 2001 at 03:54:32PM -0500, Phillip Susi wrote: > > Isn't vim console based? Then why the heck is it importing things from > > user32, comctl32, and shell32? > > > > At 03:40 PM 11/11/2001 -0500, you wrote: > > > > >vim.exe crashes because it cant import GetSysColotPen which is a export of > > >user32. This is what happens when i try to run vim.exe for win32 Of course! It's just a stub right now in user32!. "GetSysColorPen". > > > > > >Transferring control to image at 4011d4 > > >(misc/dllmain.c:38) ADVAPI32: DllMain() done > > >LdrFixupForward: failed to load NTDLL > > >LdrGetExportByName(): failed to find GetSysColorPen > > >Failed to import GetSysColorPen > > >LdrFixupImports() failed > > >LdrFixupImports:failed to load comctl32.dll > > >LdrFixupImports() failed > > >LdrFixupImports:failed to load SHELL32.dll > > >LdrFixupImports() failed > > >Failed to initialize image > > > > > >I've made a install script for wine so if anyone needs to test this or > > >other programs under reactos just go to the root or the reactos source > > >tree and run installwine.bat this will install the wine dlls to > > > > > >%SYSTEMROOT%\system32 and the winelib programs to C:\bin. > > > > > >Steven########################################### I'm in the process of reading a book called "Windows Graphics Programming, with Win32 GDI & DirectDraw". Soon I'll start implementing new functions in user32 to get it ready. James ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |