Re: Re(2): [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-04-17 Thread George Henne
We'll fix the easily reproducable problem on 6.1.4 first. Hopefuly, it  
will help with this too.

Sent from my iPhone

On Apr 17, 2009, at 6:49 AM, David Carrión   
wrote:

>
>
> Hi George.
>
> I was testing again, and a small "Hello world" program does not show  
> the error.
> With my "large" programs the error appears at about the 95 % of  
> executions (and "closes"). I suppose that depending on the code that  
> the program executes, the error may not appear sometimes.
>
>
> Best regards.
>
> To: nsbasic...@yahoogroups.com
> From: g...@nsbasic.com
> Date: Thu, 16 Apr 2009 06:28:26 -0400
> Subject: Re(2): [nsbasic-ce] Re: Closing application with a BYE  
> command on Windows Mobile 6.1.4 Professional
>
>
>
> As a band aid, you might try turning Error Reporting off (it's in
> Settings). Since it happens after the application exits, it will not  
> do
> any harm.
>
> David - does this happen with just a simple program?
>
> >
> >
> >Hi all.
> >
> >I have the same problem in my applications under Windows CE core 5.0,
> >all the different devices that I have tested that comes with  
> Windows CE
> >5.0 Core shows the same error.
> >
> >-David Carrión-
> >
> >To: nsbasic...@yahoogroups.com
> >From: g...@nsbasic.com
> >Date: Wed, 15 Apr 2009 09:03:24 -0400
> >Subject: Re: [nsbasic-ce] Re: Closing application with a BYE  
> command on
> >Windows Mobile 6.1.4 Professional
> >
> >
> >
> >Yes, please give us all the information you can.
> >
> >We are seeing this as well here, but the fix (so far) has been  
> elusive.
> >I wish we know what Microsoft changed!
> >
> >>It's now an issue for me on a real machine. One of my users has just
> >>upgraded the OS in his Sony Xperia and the same thing happens to  
> him as
> >>happens on the emulator. Every time he shuts down any of my NSBasic
> >>programs he gets the message "A problem has occurred with basic.exe.
> >>Please tell Microsoft about this...etc".
> >>
> >>I know exactly where this problem is being generated, it is when you
> >>define an Output_Size routine that changes the size of objects on  
> the
> >>screen (I use it for automatic switching between portrait and
> >>landscape). But every attempt to track down a solution has failed.
> >>
> >>George: I can't reproduce this on a simple program but if you want a
> >>program to demonstrate it (and also to demonstrate a simple cure)  
> then
> >>let me know.
> >>
> >>Al
> >>
> >>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
> >>>
> >>> This may or may not be the same issue. Let's fix the main one  
> first,
> >>> then see if this is still a problem.
> >>>
> >>>
> >>> >--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
> >>> >>
> >>> >> We're able to get this to happen here as well. We are working  
> on it.
> >>> >
> >>> >Not sure if this is relevant, but I am also now getting a crash  
> on
> >>> >exit, but ONLY from the emulator, the programs all work on actual
> >>> >machines. But this ONLY happens if I implement some code inside  
> SUB
> >>> >OUTPUT_SIZE. Removing the code stops the error occuring.
> >>> >
> >>> >
> >>> >
> >>> >
> >>> >
> >>> >Yahoo! Groups Links
> >>> >
> >>> >
> >>> >
> >>>
> >>
> >>
> >>
> >>
> >>
> >>
> >>Yahoo! Groups Links
> >>
> >>
> >>
> >
> >
> >
> >¿Quieres estar al día de la últimas novedades? ¡Apúntate gratis  
> aquí!
> >
> >
>
>
>
> Más rápido, sencillo y seguro. Descárgate ya el nuevo Internet  
> Explorer 8 ¡Es gratis!
>
> 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



RE: Re(2): [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-04-17 Thread David Carrión

Hi George.

 

I was testing again, and a small "Hello world" program does not show the error.

With my "large" programs the error appears at about the 95 % of executions (and 
"closes"). I suppose that depending on the code that the program executes, the 
error may not appear sometimes.

 

 

Best regards.
 


To: nsbasic...@yahoogroups.com
From: g...@nsbasic.com
Date: Thu, 16 Apr 2009 06:28:26 -0400
Subject: Re(2): [nsbasic-ce] Re: Closing application with a BYE command on 
Windows Mobile 6.1.4 Professional







As a band aid, you might try turning Error Reporting off (it's in
Settings). Since it happens after the application exits, it will not do
any harm.

David - does this happen with just a simple program?

>
>
>Hi all.
> 
>I have the same problem in my applications under Windows CE core 5.0,
>all the different devices that I have tested that comes with Windows CE
>5.0 Core shows the same error.
> 
>-David Carrión-
> 
>To: nsbasic...@yahoogroups.com
>From: g...@nsbasic.com
>Date: Wed, 15 Apr 2009 09:03:24 -0400
>Subject: Re: [nsbasic-ce] Re: Closing application with a BYE command on
>Windows Mobile 6.1.4 Professional
>
>
>
>Yes, please give us all the information you can.
>
>We are seeing this as well here, but the fix (so far) has been elusive.
>I wish we know what Microsoft changed!
>
>>It's now an issue for me on a real machine. One of my users has just
>>upgraded the OS in his Sony Xperia and the same thing happens to him as
>>happens on the emulator. Every time he shuts down any of my NSBasic
>>programs he gets the message "A problem has occurred with basic.exe.
>>Please tell Microsoft about this...etc".
>>
>>I know exactly where this problem is being generated, it is when you
>>define an Output_Size routine that changes the size of objects on the
>>screen (I use it for automatic switching between portrait and
>>landscape). But every attempt to track down a solution has failed.
>>
>>George: I can't reproduce this on a simple program but if you want a
>>program to demonstrate it (and also to demonstrate a simple cure) then
>>let me know.
>>
>>Al 
>>
>>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>>
>>> This may or may not be the same issue. Let's fix the main one first,
>>> then see if this is still a problem.
>>> 
>>> 
>>> >--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>> >>
>>> >> We're able to get this to happen here as well. We are working on it.
>>> >
>>> >Not sure if this is relevant, but I am also now getting a crash on
>>> >exit, but ONLY from the emulator, the programs all work on actual
>>> >machines. But this ONLY happens if I implement some code inside SUB
>>> >OUTPUT_SIZE. Removing the code stops the error occuring.
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >Yahoo! Groups Links
>>> >
>>> >
>>> >
>>>
>>
>>
>>
>>
>>
>>
>>Yahoo! Groups Links
>>
>>
>>
>
>
>
>¿Quieres estar al día de la últimas novedades? ¡Apúntate gratis aquí! 
>
>









_
¿Quieres crear  tus propios emoticonos gratis? Descubre cómo hacerlo en el Club 
Oficial de Messenger  
http://vivelive.com/ilovemessenger/ 
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



Re(2): [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-04-16 Thread George Henne
As a band aid, you might try turning Error Reporting off (it's in
Settings). Since it happens after the application exits, it will not do
any harm.

David - does this happen with just a simple program?

>
>
>Hi all.
> 
>I have the same problem in my applications under Windows CE core 5.0,
>all the different devices that I have tested that comes with Windows CE
>5.0 Core shows the same error.
> 
>-David Carrión-
> 
>To: nsbasic...@yahoogroups.com
>From: g...@nsbasic.com
>Date: Wed, 15 Apr 2009 09:03:24 -0400
>Subject: Re: [nsbasic-ce] Re: Closing application with a BYE command on
>Windows Mobile 6.1.4 Professional
>
>
>
>Yes, please give us all the information you can.
>
>We are seeing this as well here, but the fix (so far) has been elusive.
>I wish we know what Microsoft changed!
>
>>It's now an issue for me on a real machine. One of my users has just
>>upgraded the OS in his Sony Xperia and the same thing happens to him as
>>happens on the emulator. Every time he shuts down any of my NSBasic
>>programs he gets the message "A problem has occurred with basic.exe.
>>Please tell Microsoft about this...etc".
>>
>>I know exactly where this problem is being generated, it is when you
>>define an Output_Size routine that changes the size of objects on the
>>screen (I use it for automatic switching between portrait and
>>landscape). But every attempt to track down a solution has failed.
>>
>>George: I can't reproduce this on a simple program but if you want a
>>program to demonstrate it (and also to demonstrate a simple cure) then
>>let me know.
>>
>>Al 
>>
>>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>>
>>> This may or may not be the same issue. Let's fix the main one first,
>>> then see if this is still a problem.
>>> 
>>> 
>>> >--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>> >>
>>> >> We're able to get this to happen here as well. We are working on it.
>>> >
>>> >Not sure if this is relevant, but I am also now getting a crash on
>>> >exit, but ONLY from the emulator, the programs all work on actual
>>> >machines. But this ONLY happens if I implement some code inside SUB
>>> >OUTPUT_SIZE. Removing the code stops the error occuring.
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >Yahoo! Groups Links
>>> >
>>> >
>>> >
>>>
>>
>>
>>
>>
>>
>>
>>Yahoo! Groups Links
>>
>>
>>
>
>
>
>¿Quieres estar al día de la últimas novedades? ¡Apúntate gratis aquí! 
>
>


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



RE: [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-04-16 Thread David Carrión

Hi all.

 

I have the same problem in my applications under Windows CE core 5.0, all the 
different devices that I have tested that comes with Windows CE 5.0 Core shows 
the same error.

 

-David Carrión-
 


To: nsbasic...@yahoogroups.com
From: g...@nsbasic.com
Date: Wed, 15 Apr 2009 09:03:24 -0400
Subject: Re: [nsbasic-ce] Re: Closing application with a BYE command on Windows 
Mobile 6.1.4 Professional







Yes, please give us all the information you can.

We are seeing this as well here, but the fix (so far) has been elusive.
I wish we know what Microsoft changed!

>It's now an issue for me on a real machine. One of my users has just
>upgraded the OS in his Sony Xperia and the same thing happens to him as
>happens on the emulator. Every time he shuts down any of my NSBasic
>programs he gets the message "A problem has occurred with basic.exe.
>Please tell Microsoft about this...etc".
>
>I know exactly where this problem is being generated, it is when you
>define an Output_Size routine that changes the size of objects on the
>screen (I use it for automatic switching between portrait and
>landscape). But every attempt to track down a solution has failed.
>
>George: I can't reproduce this on a simple program but if you want a
>program to demonstrate it (and also to demonstrate a simple cure) then
>let me know.
>
>Al 
>
>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>
>> This may or may not be the same issue. Let's fix the main one first,
>> then see if this is still a problem.
>> 
>> 
>> >--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>> >>
>> >> We're able to get this to happen here as well. We are working on it.
>> >
>> >Not sure if this is relevant, but I am also now getting a crash on
>> >exit, but ONLY from the emulator, the programs all work on actual
>> >machines. But this ONLY happens if I implement some code inside SUB
>> >OUTPUT_SIZE. Removing the code stops the error occuring.
>> >
>> >
>> >
>> >
>> >
>> >Yahoo! Groups Links
>> >
>> >
>> >
>>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>









_
Más rápido, sencillo y seguro. Descárgate ya el nuevo Internet Explorer 8 ¡Es 
gratis!
http://www.vivelive.com/ie8 
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



Re: [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-04-15 Thread George Henne
Yes, please give us all the information you can.

We are seeing this as well here, but the fix (so far) has been elusive.
I wish we know what Microsoft changed!

>It's now an issue for me on a real machine.  One of my users has just
>upgraded the OS in his Sony Xperia and the same thing happens to him as
>happens on the emulator.  Every time he shuts down any of my NSBasic
>programs he gets the message "A problem has occurred with basic.exe.
>Please tell Microsoft about this...etc".
>
>I know exactly where this problem is being generated, it is when you
>define an Output_Size routine that changes the size of objects on the
>screen (I use it for automatic switching between portrait and
>landscape).  But every attempt to track down a solution has failed.
>
>George:  I can't reproduce this on a simple program but if you want a
>program to demonstrate it (and also to demonstrate a simple cure) then
>let me know.
>
>Al  
>
>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>
>> This may or may not be the same issue. Let's fix the main one first,
>> then see if this is still a problem.
>> 
>> 
>> >--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>> >>
>> >> We're able to get this to happen here as well. We are working on it.
>> >
>> >Not sure if this is relevant, but I am also now getting a crash on
>> >exit, but ONLY from the emulator, the programs all work on actual
>> >machines.  But this ONLY happens if I implement some code inside SUB
>> >OUTPUT_SIZE.  Removing the code stops the error occuring.
>> >
>> >
>> >
>> >
>> >
>> >Yahoo! Groups Links
>> >
>> >
>> >
>>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



[nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-04-15 Thread rmrsoft
It's now an issue for me on a real machine.  One of my users has just upgraded 
the OS in his Sony Xperia and the same thing happens to him as happens on the 
emulator.  Every time he shuts down any of my NSBasic programs he gets the 
message "A problem has occurred with basic.exe. Please tell Microsoft about 
this...etc".

I know exactly where this problem is being generated, it is when you define an 
Output_Size routine that changes the size of objects on the screen (I use it 
for automatic switching between portrait and landscape).  But every attempt to 
track down a solution has failed.

George:  I can't reproduce this on a simple program but if you want a program 
to demonstrate it (and also to demonstrate a simple cure) then let me know.

Al  

--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>
> This may or may not be the same issue. Let's fix the main one first,
> then see if this is still a problem.
> 
> 
> >--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
> >>
> >> We're able to get this to happen here as well. We are working on it.
> >
> >Not sure if this is relevant, but I am also now getting a crash on
> >exit, but ONLY from the emulator, the programs all work on actual
> >machines.  But this ONLY happens if I implement some code inside SUB
> >OUTPUT_SIZE.  Removing the code stops the error occuring.
> >
> >
> >
> >
> >
> >Yahoo! Groups Links
> >
> >
> >
>



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



Re: [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-03-02 Thread George Henne
This may or may not be the same issue. Let's fix the main one first,
then see if this is still a problem.


>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>
>> We're able to get this to happen here as well. We are working on it.
>
>Not sure if this is relevant, but I am also now getting a crash on
>exit, but ONLY from the emulator, the programs all work on actual
>machines.  But this ONLY happens if I implement some code inside SUB
>OUTPUT_SIZE.  Removing the code stops the error occuring.
>
>
>
>
>
>Yahoo! Groups Links
>
>
>


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



[nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-02-28 Thread rmrsoft
--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>
> We're able to get this to happen here as well. We are working on it.

Not sure if this is relevant, but I am also now getting a crash on
exit, but ONLY from the emulator, the programs all work on actual
machines.  But this ONLY happens if I implement some code inside SUB
OUTPUT_SIZE.  Removing the code stops the error occuring.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



Re: [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-02-28 Thread George Henne
We're able to get this to happen here as well. We are working on it.

>Hi James,
>
>Download the 'Windows Mobile 6 Professional SDK Refresh.msi' from MS 
>download center to get the WM 6.1.0 emulator images. It will install 
>them under the 'Windows Mobile 6 SDK' folder under Program Files.
>
>I just checked, my version of Basic.exe is 7.0.4.0 with a size of 
>188KB dated March 26, 2007.
>Still this version gives the same error you described under Windows 
>Mobile 6.1.4 emulator.
>
>
>--- In nsbasic...@yahoogroups.com, "James Cunningham"  
>wrote:
>>
>> I'm using the emulator. Does it fail on the device?
>> 
>> Is there a 6.1.0 standalone emulator?
>> 
>> Thanks so much.
>> 
>> Jake Cunningham
>> Brown Trout Systems LLC
>> 
>> On Feb 27, 2009, at 2:12 AM, "jingjok67"  wrote:
>> 
>> > Hi James,
>> >
>> > Yes, I can confirm this, I have had the same issues when I tried
>> > running NSB programs (newest version of runtime which seems to be
>> > 4.2.0 ?) on WM 6.1.4, I had tried with the MS emulator. Are you 
>using
>> > the emulator as well or a real device ?
>> >
>> > Strange enough the WM 6.1.0 emulator does not give these errors, 
>so I
>> > ended up using this for my testing.
>> >
>> > I noticed some strange behaviour of other programs under the WM 
>6.1.4
>> > emulator which run fine under WM 6.1.0, either Microsoft changed
>> > something on purpose or it is a bad build.
>> >
>> > Regards,
>> > Niels
>> >
>> > --- In nsbasic...@yahoogroups.com, "James Cunningham"   
>> > wrote:
>> > >
>> > > I've downloaded and installed the runtime from the web site but 
>it  
>> > still
>> > > comes up as 4.2.0?
>> > >
>> > > How do I get the right .cab for pocketpc ARM devices?
>> > >
>> > >
>> > >
>> > > From: nsbasic...@yahoogroups.com [mailto:nsbasic- 
>> > c...@yahoogroups.com] On
>> > > Behalf Of George Henne
>> > > Sent: Thursday, February 26, 2009 1:27 PM
>> > > To: nsbasic...@yahoogroups.com
>> > > Subject: Re: [nsbasic-ce] Closing application with a BYE 
>command on
>> > > Windows Mobile 6.1.4 Professional
>> > >
>> > >
>> > >
>> > > That is a very old version of Basic.exe. The current version 
>is  
>> > 7.0.4.
>> > >
>> > > You should probably fix that first!
>> > >
>> > > >I'm seeing an exception under windows mobile 6.1.4 
>professional  
>> > with
>> > > >the basic.exe (runtime for nsbasic?). Every time I close the
>> > > >application on the device, windows mobile 6 shows an error  
>> > report. If
>> > > >I turn off error reporting, it seems to work fine but I assume 
>the
>> > > >error is still happening...
>> > > >
>> > > >the version of the basic.exe is 4.2.0. Does anyone know if 
>this  
>> > is the
>> > > >latest runtime? or is anyonw else seeing or have seen errors 
>on  
>> > exit?
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >Yahoo! Groups Links
>> > > >
>> > > >
>> > > >
>> > >
>> >
>> >
>>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



[nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-02-28 Thread jingjok67
Hi James,

Download the 'Windows Mobile 6 Professional SDK Refresh.msi' from MS 
download center to get the WM 6.1.0 emulator images. It will install 
them under the 'Windows Mobile 6 SDK' folder under Program Files.

I just checked, my version of Basic.exe is 7.0.4.0 with a size of 
188KB dated March 26, 2007.
Still this version gives the same error you described under Windows 
Mobile 6.1.4 emulator.


--- In nsbasic...@yahoogroups.com, "James Cunningham"  
wrote:
>
> I'm using the emulator. Does it fail on the device?
> 
> Is there a 6.1.0 standalone emulator?
> 
> Thanks so much.
> 
> Jake Cunningham
> Brown Trout Systems LLC
> 
> On Feb 27, 2009, at 2:12 AM, "jingjok67"  wrote:
> 
> > Hi James,
> >
> > Yes, I can confirm this, I have had the same issues when I tried
> > running NSB programs (newest version of runtime which seems to be
> > 4.2.0 ?) on WM 6.1.4, I had tried with the MS emulator. Are you 
using
> > the emulator as well or a real device ?
> >
> > Strange enough the WM 6.1.0 emulator does not give these errors, 
so I
> > ended up using this for my testing.
> >
> > I noticed some strange behaviour of other programs under the WM 
6.1.4
> > emulator which run fine under WM 6.1.0, either Microsoft changed
> > something on purpose or it is a bad build.
> >
> > Regards,
> > Niels
> >
> > --- In nsbasic...@yahoogroups.com, "James Cunningham"   
> > wrote:
> > >
> > > I've downloaded and installed the runtime from the web site but 
it  
> > still
> > > comes up as 4.2.0?
> > >
> > > How do I get the right .cab for pocketpc ARM devices?
> > >
> > >
> > >
> > > From: nsbasic...@yahoogroups.com [mailto:nsbasic- 
> > c...@yahoogroups.com] On
> > > Behalf Of George Henne
> > > Sent: Thursday, February 26, 2009 1:27 PM
> > > To: nsbasic...@yahoogroups.com
> > > Subject: Re: [nsbasic-ce] Closing application with a BYE 
command on
> > > Windows Mobile 6.1.4 Professional
> > >
> > >
> > >
> > > That is a very old version of Basic.exe. The current version 
is  
> > 7.0.4.
> > >
> > > You should probably fix that first!
> > >
> > > >I'm seeing an exception under windows mobile 6.1.4 
professional  
> > with
> > > >the basic.exe (runtime for nsbasic?). Every time I close the
> > > >application on the device, windows mobile 6 shows an error  
> > report. If
> > > >I turn off error reporting, it seems to work fine but I assume 
the
> > > >error is still happening...
> > > >
> > > >the version of the basic.exe is 4.2.0. Does anyone know if 
this  
> > is the
> > > >latest runtime? or is anyonw else seeing or have seen errors 
on  
> > exit?
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >Yahoo! Groups Links
> > > >
> > > >
> > > >
> > >
> >
> >
>



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



Re(2): [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-02-27 Thread George Henne
To get the version of Basic.exe, copy the file from \program files
\nsbasic back to the desktop using ActiveSync. You can the right click
on it to see the version.


>I'm using the emulator. Does it fail on the device?
>
>Is there a 6.1.0 standalone emulator?
>
>Thanks so much. 
>
>Jake Cunningham
>Brown Trout Systems LLC
>
>On Feb 27, 2009, at 2:12 AM, "jingjok67"  wrote:
>
>Hi James,
>
>Yes, I can confirm this, I have had the same issues when I tried
>running NSB programs (newest version of runtime which seems to be
>4.2.0 ?) on WM 6.1.4, I had tried with the MS emulator. Are you using
>the emulator as well or a real device ?
>
>Strange enough the WM 6.1.0 emulator does not give these errors, so I
>ended up using this for my testing.
>
>I noticed some strange behaviour of other programs under the WM 6.1.4
>emulator which run fine under WM 6.1.0, either Microsoft changed
>something on purpose or it is a bad build.
>
>Regards,
>Niels
>
>--- In nsbasic...@yahoogroups.com, "James Cunningham"  wrote:
>>
>> I've downloaded and installed the runtime from the web site but it still
>> comes up as 4.2.0?
>> 
>> How do I get the right .cab for pocketpc ARM devices?
>> 
>> 
>> 
>> From: nsbasic...@yahoogroups.com [mailto:nsbasic...@yahoogroups.com] On
>> Behalf Of George Henne
>> Sent: Thursday, February 26, 2009 1:27 PM
>> To: nsbasic...@yahoogroups.com
>> Subject: Re: [nsbasic-ce] Closing application with a BYE command on
>> Windows Mobile 6.1.4 Professional
>> 
>> 
>> 
>> That is a very old version of Basic.exe. The current version is 7.0.4.
>> 
>> You should probably fix that first!
>> 
>> >I'm seeing an exception under windows mobile 6.1.4 professional with 
>> >the basic.exe (runtime for nsbasic?). Every time I close the 
>> >application on the device, windows mobile 6 shows an error report. If 
>> >I turn off error reporting, it seems to work fine but I assume the 
>> >error is still happening...
>> >
>> >the version of the basic.exe is 4.2.0. Does anyone know if this is the 
>> >latest runtime? or is anyonw else seeing or have seen errors on exit?
>> >
>> >
>> >
>> >
>> >
>> >Yahoo! Groups Links
>> >
>> >
>> >
>>
>
>
>
>


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



Re: [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-02-27 Thread James Cunningham
I'm using the emulator. Does it fail on the device?

Is there a 6.1.0 standalone emulator?

Thanks so much.

Jake Cunningham
Brown Trout Systems LLC

On Feb 27, 2009, at 2:12 AM, "jingjok67"  wrote:

> Hi James,
>
> Yes, I can confirm this, I have had the same issues when I tried
> running NSB programs (newest version of runtime which seems to be
> 4.2.0 ?) on WM 6.1.4, I had tried with the MS emulator. Are you using
> the emulator as well or a real device ?
>
> Strange enough the WM 6.1.0 emulator does not give these errors, so I
> ended up using this for my testing.
>
> I noticed some strange behaviour of other programs under the WM 6.1.4
> emulator which run fine under WM 6.1.0, either Microsoft changed
> something on purpose or it is a bad build.
>
> Regards,
> Niels
>
> --- In nsbasic...@yahoogroups.com, "James Cunningham"   
> wrote:
> >
> > I've downloaded and installed the runtime from the web site but it  
> still
> > comes up as 4.2.0?
> >
> > How do I get the right .cab for pocketpc ARM devices?
> >
> >
> >
> > From: nsbasic...@yahoogroups.com [mailto:nsbasic- 
> c...@yahoogroups.com] On
> > Behalf Of George Henne
> > Sent: Thursday, February 26, 2009 1:27 PM
> > To: nsbasic...@yahoogroups.com
> > Subject: Re: [nsbasic-ce] Closing application with a BYE command on
> > Windows Mobile 6.1.4 Professional
> >
> >
> >
> > That is a very old version of Basic.exe. The current version is  
> 7.0.4.
> >
> > You should probably fix that first!
> >
> > >I'm seeing an exception under windows mobile 6.1.4 professional  
> with
> > >the basic.exe (runtime for nsbasic?). Every time I close the
> > >application on the device, windows mobile 6 shows an error  
> report. If
> > >I turn off error reporting, it seems to work fine but I assume the
> > >error is still happening...
> > >
> > >the version of the basic.exe is 4.2.0. Does anyone know if this  
> is the
> > >latest runtime? or is anyonw else seeing or have seen errors on  
> exit?
> > >
> > >
> > >
> > >
> > >
> > >Yahoo! Groups Links
> > >
> > >
> > >
> >
>
> 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



[nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-02-26 Thread jingjok67
Hi James,

Yes, I can confirm this, I have had the same issues when I tried
running NSB programs (newest version of runtime which seems to be
4.2.0 ?) on WM 6.1.4, I had tried with the MS emulator. Are you using
the emulator as well or a real device ?

Strange enough the WM 6.1.0 emulator does not give these errors, so I
ended up using this for my testing.

I noticed some strange behaviour of other programs under the WM 6.1.4
emulator which run fine under WM 6.1.0, either Microsoft changed
something on purpose or it is a bad build.

Regards,
   Niels




--- In nsbasic...@yahoogroups.com, "James Cunningham"  wrote:
>
> I've downloaded and installed the runtime from the web site but it still
> comes up as 4.2.0?
> 
> How do I get the right .cab for pocketpc ARM devices?
> 
>  
> 
> From: nsbasic...@yahoogroups.com [mailto:nsbasic...@yahoogroups.com] On
> Behalf Of George Henne
> Sent: Thursday, February 26, 2009 1:27 PM
> To: nsbasic...@yahoogroups.com
> Subject: Re: [nsbasic-ce] Closing application with a BYE command on
> Windows Mobile 6.1.4 Professional
> 
>  
> 
> That is a very old version of Basic.exe. The current version is 7.0.4.
> 
> You should probably fix that first!
> 
> >I'm seeing an exception under windows mobile 6.1.4 professional with 
> >the basic.exe (runtime for nsbasic?). Every time I close the 
> >application on the device, windows mobile 6 shows an error report. If 
> >I turn off error reporting, it seems to work fine but I assume the 
> >error is still happening...
> >
> >the version of the basic.exe is 4.2.0. Does anyone know if this is the 
> >latest runtime? or is anyonw else seeing or have seen errors on exit?
> >
> >
> >
> >
> >
> >Yahoo! Groups Links
> >
> >
> >
>



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---