Click here to Skip to main content
15,914,066 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Access Violation During adding items in List Control ( CXListCtrl ).... Pin
Rage18-Aug-05 0:13
professionalRage18-Aug-05 0:13 
GeneralCombobox control Pin
mikobi17-Aug-05 23:13
mikobi17-Aug-05 23:13 
GeneralRe: Combobox control Pin
toxcct17-Aug-05 23:21
toxcct17-Aug-05 23:21 
GeneralDLL spying Pin
Imtiaz Murtaza17-Aug-05 23:10
Imtiaz Murtaza17-Aug-05 23:10 
GeneralRe: DLL spying Pin
Cedric Moonen17-Aug-05 23:17
Cedric Moonen17-Aug-05 23:17 
GeneralRe: DLL spying Pin
Imtiaz Murtaza17-Aug-05 23:27
Imtiaz Murtaza17-Aug-05 23:27 
GeneralRe: DLL spying Pin
BlackDice18-Aug-05 3:06
BlackDice18-Aug-05 3:06 
GeneralRe: DLL spying Pin
Blake Miller18-Aug-05 4:51
Blake Miller18-Aug-05 4:51 
Do you mean 'real time' or 'run time'. I DO KNOW that people get the two terms confused.
If you indeed meant RUN TIME, then attach to your program with the debugger and single step through it. You can also write a hooking routine to catch LoadLibrary calls, which will alert you to another DLL being loaded. With a DLL loadded, it will consume a certain range of memory. Watch for the CPU instruction pointer to go into that range of memory - a clue that the DLL's code is being executed. Needless to say, DllMain will have to be called within the DLL, but you can probably filter that one out. You cna probably use DumpBin to get the offset addresses of the functions wihtin the DLL. If you could map those against its load address, then you would know which addresses more specifically relate to which functions within the DLL.

GeneralRe: DLL spying Pin
fat_boy19-Aug-05 4:12
fat_boy19-Aug-05 4:12 
GeneralRe: DLL spying Pin
fat_boy19-Aug-05 4:13
fat_boy19-Aug-05 4:13 
Generalunicode Pin
hamidreza_buddy17-Aug-05 23:03
hamidreza_buddy17-Aug-05 23:03 
GeneralRe: unicode Pin
toxcct17-Aug-05 23:10
toxcct17-Aug-05 23:10 
GeneralRe: unicode Pin
hamidreza_buddy17-Aug-05 23:45
hamidreza_buddy17-Aug-05 23:45 
GeneralRe: unicode Pin
toxcct17-Aug-05 23:57
toxcct17-Aug-05 23:57 
GeneralRe: unicode Pin
hamidreza_buddy18-Aug-05 5:15
hamidreza_buddy18-Aug-05 5:15 
GeneralRe: unicode Pin
try8818-Aug-05 6:53
try8818-Aug-05 6:53 
GeneralRe: unicode Pin
Jose Lamas Rios18-Aug-05 2:35
Jose Lamas Rios18-Aug-05 2:35 
GeneralRe: unicode Pin
David Crow18-Aug-05 2:58
David Crow18-Aug-05 2:58 
Generallistbox!!!!!!!!!!!!!! Pin
Member 214683917-Aug-05 22:25
Member 214683917-Aug-05 22:25 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct17-Aug-05 22:34
toxcct17-Aug-05 22:34 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683917-Aug-05 23:46
Member 214683917-Aug-05 23:46 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct17-Aug-05 23:52
toxcct17-Aug-05 23:52 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683918-Aug-05 0:09
Member 214683918-Aug-05 0:09 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct18-Aug-05 0:10
toxcct18-Aug-05 0:10 
General@toxcct Pin
Member 214683918-Aug-05 0:22
Member 214683918-Aug-05 0:22 

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.