Jump to content

Recommended Posts

Posted

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

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

Please Help me~

Posted

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.

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
  • Recently Browsing   0 members

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