
September 17th, 2008, 06:26 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 2
Time spent in forums: 14 m 59 sec
Reputation Power: 0
|
|
|
How to find functions which call indirect other functions?
Hy guys!
How can I find functions which indirectly other functions!
Some functions occur errors:
tapi_rtss.lib(wmain.obj) : warning LNK4044: unrecognized option "manifestdependency:type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
rtxlibcmt.lib(findfile.obj) : error LNK2001: unresolved external symbol __imp__FindFirstFileA@8
rtxlibcmt.lib(findfile.obj) : error LNK2001: unresolved external symbol __imp__FindNextFileA@8
rtxlibcmt.lib(findfile.obj) : error LNK2001: unresolved external symbol __imp__FindClose@4
rtxlibcmt.lib(rename.obj) : error LNK2001: unresolved external symbol __imp__MoveFileA@8
..\..\..\..\Gen\Dbg\MiniWeb.rtss : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
But these functions will be called into other functions (systemfunctions)! We need to find and replace them! But how can I find those funtions ("Search in File" don't work)
Thx for help!
Add: Do know someone something about RTX (realtime) or another place where I can find some help?
|