Forum Index
HomeZBasic Home   Forum RulesForum Rules   Forum FAQForum FAQ   MemberlistMemberlist   UsergroupsUsergroups   RSS FeedRSS Feed
Site SearchSite Search   LinksLinks   DownloadDownload   Digests and SubscriptionsDigests and Subscriptions
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in   RegisterRegister
Zload and File Extensions

 
Post new topic   Reply to topic    Forum Index -> ZBasic IDE
Author Message
Don_Kirby



Joined: 15 Oct 2006
Posts: 329
Location: Long Island, New York

Posted: 28 October 2006, 12:22 PM    Post subject: Zload and File Extensions Reply with quote

Using the ZLoad dll and VB6, I'v put together a nice little update utility for my ZX based product. It retrieves the required file from the internet, archives any older versions found on the user's computer, and then downloads the file to the device. Don, the utilities you offer for this kind of thing are far superior to any of your competitors'.

That said, I have a question.

Although my end users most likely won't have the ZX IDE installed, I would like to change the file extension (.zxb) to something more fitting to the product, as well as to avoid any confusion if the user did happen to have the IDE installed. VB6 code aside, is this something that I can do? Is it acceptable to make this kind of modification, and if so, what would need to be changed?

-DK
Back to top
dkinzer
Site Admin


Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR

Posted: 28 October 2006, 16:25 PM    Post subject: Re: Zload and File Extensions Reply with quote

Don_Kirby wrote:
I would like to change the file extension (.zxb) to something more fitting to the product, as well as to avoid any confusion if the user did happen to have the IDE installed. VB6 code aside, is this something that I can do? Is it acceptable to make this kind of modification, and if so, what would need to be changed?

You may change the extension of the downloadable file to whatever you wish. You can either rename the file manually or tell the compiler the name of the output file using the compiler option --out=<file>.

The downloader DLL itself does not care what the extension is. It will attempt to download any file that you specify. It does inspect the contents to ensure that it is in the proper format before attempting to download.

On the other hand, the GUI apps (the IDE and the downloader sample) are sensitive to the extension. They both expect the downloadable file to have a .zxb extension. There is no way to change that at present but it doesn't sound like that will affect what you're trying to do.
Back to top
Don_Kirby



Joined: 15 Oct 2006
Posts: 329
Location: Long Island, New York

Posted: 28 October 2006, 20:36 PM    Post subject: Reply with quote

Gee, that was easy.

On a slightly related topic..

After going through the trouble of branding all of the components (hardware and software) for my product, I still need to give credit where credit is due. Are there any ZBasic logos that I can use in my documentation (i.e. ZBasic Inside™)?

-DK
Back to top
dkinzer
Site Admin


Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR

Posted: 28 October 2006, 20:49 PM    Post subject: Reply with quote

Don_Kirby wrote:
[I] need to give credit where credit is due. Are there any ZBasic logos that I can use in my documentation (i.e. ZBasic Inside™)?

There is no requirement to refer to ZBasic in your product documentation, marketing collateral, etc. You may do so if you wish, however.

If you do mention ZBasic and/or ZX-44a, etc. it is both necessary and sufficient to indicate that those names are trademarks of Elba Corp. You may also include a link to the website: http://www.zbasic.net.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> ZBasic IDE Time synchro. with the server - Timezone/DST with your computer
Page 1 of 1

 


All content Copyright © 2005-2012 Elba Corp. All Rights Reserved.
Opinions expressed in posts are those of the author and not necessarily those of Elba Corp.
Powered by phpBB © 2001, 2005 phpBB Group