Mandy, Run is not exactly the same as the compiled EXE and DLLs.
One thing you could try would be changing the debug option to break on all errors. It is a painful process but often odd behaviour in the program suddenly manifests itself in the IDE, where before it was working perfectly. Has something to do with the way the linker optimises code! Matt ----- Original Message ----- From: "mandy_vb6" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, February 25, 2005 2:22 PM Subject: [vbhelp] Re: DLL's - VB 6 > > > Could I ask just one more question? Am I right in saying that there > can be nothing wrong with my code if the application works perfectly > in VB runtime and that the problem must be with the way it is > registering DLL's on the server? Thanks again! > > --- In [email protected], "Shawn K. Hall" <[EMAIL PROTECTED]> wrote: > > Hi Mandy, > > > > > It all works fine in the project but then when I have > > > done a setup and reference the registered DLL's, the > > > fifth class can not reference a class in the fourth > > > DLL - no matter what I do. > > > > Have you tried unregistered the fifth dll, rebooting and then > > reregistering it? > > > > Regsvr32 /u dll5.dll > > *Reboot* > > Regsvr32 dll5.dll > > > > Regards, > > > > Shawn K. Hall > > http://12PointDesign.com/ > > http://ReliableAnswers.com/ > > > > '// ======================================================== > > We must believe in free will. We have no choice. > > > > > > > '// ======================================================= > Rules : http://ReliableAnswers.com/List/Rules.asp > Home : http://groups.yahoo.com/group/vbHelp/ > ======================================================= > Post : [email protected] > Join : [EMAIL PROTECTED] > Leave : [EMAIL PROTECTED] > '// ======================================================= > > Yahoo! Groups Links > > > > > > > > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.300 / Virus Database: 266.3.0 - Release Date: 21-Feb-2005 > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.3.0 - Release Date: 21-Feb-2005 '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
