Results 1 to 2 of 2

Thread: loading a dll & chmod and windows

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    loading a dll & chmod and windows

    1. php can load vc++ dll and use it's functions?

    2. chmode doen't work on windows, how can I change the file attributes on windows?

  2. #2
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    1) If this is a simple DLL there is no way yet to run it from PHP. If the DLL contains a COM server you may be able to access it if it implements the IDispatch interface.

    2) you can't
    Last edited by phpman; Jan 12th, 2003 at 06:08 PM.

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