Re: Custom Windows Program Loader

2005-10-31 Thread Informações
this procedure on the native kernel32.dll. Is that right ? Any help is greatly appreciated. FLu-X - Original Message - From: "Anssi Hannula" <[EMAIL PROTECTED]> To: "Informações" <[EMAIL PROTECTED]> Cc: Sent: Friday, October 28, 2005 6:01 PM Subj

Re: Custom Windows Program Loader

2005-10-29 Thread Paul Millar
On Saturday 29 Oct 2005 05:19, Mike McCormack wrote: > "You can make a dummy file in your application directory called > application.exe.local to force Windows to use the dlls in the local > directory. So say you have IEXPLORE.EXE you would create > IEXPLORE.EXE.LOCAL and drop the Mingw compiled dl

Re: Custom Windows Program Loader

2005-10-28 Thread Steven Edwards
Hi, On 10/29/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > "You can make a dummy file in your application directory called > application.exe.local to force Windows to use the dlls in the local > directory. So say you have IEXPLORE.EXE you would create > IEXPLORE.EXE.LOCAL and drop the Mingw comp

Re: Custom Windows Program Loader

2005-10-28 Thread Mike McCormack
Travis Watkins wrote: Put notepad.exe with your user32.dll renamed to user32.dll.local into a directory and run notepad.exe. I thought you put user32.dll in the directory notepad was in and created a blank user32.dll.local to make the app use your copy. OK, I stand corrected: "Steven Edwar

Re: Custom Windows Program Loader

2005-10-28 Thread Travis Watkins
On 10/28/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > Put notepad.exe with your user32.dll renamed to user32.dll.local into a > directory and run notepad.exe. I thought you put user32.dll in the directory notepad was in and created a blank user32.dll.local to make the app use your copy. -- Tra

Re: Custom Windows Program Loader

2005-10-28 Thread Mike McCormack
Anssi Hannula wrote: As I can seem, WINE program loader does the job, but not under Windows. Does anybody have any clue on how to make this "magic" happens on a Windows environment (possibly inside cygwin) ? Does anybody know any other tool capable of providing this functionality ? http:/

Re: Custom Windows Program Loader

2005-10-28 Thread Anssi Hannula
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Informações wrote: >Hey All, Hi! >I've been trying to solve a problem that WINE seems to have tacked > quite properly: I need to run a Windows application under Windows OS > using custom DLLs in place of Windows-kernel DLLs. For instance, I w

Re: Custom Windows Program Loader

2005-10-28 Thread Stefan Dösinger
Hello, > I've been trying to solve a problem that WINE seems to have tacked > quite properly: I need to run a Windows application under Windows OS using > custom DLLs in place of Windows-kernel DLLs. For instance, I wanna be able > to run the Notepad application loading all its required DLLs fr

Custom Windows Program Loader

2005-10-28 Thread Informações
Hey All, I've been trying to solve a problem that WINE seems to have tacked quite properly: I need to run a Windows application under Windows OS using custom DLLs in place of Windows-kernel DLLs. For instance, I wanna be able to run the Notepad application loading all its required DLLs f