PDA

Click to See Complete Forum and Search --> : Pass32 dlls


Sam Finch
Oct 27th, 2000, 11:12 AM
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

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?

t_apithorn
Nov 13th, 2000, 10:10 AM
Could you send me ' PASS32 ", please.
t_apithorn@hotmail.com

Sam Finch
Nov 13th, 2000, 11:16 AM
http://www.geocities.com/SiliconValley/Bay/3437/

Paul282
Nov 14th, 2000, 04:37 AM
Have you looked at it in a DLL export viewer to be sure you've exported the functions right?

Never touched Pass32, I write my win32 DLLs in powerbasic because activeX dlls sh*t me

If you email it to me at pdwyer@ap.att.com I can check the exports for you.

Cheers