Quote
Originally posted by brindyblitz:
**Just wondering...
Most of the comments I've read in this post seem to be directed at mac developers ensuring windows compatibility... what about the other way around?
I have a friend who has nova for PC (I have it for mac) and we were going to try to work on a plugin together... is the burden of conversion going to fall on me?
Thanks...**
Zacha has touched on this. Basically, your friend should always .zip any and all files in a folder, keeping them in .rez format. You should always .bin all plug-in/data/sound/ships/titles/graphics files and put any and all files in a folder, then .zip it. If there is only one file, simply .bin it and then .zip it; have your friend just .zip the .rez file. Any readmes should be made in HTML or RTF/RTFD format.
When you release the plug-in, use the same format.
Just out of random curiosity: Why rez? Why not res, or rsc, or evn, or nov, or nva, or nrs, or ndt, or something that makes sense? Where does the z come from?
Other random things: If you use StuffIt 7.5 on Windows, you can easily solve all carriage return/linefeed problems: there is an option to do this in the cross-platform tab. You may wish to include this in the tutorial.
I'm working on a small utility to convert text files to HTML files as Zacha described. The Windows version would be a batch file (for drag-and-drop) calling a Perl2Exe'd Perl script, while the Mac version would be an AppleScript saved as a run-only application. I'll release the source of the applications with the applications themselves in case anybody's interested.
On the submit file dialog, it most certainly can use JavaScript to determine that: it's already been done! The enture dialog is created on the fly using document.write()'s. They could easily use the same way of automatically figuring out the product for determining if it is EVN or not.
Hurray for productive topics!
------------------
The programmer's code of entomology: there's always another bug.
There are 10 types of people in the world: those who understand binary and those who have friends.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url) | (url="http://"http://www.evula.org/infernostudios/search.html")Add-ons Search Engine(/url)
(This message has been edited by orcaloverbri9 (edited 07-01-2004).)