Home > Software engineering >  On ug secondary development cannot resolve external symbols, in a great god for help
On ug secondary development cannot resolve external symbols, in a great god for help

Time:09-21

Need two lib, libugopenint. Lib and libufun lib have added
12 can't parse error and the error LNK1120: external command G: \ \ Program/UG/application/Feature_Fun \ Release \ Feature_Fun DLL 1 1 Feature_Fun
Error and the error LNK2001: cannot resolve the external symbol of __imp__UF_free G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Error 1 error LNK2001: cannot resolve the external symbol of __imp__UF_initialize G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Error 10 error LNK2001: cannot resolve the external symbol of __imp__UF_MODL_ask_exp_tag_string G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
8 error error LNK2001: cannot resolve the external symbol of __imp__UF_MODL_ask_exps_of_feature G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Error 9 error LNK2001: cannot resolve the external symbol of __imp__UF_MODL_ask_feat_name G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Error and the error LNK2001: cannot resolve the external symbol of __imp__UF_OBJ_cycle_objs_in_part G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Mistake 3 error LNK2001: cannot resolve the external symbol of __imp__UF_PART_ask_nth_part G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Error 2 error LNK2001: cannot resolve the external symbol of __imp__UF_PART_ask_num_parts G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Mistake 4 error LNK2001: cannot resolve the external symbol of __imp__UF_PART_ask_part_name G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Error 12 error LNK2001: cannot resolve the external symbol of __imp__UF_terminate G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Mistake 5 error LNK2001: cannot resolve the external symbol of __imp__UF_UI_open_listing_window G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun
Error 6 error LNK2001: cannot resolve the external symbol of __imp__UF_UI_write_listing_window G: \ \ Program/UG/application/Feature_Fun \ Feature_Fun \ Feature_Fun obj Feature_Fun

CodePudding user response:

Confirm the lib path have been correctly configured?

CodePudding user response:

This should still.lib file didn't set up

CodePudding user response:

Is due to the Debug debugging platform and UG library file conflict, the engineering properties - vc + + libraries - contains library and library directory to add 64 UG UG open folder, and then behind VS Debug x86 - editor - new - AMR X64 sure, selected from the drop-down menu in to run the program or generated solution, there is no mistake
  • Related