Just ran a quick test w/VB6 Pro sp6. Duplication like that generates a compile time error so it's not likely we'll find such an animal in working VB code.
Announcement
Collapse
No announcement yet.
Conventions
Collapse
X
-
Originally posted by StanHelton View PostJust in case anybody's wondering, the class module is dependent on the code line parser so that has to be usable before I can go much further with it.
Comment
-
-
Originally posted by Chris Holbrook View PostStan, in what way dependent? The lexer (parser) will populate some of these structures but requires rules to do so. Am I missing something?Do not go quiet into that good night,
... Rage, rage against the dark.
Comment
-
-
System Structure
I've uploaded v4 of the System FlowChart. There are 2 prototypes in this version. I favor the second one because I think it reflects our general consensus on how vb2pb should look. It's also a better guideline for defining the limits of the various modules we'll have to develop.
Please take a look at it. Offer ideas, suggestions, insults as you feel motivated. When we get this finalized it's a roadmap to the first release.
I've started a new thread called "SourceCode Only". Let's use this for source code until we get the SVN fully functional. Make things easier to find and work on.
Thanks,
StanDo not go quiet into that good night,
... Rage, rage against the dark.
Comment
-
Comment