RCDATA Begins on 32-Bit Boundary in Win32

ID: Q84081


The information in this article applies to:

RCDATA is guaranteed to begin on a DWORD boundary. However, the strings and the integers specified in the statement are not aligned by the Resource Compiler (RC)

   RCDATA statement:

   resname RCDATA
   BEGIN

       0,0,

   END 

The definition of RCDATA is not changed. The strings and integers specified in the statement, 0 in this case, are not aligned on the DWORD boundary. However, the beginning of the data is DWORD-aligned.

Additional query words: 3.10 3.50 4.00 95


Keywords          : 
Version           : 
Platform          : 
Issue type        : 

Last Reviewed: March 4, 1999