I'm currently using Visual Studio.net C++ and embedded SQL. Whenever I try to build a solution, I'm experiencing the following errors related to my functions. This is happening after it compiles fine, but then tries to link.
error LNK2019: unresolved external symbol _disconnect_from_sql_server referenced in function _report_processing
error LNK2019: unresolved external symbol _get_winder_vals referenced in function _report_processing
Can anyone help????
error LNK2019: unresolved external symbol _disconnect_from_sql_server referenced in function _report_processing
error LNK2019: unresolved external symbol _get_winder_vals referenced in function _report_processing
Can anyone help????