Menu

Toolbar issue when compiling NP5.0.3 from src

roee_f
2008-08-12
2012-11-13
  • roee_f

    roee_f - 2008-08-12

    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
       

     
    • Musashi Yamada

      Musashi Yamada - 2008-08-13

      Hi

      I have also encountered the phenomenon by Visual C++ 2008.
      It solved by Visual C++ 2005.

      I don't understand a cause.

      Regards