Distributing code ?

Discussion about the ZBasic language including the System Library. If you're not sure where to post your message, do it here. However, do not make test posts here; that's the purpose of the Sandbox.
Post Reply
FFMan
Posts: 502
Joined: 09 January 2010, 12:52 PM

Distributing code ?

Post by FFMan »

Is it possible to send someone a file for download to zx processor without sending them the source code ?

Is there a binary or similar that can be sent ?

thanks
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Distributing code ?

Post by dkinzer »

FFMan wrote:Is there a binary or similar that can be sent ?
The .zxb file produced by the compiler contains the code that is downloaded to the ZX device. Generally, the .zxb file will be in the same directory as the project file (.pjt).
- Don Kinzer
Post Reply