You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by linhary <ch...@foxmail.com> on 2013/01/14 08:31:30 UTC

How does the SW works?

Dear all:
          I'm a Linhary from China .i have already compile the whole modules
of the Openoffice.org;yeah, it almost cost me four days to compile
completely. And i have compiled the SW module with debug information in its
dll. but its codes is too large ! and it seems doesn't like the Programs in
Windows that have a WinMain function and  post the message to handle the 
events ,oh,feel confused about it .
      Would someone  help me about this? 
  How is the SW module start from ?where is  main function?or how it works ?
or where can i get more information about it? thanks a lot;
               by Linhary
 
         



--
View this message in context: http://openoffice.2283327.n4.nabble.com/How-does-the-SW-works-tp4636566.html
Sent from the Development mailing list archive at Nabble.com.

Re: How does the SW works?

Posted by linhary <ch...@foxmail.com>.
Thank you so much,now ,i have build  the sfx2 .desktop and svx module
too,hope it can works . ^_^ thanks for you help.



--
View this message in context: http://openoffice.2283327.n4.nabble.com/How-does-the-SW-works-tp4636571p4636684.html
Sent from the Development mailing list archive at Nabble.com.

Re: How does the SW works?

Posted by Yong Lin Ma <ma...@apache.org>.
Please also build debug version for desktop, sfx2, svx modules.

Assume you are working with VS. Break at somewhere and take a look at the
call stacks. You will find clue about main.

 There is a drawdlg.cxx under sw\source\ui\shells. Set a break point in it.
Then try to active related dialog in Writer. You will learn more about how
it works.


On Mon, Jan 14, 2013 at 3:31 PM, linhary <ch...@foxmail.com> wrote:

> Dear all:
>           I'm a Linhary from China .i have already compile the whole
> modules
> of the Openoffice.org;yeah, it almost cost me four days to compile
> completely. And i have compiled the SW module with debug information in its
> dll. but its codes is too large ! and it seems doesn't like the Programs in
> Windows that have a WinMain function and  post the message to handle the
> events ,oh,feel confused about it .
>       Would someone  help me about this?
>   How is the SW module start from ?where is  main function?or how it works
> ?
> or where can i get more information about it? thanks a lot;
>                by Linhary
>
>
>
>
>
> --
> View this message in context:
> http://openoffice.2283327.n4.nabble.com/How-does-the-SW-works-tp4636566.html
> Sent from the Development mailing list archive at Nabble.com.
>



-- 
Regards

Yong Lin Ma