the difference between simplified and triditional segment discriptive

Started by qlmi, June 10, 2006, 06:26:00 AM

Previous topic - Next topic

qlmi

i think the simplified segment descriptive is less power in controling segment composition than tranditional segment descriptive,  especially in coding subprogram which will be assembled and linked to another subrouting which is programed in other language.
it's correct? please give me some hint, thanks a lot!

MichaelW

The full segment definitions provide more control, and the simplified segment definitions are much easier to use. For mixed-language programming where the other language is a Microsoft language, or some other language that uses the Microsoft segment structure and calling conventions, there should be no problem using the simplified segment definitions.

eschew obfuscation