PDA

View Full Version : How can I read the binary from the log ?


pjaiswal
02-08-2006, 01:11 PM
Hello,

I need to get the name of the binary, after a Make VB6 compiles a vb project. Is there a way to read the dll name from the log?

Thanks.

kinook
02-10-2006, 08:00 AM
There's nothing built-in for that. You would need to parse the .vbp file to get it.