[EMAIL PROTECTED] wrote: > > > Hi all. If you were going to write a program from scratch and needed to be > able to handle vector graphics (import, export, and print), what programming > language would you use? C++, Visual Basic, MetaCard, other? Assume for these > purposes that you were equally capable in each language. The program would > need to be cross-platform.
MetaCard has a basic set of graphics primitives built in, and the development cycle is hard to beat from an ROI perspective. But if you need gradients or other vector gooies, you may want to consider using C++, possibly as an external with MC as the UI. -- Richard Gaskin Fourth World Media Corporation Custom Software and Web Development for All Major Platforms Developer of WebMerge 1.8: Publish your database on the Web ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
