I have a no-windows Wine configuration. What happens if I install an application that a.o. adds a module to the Windows Control Panel? Is there a fake Control Panel for this?
Bart Symons wrote:> I have a no-windows Wine configuration. > What happens if I install an application that a.o. adds a module to the > Windows Control Panel? Is there a fake Control Panel for this?I'm fairly sure that it would just be a stub to do this. That is, it won't add anything to anything, but it won't crash out either.
In article <3be268ba$0$36468$ba620e4c@news.skynet.be>, "Bart Symons" <bart.symons@skynet.be> wrote:> I have a no-windows Wine configuration. What happens if I install an > application that a.o. adds a module to the Windows Control Panel? Is > there a fake Control Panel for this?Not that I know of but I'll wait for the true wine gurus to answer this tomorrow. It there isn't I have a windows exe I just wrote that will do the job for you. Winelib is a first for me so if you need the exe now email me at DanielSabo@hotmail.com and I'll send you the version I build in windows (best to post to this group though, hotmails anti spam filter is getting rather over zealous). If I get winemaker working I'll add it to the cvs (All of this is based on the assumption that there isn't all ready a way to do this) Daniel Sabo
In article <3be268ba$0$36468$ba620e4c@news.skynet.be>, "Bart Symons" <bart.symons@skynet.be> wrote: In reply to my earlier reply: Oh well, I guess it pays to look before you code :P look in yourwinesource/programs/control At least I learned winelib from that.
In article <3be268ba$0$36468$ba620e4c@news.skynet.be>, "Bart Symons" <bart.symons@skynet.be> wrote:> I have a no-windows Wine configuration. What happens if I install an > application that a.o. adds a module to the Windows Control Panel? Is > there a fake Control Panel for this?Well I posted a reply on the news.wine server 24 hours ago and it still isn't up so I'll try here. The program you need I located in: yourwinesourcedir/programs/control/ It's isn't installed by default so you need to make it there.
On Fri, 02 Nov 2001 10:37:57 +0100, Bart Symons <bart.symons@skynet.be> wrote:>I have a no-windows Wine configuration. >What happens if I install an application that a.o. adds a module to the >Windows Control Panel? Is there a fake Control Panel for this?Try this: http://p-nand-q.com/tools/loadcpl.htm Actually, a CPL entry is just a DLL that exports one (1) function. Should work, but I'm not on my Linux box right now.