- or download this
__declspec(dllimport) myTable myTableCreate();
- or download this
my $CreateTable = new Win32::API("myDll.dll","myTable myTable Create()
+");
- or download this
my $LoadTableFromFile = new Win32::API("myDll.dll","int myTableLoadFro
+mFile(char const* filename, LPMyTable pointToMyTable)")
- or download this
__declspec(dllimport) enum myStatus myTableLoadFromFile(char const* fi
+lename, MyTable* pointToMyTable);