Error Compiling VB6 project from FB

I'm trying to compile a VB6 project using FinalBuilder.  It's worked before (just last week actually) and out of the seven VB6 projects I have to build this one is the only one that errors out.

I get the following error:

"Name conflicts with existing module, project, or object library"

Most interesting is that the project compiles fine from the IDE, I only get the error compiling from finalbuilder

Any ideas?

Hi Rob,

Have a look at the fbtemp.vbp file that FinalBuilder generates to run the compiler - maybe it’s been generated with some invalid options? (compare it against your original .vbp file). If this doesn’t give any clues, please email us a test case at support and we’ll take a look.

.t8

[sorry for the delay in replying…]

Thanks for getting back to me. I had thought I compared those files already, apparently I had not. Your advice was very helpful as I was able to correct my issue. My issue in case anyone ever does anything as silly… In the original project my title and ExeName are one value, and the Name is another (I love maintaning other peoples code). Using FB i was using a single variable to assign them all the same value. oops.

thanks again for the assist!

Great - thanks for letting us know.