P
pkirk25
My little app to scan World of Warcraft auction scans now works in that
it generates useful tables in CSV format that the user can do wahtever
they like with.
I created it as a console application. If I want to put a File
Selection GUI on it, the nicest way would be to change it to a library
rather than start again. I think in Windows this means a dll.
Is this possible? Its only 400 lines of code, a lot of which has
"Learner" stamped all over it but learning to make a library is my next
step.
If there is a URL to how this works and what UI hsould read, please let
me know.
Thanks.
it generates useful tables in CSV format that the user can do wahtever
they like with.
I created it as a console application. If I want to put a File
Selection GUI on it, the nicest way would be to change it to a library
rather than start again. I think in Windows this means a dll.
Is this possible? Its only 400 lines of code, a lot of which has
"Learner" stamped all over it but learning to make a library is my next
step.
If there is a URL to how this works and what UI hsould read, please let
me know.
Thanks.