Menu

Strange Look under Windows XP

Help
Konstantin
2010-04-19
2012-10-22
  • Konstantin

    Konstantin - 2010-04-19

    Hello again,

    compiled GuidoEngine and GuidoQt under Windows XP with Visual Studio 2008 and
    Qt 4.6.0. On Ubuntu my program works and looks ok, so the examples do under
    Ubuntu and XP. But after compiling under XP the main view which should show
    treble clef and c d e f g shows following:
    Am I missing something? How are the examples compiled?

    Konstantin

     
  • Konstantin

    Konstantin - 2010-04-20

    Sorry, ignore my question. I fixed it with putting the guido2.ttf into the
    path.

     
  • Konstantin

    Konstantin - 2010-04-21

    I was too fast. There is a problem I can't understand. My application now
    shows the right symbols, but every symbol has got a blue rectangle border. The
    pre compiled examples in "GuidoQtApplsWin32-2.10" work good, so I compiled the
    Qt examples (GuidoSceneComposer) by myself... now the examples have the same
    problem.
    My workspace: sources from today (svn, branch: mapping), guido.ttf from
    branch/mapping/src, Qt 4.6.0, Visual Studio 2008.

     
  • Dominique Fober

    Dominique Fober - 2010-04-22

    This is because you compiled a debug version (_DEBUG defined): in debug mode,
    the system draws the elements bounding boxes. This behavior is now removed
    from the latest versions since alternate ways exist to draw these bounding
    boxes (currently provided on the mapping branch only).
    --
    Dominique

     
  • Konstantin

    Konstantin - 2010-04-22

    Aaa, thank you again!

    Konstantin

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.