I'm just starting out in C++ slowly intergrating it into Visual Basic 6 and .Net..
This is my Question I'm creating a Few DLL files in C++ and need help with Calling up the DLL in Visual Basic..
This is the Code i have but dont think its right
int(int* VAL1>=argv[1],VAL2>=argv[2])
The above is the line of code where i can get the Visual Basic to Read the DLL File I want to create in C++...
Any and all help with this is greatly appreciated ..Thxs in Advance..
This is my Question I'm creating a Few DLL files in C++ and need help with Calling up the DLL in Visual Basic..
This is the Code i have but dont think its right
int(int* VAL1>=argv[1],VAL2>=argv[2])
The above is the line of code where i can get the Visual Basic to Read the DLL File I want to create in C++...
Any and all help with this is greatly appreciated ..Thxs in Advance..