Page 1 of 1

Bug with /RESIDENT

Posted: Sun Aug 15, 2010 10:40 am
by hallodri
Is an array in a structure, you can create a Resident file.

To compile following code
pbcompiler.exe test.pb /RESIDENT test.res

Code: Select all

Structure Test
  Array myArray.s(0)
EndStructure

Structure Test2
  ar.TEst
EndStructure
gets you an empty res file.

Code: Select all

ERUP....5SERTCRS....TSNC....MACR....PROT....
PB 4.51 RC1 32bit
PB 4.50 64bit

Re: Bug with /RESIDENT

Posted: Mon Aug 16, 2010 9:21 pm
by Fred
That's because the whole structure is ignored when a dynamic element is found in it. Such structure aren't supported in residents for now.