Board index » delphi » Win3.x can't find my dlls with Delphi 1.0
jo...@umich.edu (Jody Lamkin)
![]() Delphi Developer |
Sat, 29 Jan 2000 03:00:00 GMT
Win3.x can't find my dlls with Delphi 1.0I have a Delphi 1.0 app that uses dlls that I wrote in MSVC++ v1.52c. I've tried the declarations for the functions in the dll in the FUNCTION DTMaxCase( Q : PCHAR ) : LONGINT; FAR; EXTERNAL FUNCTION DTMaxCase( Q : PCHAR ) : LONGINT; FAR; EXTERNAL I've tried it with the dll in the application directory, the windows I've also compiled both the application and the dll under both Win95 Does anyone have any idea what might be causing this? Do I have to Thanks for any help offered, |