Board index » cppbuilder » Where do I start to build a dll
Barry
![]() CBuilder Developer |
Where do I start to build a dll2007-10-02 01:07:18 PM cppbuilder110 I use a tool called abcm2ps to convert ascii text abc music files to postscript music score. The tool is usually invoked from a command line, and fed with parameters to indicate the abc file to open, and the tune number within the file, and an assortment of other options. Several GUIs exist which invoke abcm2ps as an external program, and import the resultant postscript file for viewing/printing. Can anyone suggest where/how I should begin to turn the external executable into a dll to do realtime conversion on the fly so that as edits are done to the plain text file, the resulting music score is shown. The sourcecode in c is freely available for abcm2ps, and I can compile the source into exe. Any suggestions are welcome. Thanks, Barry. |