Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Making of DLLS automatically


1 reply to this topic

anand_sun

anand_sun
  • Members
  • 1 posts

Posted 05 April 2002 - 10:55

HI,
I have abt 7 VBP files which are referenced to each other.
The references are saved in each VBP.I just wanted to know is there any way to create dll (abt 7dlls for 7 VBP files) automatically by writing a batch file and also to  register the same in the com+.



wyrdfish

wyrdfish
  • Members
  • 8 posts

Posted 10 April 2002 - 11:17

You can call VB6 from the command line in your batch file.
see VB6 command line

You will need to work out the build order of your dependent dlls.
Standard Registration is done as you compile.

Dave W.
A tad off post Btw.