Page 1 of 1

Structure Viewer - does not show Alignment

Posted: Wed Jun 06, 2018 4:23 pm
by fryquez
As the title says, The IDE Structure Viewer does not show The Align option.

For example it shows

Code: Select all

Structure MODULEINFO
  *lpBaseOfDll
  SizeOfImage.l
  *EntryPoint
EndStructure
But in the residents it's seems to be correctly saved as:

Code: Select all

Structure MODULEINFO Align #PB_Structure_AlignC
  *lpBaseOfDll
  SizeOfImage.l
  *EntryPoint
EndStructure

Re: Structure Viewer - does not show Alignment

Posted: Mon Dec 10, 2018 9:34 pm
by Fred
It's not stored in the resident file, the IDE has no way to know this information. Could be added though for better precision.