Jump to content

CALL a dll ?


Recommended Posts

Hello,

Do you know how to call a dll with this c++ code ?

BOOL APIENTRY DllMain( HANDLE hModule, 
                       DWORD  ul_reason_for_call, 
                       LPVOID lpReserved
                     )
{
    return TRUE;
}

   double APIENTRY fonction(void)
   {

...code...

return 0;
   }

DLLCall("mydll.dll","int","fonction","...) something like that ? (I really dont know :))

Thanks

Link to comment
Share on other sites

This is not a C++ support forum here u only find about autoit scripts help??? :)

i'm very responsible, when ever something goes wrong they always say I'm responsible.Life is like an Adventure... BUT COOL GRAPHICS<====================----=LEGEND KILLER=----=========================>

Link to comment
Share on other sites

  • Developers

DLLCall("mydll.dll","int","fonction","...) something like that ? (I really dont know :P)

This is not a C++ support forum here u only find about autoit scripts help??? :)

Point being ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...