Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Command line compiling problem


Message #1 by John Pirkey <mailjohnny101@y...> on Tue, 13 Mar 2001 12:42:14 -0800 (PST)
I've been working on an auto-build application.  Everything's been going fine until
recently.  I've been testing my auto-build process with an app that is fairly
complicated. Here's the layout:

DLL
   Data Access - No Transaction Support
DLL
   Data Access - With Transaction Support
DLL
   Business Process and Data Validation - uses the two data access DLL's
DLL
   Reporting Procedures - uses the business processes DLL
EXE
   Uses the reporting procedures and business processes DLL's

All the DLL's are being compiled just fine, but when i come to the EXE it fails,
saying "No Public Createble Object Found".  But, when i open the vbp with the VBIDE
and compile - it works just fine.  All the GUID's are managed correctly and they are
updated in the VBP if they changed with the latest compile.  So, i dont think it's a
reference problem. 

In a nutshell - compiling with the UI works, but when called from the command line
it doesn't.

Any and all ideas are welcome.

Thanks,

John

=====

---------------------------- 
John Pirkey 
MCSD 
John@S... 
http://www.stlvbug.org

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

  Return to Index