RE: [PATCH] winecfg => control panel applets patch
Hi, This is regarding the control panel applet patch you have submitted to wine-patches. I would like to have the applets should be part of wine's control program. They would be better be as files in the /programs/control/ And you should extend the existing control.exe and winecfg in wine to open these applets. Please correct me if I am wrong. Just my 2 cents. ---- VJ
I would like to have the applets should be part of wine's control program. Hmmm, I followed usual windows proceedings, e.g. the applet is not actually a part of the control panel program itself, it's a .CPL.
They would be better be as files in the /programs/control/ Well, cpls are basically DLLs that export a function -> CPlApplet -> so (based on Dan Kegel's advice) i put them in dlls. They're not *programs* strictly speaking.
Hmm, I could use more feedback on that one.
And you should extend the existing control.exe and winecfg in wine to open these applets. control.exe opens cpls just fine; I only extended winecfg to make it suitable for being launched from within a cpl to perform only the particular task.
participants (2)
-
pure_evil@mail.bg -
Vijay Kiran Kamuju