Hi All,
I've known this stuff before, but forgotten it. I'm trying to compile a VERY large VB6 project and I'm getting a linker error:
![Name: LinkerError.gif
Views: 28
Size: 10.0 KB]()
Just to make sure VB6 was okay, I compiled a much smaller project, and that worked fine.
I also tried compiling this large project both from the IDE and from a batch file. Just FYI, here's my batch file command:
I'm thinking possibly the linker command line is too long, but I don't remember how to check this. Is there some way to get VB6 to show you the linker command? Also, any other ideas would be appreciated.
Regards,
Elroy
I've known this stuff before, but forgotten it. I'm trying to compile a VERY large VB6 project and I'm getting a linker error:
Just to make sure VB6 was okay, I compiled a much smaller project, and that worked fine.
I also tried compiling this large project both from the IDE and from a batch file. Just FYI, here's my batch file command:
Code:
"C:\Program Files (x86)\Microsoft Visual Studio\VB98\VB6" /MAKE "C:\Users\Elroy\Desktop\Shriners\Database\Source Code\PatientsAndServices.vbp"
Regards,
Elroy