Σημείωμα
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
'section_name_1' and 'section_name_2' cannot be merged into different sections
Remarks
The linker detected a section merge that's not allowed, because section_name_1 and section_name_2 must be merged into the same section. For example, this error occurs if the linker detects an attempt to merge the .stls section and the .tls section into different sections.
To correct this error
Check the /MERGE option on the linker command line for this issue.