The procedure entry point ...
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
Quote:
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!
Re: The procedure entry point ...
Quote:
Originally posted by urika
however if i double click the icon in the debug (the icon that runs the app)
how many table.dll's are there hanging around? sounds like your picking up an older version that does not have the function.
can you explain the statement (if i double click the icon in in the debug)