Bug with /RESIDENT
Posted: Sun Aug 15, 2010 10:40 am
Is an array in a structure, you can create a Resident file.
To compile following code
gets you an empty res file.
PB 4.51 RC1 32bit
PB 4.50 64bit
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
Code: Select all
ERUP....5SERTCRS....TSNC....MACR....PROT....
PB 4.50 64bit