Desktop Functions: Smart Device Functions:
|
hello (oleacc)
#include<windows.h> //using namespace std; #include<iostream> using namespace std; #define DLL_FUNC __declspec(dllexport) //DLL_FUNC int __cdecl Hello(int , int ); //cout << "loading" << endl; extern "C" {
DLL_FUNC int Hello(int a, int b) } Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|