[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-05 Thread rmrsoft
Hi Jim I think you might find that just changing the Company Name does not 'flag' to the program that the source code has changed, so if you do a compile it does not use the new Company Name. Try changing the Company Name and then make another significant change (and change back) in the code,

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-05 Thread cschuchert
Hi Al, Thanks for the suggestion but it doesn't help. As demonstrated in the 'Hello World' example I gave, the first 'Co' name remains as it did in totally new versions of my app as reported earlier. The only time it changed is when I went from my app name to hello world but in no instance was

Re: [nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-05 Thread George Henne
We wil get this fixed next week! Sent from my iPhone On Sep 5, 2009, at 11:57 AM, cschuchert cschuch...@yahoo.com wrote: Hi Al, Thanks for the suggestion but it doesn't help. As demonstrated in the 'Hello World' example I gave, the first 'Co' name remains as it did in totally new

Re: [nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-04 Thread George Henne
Both good suggestions! Thank you. Yes, that is what I get. But that list of DLL files does not help the user know which DLL to choose that may contain the File control for instance which is the MSCEFile.dll. I was expecting a list like: File FileSystem GridCtrl ListViewCtrl TabStrip

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-04 Thread cschuchert
Ok, George, I created a Hello World project, did not put anything in the company name field. The installer used 'helloworldco' as the company. Then I made a new one with a different name and put a company name in the field. The installedr still used helloworldco. I did a third one and put a

Re: [nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-03 Thread George Henne
We'll see if we can make it easier. We did make it better based on your suggestion: if you right click on Resources, it brings up the list of controls, which you can then select. Jim, NO, you will have to manually include all the controls by hand that you use in your project. Working out which

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-03 Thread joespan123
George, In v8.0.2a, I do not see the list of controls when Right clicking on Resources. Can you explain more exactly how to get this list show up. Joe --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: We'll see if we can make it easier. We did make it better based on your

Re: [nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-03 Thread George Henne
When I do it here, I get a standard file picker, showing the directory \Program Files\nsbasic\ce\controls\WM George, In v8.0.2a, I do not see the list of controls when Right clicking on Resources. Can you explain more exactly how to get this list show up. Joe --- In

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-02 Thread cschuchert
Well, George, the hard reset doesn't help. I had tried it multiple times before my previous post. I can also execute the RuntimeFat.ppc.exe to get the same positive results as with the BASIC.PocketPC4_ARM.cab. Earlier this year Rolf Brandt sent that file when he was helping me be efficient with

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-02 Thread joespan123
I assume you are using NSBasicCE v8 ? The error could not create non-visual control ('file1')because IClassfactory could not be obtained is due to a missing ActiveX Control on the device. If you are using a File object you need to include the appropriate DLL resource in your Project so the

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-02 Thread cschuchert
Joe, That did it!!! I should have been smart enough to figure it out but wasn't. I used the newobjectspack1.dll so included that as a resource also. Is there a list of controls that the installer does by default? Thank you so much. Jim --- In nsbasic...@yahoogroups.com, joespan123 j...@...

[nsbasic-ce] Re: CE 8.0 built in installer's runtime fails with my app on 2003 device

2009-09-02 Thread joespan123
Jim, NO, you will have to manually include all the controls by hand that you use in your project. Working out which DLL file to include for the control you use is documented within the TechNotes. I did suggest to George when we were beta testing v8.0 to include a GUI window in the desktop IDE