Results 1 to 4 of 4

Thread: Pass32 dlls

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    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?

  2. #2
    Junior Member
    Join Date
    May 2000
    Location
    Posts
    25

    Unhappy

    Could you send me ' PASS32 ", please.
    [email protected]

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089

  4. #4
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    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 [email protected] I can check the exports for you.

    Cheers
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width