Re: WCOM

2008-12-18 Thread 田雪锋
Thank you for your advices, I should read the LGPL more again. In WCOM, for performance, only ole32 and rptrt4 was remained and functions should be simplified , so many feature and code should be cutoff. There also is a runnable demo on windows :) BRs faquir Dan Kegel wrote: > faquir wr

re: WCOM

2008-12-18 Thread Dan Kegel
faquir wrote: > I want support out-of-process COM on a mobile phone platform base on Linux. > Wine is perfect,but also is too big and too complex to run on the device. > So,I' going to create a project named WCOM with some code(ole32 and > rpcrt4) from wine Say, how about making

Re: WCOM

2008-12-18 Thread Juan Lang
> can i use the code from Wine to create WCOM without adding authorization > from Wine or business license ? Yes, but you must provide the source for your modified version of Wine to your customers. Read the LGPL for details. --Juan

WCOM

2008-12-18 Thread 田雪锋
Hi,all: I want support out-of-process COM on a mobile phone platform base on Linux. Wine is perfect,but also is too big and too complex to run on the device. So,I' going to create a project named WCOM with some code(ole32 and rpcrt4) from wine,well,WCOM is not need load by wine. I‘m a newbi