From: Nilo <nil...@gm...> - 2007-01-02 21:08:09
|
> > Fernando Wuthstrack wrote: > > > In 2006, Rildo Pragana correct a lot of bugs in the > > ACCEPT/DISPLAY verbs. He did the necessary changes, but > > didn't upload the sources to SourceForge CVS. > > Actually, Rildo created a new CVS branch based on TC 0.62.x, I think. > > > > I have this and other changes here and I will do the > > upload on next week, but, before this, I need verify > > with David when I can do this, considering that it > > also is changing the TC source code. > > I have no objection to the addition of Rildo's code to TC. > And I have downloaded Rildo's code from his CVS server on several occasions. > > However there is a problem. > SF and Rildo's CVS trees are no longer in sync. > > This means the you can no longer merge the two sources. And if you > could, there is no guarantee that the code will work properly, and that > new bugs are not introduced. > > In short you have to do it manually. > Rildo and I discussed merging his code to SF CVS, but due to a number of > reasons this never got done. > > In any case Rildo's changes do not fix all the problems with CURSES-IO. > > > > In December/2006, more one brazilian developer was > > joined to the project. His name is Nilo Paim and he > > is a great guy. He work with COBOL since 1978 and > > C since 1984. He who will make upload for the CVS. > > Welcome Nilo and thanks for your help! > > Fernando, Nilo, please wait until I complete the my changes. > I should be finished in about 2-4 weeks. Sure I'll wait your changes. I'm studying the code right now and I don't wanna change anything until I've gain more knowledge about the compiler. > > > > David, I will write soon for you, OK? > > Fernando, I have some questions. > > First, is Nilo ware that the 'upload' will require more that a simple > CVS merge ? Sure I am. > > Is Nilo aware that the 'test_suite' must be run before and after the > changes without any errors, or change in the results ? Yes, certainly I am. > > Finally, is the most recent version of available on Rildo's CVS server ? > And if not where can it be found ? I'm not sure about it. Fernando can answer these questions. > > David Essex > David, I suppose the main environment for all the development of the compiler is Linux. Otherwise I would like to direct my work on the use of MinGW under Windows. So I've look the portions of code related to it and have made some tests. During these tests I've discover that I can't call a DLL written in Tiny Cobol from another Tiny Cobol program. Please, could you shed me some light about the way TinyCobol generates code for Cobol written DLL's using switch '-m'? It seems to me that the generated DLL doesn't export any symbols. Am I right? How should I use he compiler in order to do that? Thanks in advance. Nilo R C Paim Porto Alegre - RS - Brazil |