You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I can merge sections into one, but how can I reorder data inside them so some struct is at the end of file (say I have int global variable, and I want it to appear at the end of file, after import data directory and other stuff)?
Andy Walldorff
unread,
Feb 23, 2006, 7:24:19 AM2/23/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
"qfel" <q_...@aster.pl> wrote in message news:dtiaj1$hv3$1...@inews.gazeta.pl...
You might want to see if the #pragma init_seq, or other directive will help.
qfel
unread,
Feb 25, 2006, 11:00:27 AM2/25/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
> You might want to see if the #pragma init_seq, or other directive will > help.
Nope, I want to force data order in final, merged section (I merge code and data along with import/export directories data).