Hi!
to EvilSOB

The line :
STmi.s_mi = str_create("something"); in the main function
creates a window error ....
acknex.exe has encountered a problem and needs to close. We are sorry for the inconvenience. Send or don't send report
If this line is placed outside any function (at the top) this message (crash) does not happen.
The line :
str_cpy(STmi.s_mi, "mmmm"); //This should work - but also look at main
does not work.
to GamerX
STRING* new_string = "blablabla"; // declared at the top of code
STmi.s_mi = new_string; // placed in the give_new_val ()
using both lines in the code gives me a crash and the same message as above.
The problems to this situation are :
first : declare in a structure
a .lettre or a .s_mi that will receive the
information that I want then to pick up later. (similar to .pan or .tilt)
second : this information will have to be posted in a panel.