Ryad L'Dz Posted April 20, 2015 Share Posted April 20, 2015 Bonjour j'essaie de commencer un projet mais il faut que je charge les fonction d'une dll codé en C++. Exemple du code que j'utilise pour charger la DLL en c++ : typedef int(__cdecl* Connectf)(const char*); Connectf Connect = (Connectf)GetProcAddress(LoadLibrary(L"CCAPI.DLL"), "CCAPIConnectConsole"); iIl fautdrait que j'essai d'adapter sa vous pensez que c'est possible ? :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.