|
-
January 1st, 2004, 06:39 AM
#1
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
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|