ernesthan Posted September 13, 2010 Posted September 13, 2010 CPciInfo::CPciInfo() { InitData(); if( getdllstatus() == DLLSTATUS_NOERROR ) { GetID(); SetName(); Exception(); SearchAll(); } } $DLLStatus = DllCall($dll, "none", "getdllstatus") Please Help me~
FaT3oYCG Posted September 13, 2010 Posted September 13, 2010 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.
ernesthan Posted September 13, 2010 Author Posted September 13, 2010 $iDllStatus = DllCall("SomeDll.dll", "dword", "getdllstatus") ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now