Linking Error
-
Hi All, I am getting the error while building the project. What can be cause of this error...... names.obj : error LNK2001: unresolved external symbol _f002procedure_coverage_informat names.obj : error LNK2001: unresolved external symbol _f000close_coverage_data_output_ names.obj : error LNK2001: unresolved external symbol _f000open_coverage_data_output_s names.obj : error LNK2001: unresolved external symbol _f000finish_coverage_measurement names.obj : error LNK2001: unresolved external symbol _initialize_code_coverage_module run.obj : error LNK2001: unresolved external symbol _initialize_code_coverage_module Debug_Test/ext_tests.exe : fatal error LNK1120: 77 unresolved externals
-
Hi All, I am getting the error while building the project. What can be cause of this error...... names.obj : error LNK2001: unresolved external symbol _f002procedure_coverage_informat names.obj : error LNK2001: unresolved external symbol _f000close_coverage_data_output_ names.obj : error LNK2001: unresolved external symbol _f000open_coverage_data_output_s names.obj : error LNK2001: unresolved external symbol _f000finish_coverage_measurement names.obj : error LNK2001: unresolved external symbol _initialize_code_coverage_module run.obj : error LNK2001: unresolved external symbol _initialize_code_coverage_module Debug_Test/ext_tests.exe : fatal error LNK1120: 77 unresolved externals
Check if you added to the Visual Environment, as a first step, the correct configuration for external libreries: * Open Visual * Choose menu "Tools" and select "Options" * In "Projects and Solutions" and go to "VC++ Directories" * Show directories for "Library Files" and "Include files" * Add your libraries and includes you need for your project. This is the most common error while linking ;)
-
Check if you added to the Visual Environment, as a first step, the correct configuration for external libreries: * Open Visual * Choose menu "Tools" and select "Options" * In "Projects and Solutions" and go to "VC++ Directories" * Show directories for "Library Files" and "Include files" * Add your libraries and includes you need for your project. This is the most common error while linking ;)
-
This application is in vc6 and I have no much idea about vc6...Could you tell me how to do in vc6