Thread: .dll and GUID
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ross[_7_] Ross[_7_] is offline
external usenet poster
 
Posts: 2
Default .dll and GUID

Hi
I have an app. that works on one PC but not another

I get an error messages that say "Libary or Fuction not found" or some thing like this.
I have looked at the refs and the same dll are on both PC's.

I guess it might be a dll version issue.

i have used the code Chip Pearson put up on his site (Thanks Chip!), to, load dll from the same file path as the PC that the programe is working on...bu

this is a bit crude, and might not work on all PCs

i am thinking now if i could used
" Application.VBE.ActiveVBProject.references.Item(X) .GUID

to try and match the dll from a working PC to find/match on ay other PC

So is this possible

Is GUID specific to each PC

ideas how to seach for a dll, using GUID

All idaes welcome!!

Cheer
Ros