When I link to the TiNG DLL why does the system complain that it cannot find functions of the form: '_, e.g. sm_channel_alloc_placed_i12ic1i '?
The TiNG DLL now exports all API functions with an API version lock. If the API changes the customer is forced to rebuild the application as the headers and DLL no longer match.
Delete old DLL or move old DLL so that the system finds only current DLLs. Rebuild application with new headers if this has not already been done. Ensure that the DLL version in use matches that of the libraries/headers.