Hi,
I am getting a trouble building a c file created by NI VISION. The c file is design for camera acquisition, the problem his that it his given me 5 errores
23 error LNK2019: .
I was using Visual c++ express 2005 edition, but I changed to Microsoft visual studio .NET, because I thougt that could be the problem.
I folowed the tips in
http://digital.ni.com/public.nsf/websearch/3139ebe28d28cfd6862567c500093c27?OpenDocument&Highlight=2,1O4JKDIN. and I still have errors. The only thing I didn´t do was inserting the
nitypes.h file , but i didn´t find it in the include directory, so I reinstalled 3 times all the NI VISION software and I still can´t find it.
These are the errors:
23 error LNK2019: unresolved external symbol __imp__imgClose@8 referenced in function _main
23 error LNK2019: unresolved external symbol __imp__imgGetAttribute@12 referenced in function _main
23 error LNK2019: unresolved external symbol __imp__imgInterfaceOpen@8 referenced in function _main
23 error LNK2019: unresolved external symbol __imp__imgSessionOpen@8 referenced in function _main
23 error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup
Hope somewone can help me.