i have an app that uses a few of my dlls.
if i run it from the visual c++ (press the "!" or something like it )everything is ok.
however if i double click the icon in the debug (the icon that runs the app)
i get this message
The procedure entry point?TableAppStarted@@_NA could not be located in the dynamic link library TableDll.dll
TableDll.dll is a dll that i use , TableAppStarted is a bool variable
that helps me to know if the app started fully or not .
i am using a new thread with every application that opens through a dll.
what does this error mean and how can i fix it ?
thank u!