Hitesh wrote:Hi,
If you are building the console application in MS Visual C++ 2010 Express, please ensure the following files are added to your project in the locations specified below:
- Header files - picoStatus.h & UsbPt104Api.h
- Resource files - UsbPt104.lib
- Source files - USBPT104con.c
This should build successfully although you may need to deal with some warnings from the compiler.
Regards,
Hi Hitesh,
I am working on the USB DrDAQ SDK and I added the 2 header, library file and the source file but i still get the following 2 errors when I debug the program:
Error 1 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup MSVCRTD.lib USBDrDAQcon
Error 2 fatal error LNK1120: 1 unresolved externals C:\Users\acer\Documents\Visual Studio 2008\Projects\USBDrDAQcon\Debug\USBDrDAQcon.exe USBDrDAQcon
any idea of whats going wrong?
thank you,