--------------------Configuration ProberStatusCheck - Win32 Debug--------------------CompilingProberStatusCheckcd外部带出gpib通信proberstatuscheckc34 warning C4101 fp unreferenced local variableLinkingPro
The code is compiling and linking, but there are several unresolved external symbols. These symbols are likely functions or variables that are declared but not defined in the code.
The warning C4101 indicates that the variable 'fp' is declared but not used in the code.
To resolve the unresolved external symbol errors, you need to ensure that the functions or variables declared in the code are defined or linked properly. This may involve including the necessary headers or libraries, or implementing the missing functions or variables.
Once the unresolved external symbol errors are resolved, the code should compile and link successfully
原文地址: http://www.cveoy.top/t/topic/ieB5 著作权归作者所有。请勿转载和采集!