the matrix fall 3d screensaver has a bug it cannot write words with the letter Z,try to write paralyze and freeze and it does not works. heres the link for the matrix fall source code: download the matrix fall source code
Hey why don't you share the code and the bug here. People don't prefer to download and find bugs for you.
i cant i dont have visual basic or c++ installed anyhow i dont know c++ and i cant know which part of the code is damaged.
i found the bug http://simpleproject.open-design.be/files/2_matrix_fall_3d_sources.zip The code for the real version is actually VB6. The bug is in ClsTitre2.cls. There's a couple of huge select case blocks that map characters to positions on the logical texture grid. There is no "z" in that. Since he is using global variables, that explains why you're getting duplicates of the previous character (as it's retaining its value). You'll obviously need to add "z" to those blocks.