Creating a DLL from an existing console app is tedious since you would have to take out any print commands and then link the dll to the gui. I did what you need to do once with a Method of Moments code written with CVF. I created a new windows app and copy-pasted al the routines where it usually...