Sample Export Plugin Code
This simple PureBasic
example show how export plugins can be written.
;Identifies what
kind of plugin this is. ;Returns a string
to use in the export dialog file pattern ;Carries out the
export. The file name is followed by
the actual csm file data ;Write export data
;Return a 1 to
show that the plugin worked. ;Return a 0 if the
plugin fails. PokeL(*outbuffer,1)
|