Advertisement

Q. for MASM Programmers

Started by May 15, 2000 11:32 PM
-1 comments, last by cyberben 24 years, 7 months ago
Hey there, here''s a question for masm programmers. I need to nest structure within a structure. So I''de like to have a structure like this: sUnit struct x dd 0 y dd 0 sUnit ends sPlayer struct Name db dup 255 () PUnit sUnit 50 dup ({}) sPlayer ends except a little more complex but you get the idea, nested structures. Now I know there is a confirmed bug n masm that gives you a "Nested Structure improperly initialized" error. So how do you get around this? Are there any work arounds, duct tape fixes, patches? Thanks, Ben
__________________________Mencken's Law:"For every human problem, there is a neat, simple solution; and it's always wrong."
"Computers in the future may weigh no more than 1.5 tons."- Popular Mechanics, forecasting the relentless march of science in 1949

This topic is closed to new replies.

Advertisement