Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setup Wizard Question Pin
Rangarajan Varadan14-Oct-08 16:56
Rangarajan Varadan14-Oct-08 16:56 
Questionmap of lists of pointers Pin
Laan8213-Oct-08 7:05
Laan8213-Oct-08 7:05 
QuestionRe: map of lists of pointers Pin
David Crow13-Oct-08 7:39
David Crow13-Oct-08 7:39 
AnswerRe: map of lists of pointers [modified] Pin
Laan8213-Oct-08 7:57
Laan8213-Oct-08 7:57 
AnswerRe: map of lists of pointers Pin
Jason Hamilton14-Oct-08 5:04
Jason Hamilton14-Oct-08 5:04 
Questionhelp: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 4:59
lyjqhjcplusplus13-Oct-08 4:59 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 5:39
Roger Stoltz13-Oct-08 5:39 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 5:57
lyjqhjcplusplus13-Oct-08 5:57 
Thanks Roger.

The "ERR, hr" shows "The specified module could not be found." as you suggested.

Below is the Output message:
'Wrapper.exe': Loaded 'C:\Data\Feb252008\New_Agent\EXT\DLL\Wrapper.exe', Symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_c8452471\mfc80ud.dll', Symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll', Symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_91481303\mfc80ENU.dll', Binary was not built with debug information.
'Wrapper.exe': Loaded 'C:\Data\Feb252008\New_Agent\EXT\DLL\RemoteInventoryD.DLL', Symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\version.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll', No symbols loaded.
'Wrapper.exe': Unloaded 'C:\Data\Feb252008\New_Agent\EXT\DLL\EXT.DLL'
'Wrapper.exe': Unloaded 'C:\WINDOWS\system32\netapi32.dll'
'Wrapper.exe': Unloaded 'C:\WINDOWS\system32\version.dll'

My guess is somehow, it unloaded DLL, as
'Wrapper.exe': Unloaded 'C:\Data\Feb252008\New_Agent\EXT\DLL\EXT.DLL'.

If I took out the following line:
FileHandle = ConvertFile( filename ) from EXT.DLL, Then everything is fine.
@ERR, hr return S_OK and below is the Output:
'Wrapper.exe': Loaded 'C:\Data\Feb252008\New_Agent\EXT\DLL\Wrapper.exe', Symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_c8452471\mfc80ud.dll', Symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll', Symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_91481303\mfc80ENU.dll', Binary was not built with debug information.
'Wrapper.exe': Loaded 'C:\Data\Feb252008\New_Agent\EXT\DLL\EXT.DLL', Symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\version.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll', No symbols loaded.
'Wrapper.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_c8452471\mfc80d.dll', Symbols loaded.
EXT.DLL Initializing!

As I said before, EXT.dll linked w/ 3rd party lib, which exports FileHandle = ConvertFile( filename ) method.

Thanks a lot in advance for your help.

Developer
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 6:17
Roger Stoltz13-Oct-08 6:17 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 6:34
lyjqhjcplusplus13-Oct-08 6:34 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
led mike13-Oct-08 6:53
led mike13-Oct-08 6:53 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 7:03
Roger Stoltz13-Oct-08 7:03 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 7:04
lyjqhjcplusplus13-Oct-08 7:04 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
led mike13-Oct-08 7:25
led mike13-Oct-08 7:25 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 7:02
Roger Stoltz13-Oct-08 7:02 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 8:13
lyjqhjcplusplus13-Oct-08 8:13 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 20:42
Roger Stoltz13-Oct-08 20:42 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
led mike13-Oct-08 5:40
led mike13-Oct-08 5:40 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 5:59
lyjqhjcplusplus13-Oct-08 5:59 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Hungry Developer13-Oct-08 19:34
Hungry Developer13-Oct-08 19:34 
NewsRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 20:34
Roger Stoltz13-Oct-08 20:34 
QuestionQuestion about services... Pin
Green Fuze13-Oct-08 4:52
Green Fuze13-Oct-08 4:52 
AnswerRe: Question about services... Pin
Roger Stoltz13-Oct-08 5:11
Roger Stoltz13-Oct-08 5:11 
GeneralRe: Question about services... Pin
Green Fuze13-Oct-08 22:40
Green Fuze13-Oct-08 22:40 
AnswerRe: Question about services... Pin
David Crow13-Oct-08 7:44
David Crow13-Oct-08 7:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.