Jump to content

Help with DllStructCreate / Calling C DLL functions


ernesthan
 Share

Recommended Posts

CPciInfo::CPciInfo()
{
    InitData();
    if( getdllstatus() == DLLSTATUS_NOERROR )
    {
        GetID();
        SetName();
        Exception();
        SearchAll();
    }
}

$DLLStatus = DllCall($dll, "none", "getdllstatus")

Please Help me~

Link to comment
Share on other sites

The first part of the code does not show the information you need to be able to make the proper dll calll.

Interpreters have great power!Although they live in the shadow of compiled programming languages an interpreter can do anything that a compiled language can do, you just have to code it right.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...