normally when you create component in XP it will also run on Windows 2000.
the message u got occurs when the calling dll has no reference to the called dll. actually this is impossible to happen since you can't compile the dll without the reference component.
but this will surely happen when the called dll is not within the same pc.
why don't you first check if the called dll really exist. then as an option, try to compile your component on a Win2K.
|