Captrick458
Programmer
We have a huge 'C' applications that we are porting from Unix. Because the application, for the time being, will continue to exist, be updated, etc. in Unix, we are trying to limit the differences to the absolute minimum.
We think that we have determined that the Screen I/O, and to a lessor degree the printer output need to be placed into classes, and therefore one or more DLLs are fairly easy to create, and save a lot of space. Is this a reasonable assumption?
What about the functions that we don't place into classes?
Should they stay in static libraries, and just be linked? There seems to be a mechanism to place these un-classed functions into DLL(s), although I am not certain that I understand all of the conventions.
Are there any libraries available in Unix that provide a Windows work-alike functionality for screen I/O?
Any advice that you can provide will be greatly appreciated.
Rick
We think that we have determined that the Screen I/O, and to a lessor degree the printer output need to be placed into classes, and therefore one or more DLLs are fairly easy to create, and save a lot of space. Is this a reasonable assumption?
What about the functions that we don't place into classes?
Should they stay in static libraries, and just be linked? There seems to be a mechanism to place these un-classed functions into DLL(s), although I am not certain that I understand all of the conventions.
Are there any libraries available in Unix that provide a Windows work-alike functionality for screen I/O?
Any advice that you can provide will be greatly appreciated.
Rick