Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
expected pragma parameter to be '1', '2', '4', '8', or '16'
Remarks
The pragma parameter does not have the required value (1, 2, 4, 8, or 16).
Example
The following example generates C4086:
// C4086.cpp
// compile with: /W1 /LD
#pragma pack( 3 ) // C4086