I need some help. Badly - Page 2
Page 2 of 2 FirstFirst 1 2
Results 16 to 20 of 20

Thread: I need some help. Badly

  1. #16
    Registered User
    Join Date
    Jan 1999
    Location
    London, Great Britain
    Posts
    300

    Lightbulb

    [quote]Originally posted by confus-ed:
    But if he has 10,000 lines of code?
    <hr></blockquote>

    Exactly.

    A lesson hard learned but it highlights the importance of archiving off source code or using some form of version control software.

    At the very least (for home/college projects) a backup on disk every day is always worth while.
    I'd rather die peacefully in my sleep like my Grandfather,
    than screaming in terror like his passengers.
    Jim Harkins
    <a href="http://www.Horrible.Demon.co.uk/" target="_blank">http://www.Horrible.Demon.co.uk/</a>

  2. #17
    Registered User
    Join Date
    Dec 2000
    Location
    Circle Pines,MN,USA
    Posts
    805

    Post

    [quote]Originally posted by antonye:
    <strong>

    Exactly.

    A lesson hard learned but it highlights the importance of archiving off source code or using some form of version control software.

    At the very least (for home/college projects) a backup on disk every day is always worth while.</strong><hr></blockquote>

    I agree...must be a fairly new developer if he/she hasn't learned the very harsh lesson of lost code. I have helped friends code, because they messed up and lost it...not fun..

    Good luck...keep looking for it somewhere if you can.

  3. #18
    Registered User
    Join Date
    Sep 2000
    Posts
    503

    Post

    Yes decompilers exist for VB 6

    No they are not illegal

    Why are they useful? If you are a hardcore VB programmer you need to learn how to make your source code virtually useless when your application is decompiled. They only way to do this is to decompile your program and see if the code is accurate and readable.

    Why are they not useful? Every single variable in your source code is turned into a generic name, which makes it extremely hard to understand what is going on. Therefore if you lost your source code and your program is a descent size you might as well start over from scratch.

  4. #19
    Registered User
    Join Date
    Jan 1999
    Location
    London, Great Britain
    Posts
    300

    Post

    [quote]Originally posted by korpse:
    Yes decompilers exist for VB 6
    No they are not illegal
    <hr></blockquote>

    The decompiler itself may not be illegal but using it to decompile a program may be against the licensing terms given out with the software...
    I'd rather die peacefully in my sleep like my Grandfather,
    than screaming in terror like his passengers.
    Jim Harkins
    <a href="http://www.Horrible.Demon.co.uk/" target="_blank">http://www.Horrible.Demon.co.uk/</a>

  5. #20
    Registered User
    Join Date
    Sep 2000
    Posts
    1,965

    Post

    Ok....I think this one has run its course. Time to wrap this one up.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •