DOS interrupts in Wine

2005-03-14 Thread Sam Lauber
Does Wine correctly implement all the DOS Services and interrupts? Samuel Lauber -- _ Web-based SMS services available at http://www.operamail.com. >From your mailbox to local or overseas cell phones. Powered by Outblaze

Re: Microsoft genuine downloads looking for wine

2005-02-18 Thread Sam Lauber
Agreed. Can't we just delete HKEY_CLASSES_ROOT/Software/Wine or move it to another name? > >> In any case, at least from a technical point of view, going > >> around such test ought to be fairly simple > If the mere existence of this key makes the validation fail, what's > to stop a virus fro

Wrapper for Winelib

2004-12-05 Thread Sam Lauber
I *think* I've figured out a way to make regular Unix programs with winelib. My idea is, make winemaker generate a C file called "winelib-wrap.c" that contains: #include int main(void) { return (int) WinMain(NULL, NULL, NULL, NULL); } Then link it with the EXE encapusulated in a .so, a

Re: working together on stdole.tlb and a end to dcom9x

2004-11-29 Thread Sam Lauber
l try it with InstallShield. Samuel Lauber - Original Message - From: "Boaz Harrosh" <[EMAIL PROTECTED]> To: "Sam Lauber" <[EMAIL PROTECTED]> Subject: Re: working together on stdole.tlb and a end to dcom9x Date: Mon, 29 Nov 2004 10:18:43 +0200 > &

Re: working together on stdole.tlb and a end to dcom9x

2004-11-28 Thread Sam Lauber
No. I used the InstallShield program for Flash MX, and it didn't work. Without stdole32.tlb, it whined like a baby about OLE. With stdole32.tlb, it (not the whole system) froze up during the "preparing" stage when it hit 100% and left a phantom window that was blank when and after I quit Wine. I

Major Winelib Problems

2004-11-25 Thread Sam Lauber
I followed the tutorial for Winelib on my Linux system, building notepad. I examined the file "./notepad2" with readelf, and it said "Not an ELF file", and I do not have an a.out system. I opened it with my text editor (attached is the text I saw) and I was disappointed. Instead of a real "port"