Hello,
I'm trying to compile NP5.0.3 (and the latest SVN tarball).
Compilation passes fine, but the resulted executable does not display the toolbar (even when checking/un-checking the hide option in settings).
From what I can see:
bool ReBar::getIDVisible(int id) {
int index = (int)SendMessage(_hSelf, RB_IDTOINDEX, (WPARAM)id, 0);
if (index == -1 )
return false; //error <-- we get here!!
It seems that there is a failure in ReBar::addBand.
Is the 5.0.3 was really compiled from the 5.0.3.src package?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to compile NP5.0.3 (and the latest SVN tarball).
Compilation passes fine, but the resulted executable does not display the toolbar (even when checking/un-checking the hide option in settings).
From what I can see:
bool ReBar::getIDVisible(int id) {
int index = (int)SendMessage(_hSelf, RB_IDTOINDEX, (WPARAM)id, 0);
if (index == -1 )
return false; //error <-- we get here!!
It seems that there is a failure in ReBar::addBand.
Is the 5.0.3 was really compiled from the 5.0.3.src package?
Thanks
Hi
I have also encountered the phenomenon by Visual C++ 2008.
It solved by Visual C++ 2005.
I don't understand a cause.
Regards