how can i transfer variable from one project to another?
for example should i write in one project:
extern int x;
x=1;
wnd in another i would like to write:
int y;
y=x;
i dont want to use assembly or writing to files but just the extern system with functions or vars.
Thanks, Aviv.
for example should i write in one project:
extern int x;
x=1;
wnd in another i would like to write:
int y;
y=x;
i dont want to use assembly or writing to files but just the extern system with functions or vars.
Thanks, Aviv.