1. dll
- Posted by =?iso-8859-1?B?CAc=?= <mwfch at MWEB.CO.ZA> Jan 07, 2000
- 359 views
------=_NextPart_000_0007_01BF58B9.5F1D1A00 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When I try to open a .dll file , it returnes 0 . I even type the = directory : c:\\windows\\<whatever>.dll I also tried : c:\windows\<whatever>.dll I even copy the dll file to the include & bin dir, but it also does not = work . Thanks for any help . ------=_NextPart_000_0007_01BF58B9.5F1D1A00 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial>When I try to open a .dll file , it returnes 0 . = I even=20 type the directory :</FONT></DIV> <DIV>c:\\windows\\<whatever>.dll</DIV> <DIV>I also tried :</DIV> <DIV>c:\windows\<whatever>.dll</DIV> <DIV>I even copy the dll file to the include & bin dir, but it also = does not=20 work .</DIV> ------=_NextPart_000_0007_01BF58B9.5F1D1A00--
2. Re: dll
- Posted by "Thomas Parslow (PatRat)" <patrat at INAME.COM> Oct 02, 2000
- 368 views
> When I try to open a .dll file , it returnes 0 . I even type the directory : > c:\\windows\\<whatever>.dll > I also tried : > c:\windows\<whatever>.dll > I even copy the dll file to the include & bin dir, but it also does not work . > Thanks for any help . Hi, Most dlls are in c:\windows\system, but you don't need to provide the path. For example, to load to user32.dll you would use: include dll.e constant USER32=open_dll("user32.dll") Also, make sure your using exw and not ex, you can only use dlls from win32 programs. Thomas Parslow (PatRat) ICQ #:26359483 Rat Software http://www.ratsoft.freeserve.co.uk/ Please leave quoted text in place when replying