I'm trying to make a simple dll using Pass32. It compiles properly and leaves a dll file, when I view it with the dependency viewer it says it has the right functions and everything , but when I try to use it in VB using

Code:
Private Declare Function GetArgument Lib "c:\pass32\CALCARG.DLL" (re As Double, im As Double) As Double
it says file not found, It's definatley the right path, I cut and pasted it from the dependency viewer. has anyone else had this problem with pass32 dlls? and what do I do about it?