re-compile dll, forces reset of reference to that dll in other project...is this right?

S

spiffo

Ultimately I will access both dll's working on here in vb6, thru Excel VBA,
but for now, just working on them thru vb6 interface...)

I have one project as activeX dll... it is a work in progress so it needs
re-compile a few times a day...

I have another project (also activeX dll) that has a ref to the first, as it
uses some classes in the first... prob is when I re-compile the first, then
go back into #2 to run it, it will not compile, telling me that it can not
find a ref to the 1st!

I then have to manualy uncheck the ref to the first, save #2, re-add the ref
to #1, then it will work... ugh... sorry, I am new to vb6, and VBA... is
this how it works, or am I missing some step etc... that would prevent this
issue??? I swear it seems like it worked fine a few times without the reset
ref issue before it started happening, but I am not sure...

thx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top