VB5 build issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jungle38
    New Member
    • Oct 2007
    • 2

    VB5 build issue

    Hi,

    I will try to explain this correctly...

    I'm building a program in VB5 with close to 15 forms. For some reason that I can`t understand, at some point whatever I change in the code and then re-build (F5), changes do not occur. Basically if I change some code within a .vb file, it will simply not produce the change. More, if I intentionaly create an error in the code, VB5 tells me about it in the Error list but still lets me Build and execute the previous build...

    Does anyone know about this?

    thx
    Gabe
  • Torgg
    New Member
    • Dec 2007
    • 41

    #2
    Gabe,

    It sounds like you are building an exe in a differant location then where you think you are. I would suggest that you try to compile again but instead of just clicking build exe, actualy navigate to the exe you want to replace and select it.
    The second suggestion would be to manualy delete the current exe and then re-build you appliation (you should NOT get a message asking if you would like to replace the extisting exe, because you just deleted it).

    I hope you find this helpfull,

    Torgg

    Comment

    Working...