
heres the link for the matrix fall source code:
download the matrix fall source code
|
Newbie Member
|
|
| 31Aug2008,20:01 | #1 |
|
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 |
|
Go4Expert Founder
|
![]() |
| 31Aug2008,21:06 | #2 |
|
Hey why don't you share the code and the bug here. People don't prefer to download and find bugs for you.
|
|
Newbie Member
|
|
| 31Aug2008,21:11 | #3 |
|
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.
|
|
Go4Expert Founder
|
![]() |
| 31Aug2008,21:21 | #4 |
|
Quote:
Originally Posted by mainframe |
|
Mentor
|
![]() |
| 1Sep2008,03:37 | #5 |
|
Comments are all in French...no, you can debug this one on your own.
|
|
Newbie Member
|
|
| 4Sep2008,16:56 | #6 |
|
i found the bug
http://simpleproject.open-design.be/...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. |