https://stackoverflow.com/questions/55480803/how-to-set-and-get-value-of-fiptag My attempt: fipTag t; t.setType(FIDT_LONG); t.setKey("FrameTime");long l = 128; t.setValue(&l); // supposedly this set the tag value to 128 long // However.. const long * lo = static_cast<const long*> ( t.getValue() ); cout << "t.getValue() " << *lo << " ?? doesn't look right" << endl; // 847909360 cout << "l == *lo " << (l == *lo) << endl; // false What's up? How do we correctly set and get the value of a fipTag in ...
https://stackoverflow.com/questions/55480803/how-to-set-and-get-value-of-fiptag My attempt: fipTag t; t.setType(FIDT_LONG); t.setKey("FrameTime");long l = 128; t.setValue(&l); supposedly this set the tag value to 128 long However.. const long * lo = static_cast<const long*=""> ( t.getValue() ); cout << "t.getValue() " << lo << " ?? doesn't look right" << endl; // 847909360 cout << "l == lo " << (l == *lo) << endl; // false</const> What's up? How do we correctly set and get the value of a fipTag in...
same here,
Find, automatically selects find text box
summary: "Find" (Ctrl-F) in v2.02 does not go back to beginning of file --> Search...
Give ability to copy error messages from the "build output"
Hangs when saving file inside dropbox folder