I have created a WIN32 console App which complies a runs OK. I am now trying to create a WIN32 App which will do exactly what the console App is doing. I have created a new Win32 App and Copied the relevent code from the console APP to the Win32 App including all the header files. I have also copied all the DLLs which i am using into the WIN32 App Directory.
When i now compile the Application i am getting an Undefined function, __am__ScSCalibrate when the function is ScSCalibrate and is Defined in one of the header files which i have copied over.
Does anyone know how i can use the same code and header files that i have previously created in the WIN32 console APP.
When i now compile the Application i am getting an Undefined function, __am__ScSCalibrate when the function is ScSCalibrate and is Defined in one of the header files which i have copied over.
Does anyone know how i can use the same code and header files that i have previously created in the WIN32 console APP.