nanogui: Thread: Did anybody try microwindow shared lib on Ipaq?


[<<] [<] Page 1 of 1 [>] [>>]
Subject: Did anybody try microwindow shared lib on Ipaq?
From: Tuan Nguyen ####@####.####
Date: 2 Mar 2001 19:21:09 -0000
Message-Id: <3A9FFD33.893C9327@topiaventures.com>

Hi,

I just wonder that if anybody try to run Microwindows applications using
microwindow shared libs.

Tuan

Subject: Re: Did anybody try microwindow shared lib on Ipaq?
From: "Sridharan Subramanian" ####@####.####
Date: 2 Mar 2001 19:42:11 -0000
Message-Id: <3A9FF80E.37158154@email.sps.mot.com>

I have not tried it yet. But can you tell me how shared libs help in
Microwindows? Maybe then I can try it on the ipaq.

Thanks,
Sri.

Tuan Nguyen wrote:

> Hi,
>
> I just wonder that if anybody try to run Microwindows applications using
> microwindow shared libs.
>
> Tuan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
Subject: Re: Did anybody try microwindow shared lib on Ipaq?
From: Jordan Crouse ####@####.####
Date: 5 Mar 2001 15:02:59 -0000
Message-Id: <3AA3ABCA.E62E1B24@censoft.com>

There may be some problems with global variables in the libarries, so
you will some very odd (and difficult to debug) bugs .  

If anyone does decide to debug shared libraries, please send a list of
any problems with global variables to the mailing list so we can all
make an effort to get rid of them.  

Thanks!
Jordan

Sridharan Subramanian wrote:
> 
> I have not tried it yet. But can you tell me how shared libs help in
> Microwindows? Maybe then I can try it on the ipaq.
> 
> Thanks,
> Sri.
> 
> Tuan Nguyen wrote:
> 
> > Hi,
> >
> > I just wonder that if anybody try to run Microwindows applications using
> > microwindow shared libs.
> >
> > Tuan
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: ####@####.####
> > For additional commands, e-mail: ####@####.####
> 
>   ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
Subject: RE: Did anybody try microwindow shared lib on Ipaq?
From: "KIM,KYOUNG-IL (HP-Cupertino,ex1)" ####@####.####
Date: 5 Mar 2001 19:27:32 -0000
Message-Id: <4341EF5F8B4AD311AB4B00902740B9F201868AB0@xcup02.cup.hp.com>

Hi, 

Globle variables will not be initialized if you use shared
library properly.
All global variables should be initailized within 
functions OR you should create new function which includes all
global variables initailized.  
For example,  in /drivers/scr_fb.c file, variable,
'gr_portraitmode = PORTRAIT' won't be intialized and
should be initaized within 'fp_open()'.

Good luck, 
Kyoung  

-----Original Message-----
From: Jordan Crouse
To: Sridharan Subramanian
Cc: Tuan Nguyen; ####@####.####
Sent: 3/5/01 7:07 AM
Subject: Re: Did anybody try microwindow shared lib on Ipaq?

There may be some problems with global variables in the libarries, so
you will some very odd (and difficult to debug) bugs .  

If anyone does decide to debug shared libraries, please send a list of
any problems with global variables to the mailing list so we can all
make an effort to get rid of them.  

Thanks!
Jordan

Sridharan Subramanian wrote:
> 
> I have not tried it yet. But can you tell me how shared libs help in
> Microwindows? Maybe then I can try it on the ipaq.
> 
> Thanks,
> Sri.
> 
> Tuan Nguyen wrote:
> 
> > Hi,
> >
> > I just wonder that if anybody try to run Microwindows applications
using
> > microwindow shared libs.
> >
> > Tuan
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: ####@####.####
> > For additional commands, e-mail: ####@####.####
> 
>
------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####

---------------------------------------------------------------------
To unsubscribe, e-mail: ####@####.####
For additional commands, e-mail: ####@####.####
Subject: Re: Did anybody try microwindow shared lib on Ipaq?
From: Jordan Crouse ####@####.####
Date: 5 Mar 2001 19:43:06 -0000
Message-Id: <3AA3ED53.E4F22A5D@censoft.com>

These are exactly the sorts of changes we need  We need to start making
these sorts of changes immediately, so the next version(s) of
Microwindows can be used as shared libraries.  Could you forward any
"illegal" globals and patches that you have found to Greg so that he can
include them in the next release?

Jordan

"KIM,KYOUNG-IL (HP-Cupertino,ex1)" wrote:
> 
> Hi,
> 
> Globle variables will not be initialized if you use shared
> library properly.
> All global variables should be initailized within
> functions OR you should create new function which includes all
> global variables initailized.
> For example,  in /drivers/scr_fb.c file, variable,
> 'gr_portraitmode = PORTRAIT' won't be intialized and
> should be initaized within 'fp_open()'.
> 
> Good luck,
> Kyoung
> 
> -----Original Message-----
> From: Jordan Crouse
> To: Sridharan Subramanian
> Cc: Tuan Nguyen; ####@####.####
> Sent: 3/5/01 7:07 AM
> Subject: Re: Did anybody try microwindow shared lib on Ipaq?
> 
> There may be some problems with global variables in the libarries, so
> you will some very odd (and difficult to debug) bugs .
> 
> If anyone does decide to debug shared libraries, please send a list of
> any problems with global variables to the mailing list so we can all
> make an effort to get rid of them.
> 
> Thanks!
> Jordan
> 
> Sridharan Subramanian wrote:
> >
> > I have not tried it yet. But can you tell me how shared libs help in
> > Microwindows? Maybe then I can try it on the ipaq.
> >
> > Thanks,
> > Sri.
> >
> > Tuan Nguyen wrote:
> >
> > > Hi,
> > >
> > > I just wonder that if anybody try to run Microwindows applications
> using
> > > microwindow shared libs.
> > >
> > > Tuan
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: ####@####.####
> > > For additional commands, e-mail: ####@####.####
> >
> >
> ------------------------------------------------------------------------
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: ####@####.####
> > For additional commands, e-mail: ####@####.####
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
Subject: Re: Did anybody try microwindow shared lib on Ipaq?
From: "Greg Haerr" ####@####.####
Date: 5 Mar 2001 22:34:34 -0000
Message-Id: <0e0801c0a5c6$093834c0$6817dbd0@censoft.com>

: > For example,  in /drivers/scr_fb.c file, variable,
: > 'gr_portraitmode = PORTRAIT' won't be intialized and
: > should be initaized within 'fp_open()'.

This is fixed in my tree; keep the suggestions coming.

Regards,

Greg

[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.