Click here to Skip to main content
15,923,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using OpenProcess Pin
capricious_0012-Jul-06 4:08
capricious_0012-Jul-06 4:08 
QuestionAssertion faliur when window is min and then max [modified] Pin
Tara142-Jul-06 1:18
Tara142-Jul-06 1:18 
AnswerRe: Assertion faliur when window is min and then max [modified] Pin
ovidiucucu2-Jul-06 2:14
ovidiucucu2-Jul-06 2:14 
GeneralRe: Assertion faliur when window is min and then max Pin
Tara142-Jul-06 2:34
Tara142-Jul-06 2:34 
GeneralRe: Assertion faliur when window is min and then max Pin
ovidiucucu2-Jul-06 21:29
ovidiucucu2-Jul-06 21:29 
GeneralRe: Assertion faliur when window is min and then max Pin
Tara142-Jul-06 21:48
Tara142-Jul-06 21:48 
AnswerRe: Assertion faliur when window is min and then max Pin
Hamid_RT2-Jul-06 19:22
Hamid_RT2-Jul-06 19:22 
QuestionCRichEditCtrl - calculate how many visible lines? Pin
rambuts2-Jul-06 1:11
rambuts2-Jul-06 1:11 
Questionreverse of QueryDosDevice Pin
Mila0251-Jul-06 23:52
Mila0251-Jul-06 23:52 
AnswerRe: reverse of QueryDosDevice Pin
Randor 2-Jul-06 0:20
professional Randor 2-Jul-06 0:20 
Questionscrolling text Pin
locoone1-Jul-06 22:04
locoone1-Jul-06 22:04 
AnswerRe: scrolling text Pin
ovidiucucu2-Jul-06 2:25
ovidiucucu2-Jul-06 2:25 
QuestionWhy can't this code translate VK_UP into VK_SHIFT+VK_TAB Pin
zouchao11121-Jul-06 21:55
zouchao11121-Jul-06 21:55 
QuestionExisting File [modified] Pin
Moujan1-Jul-06 19:58
Moujan1-Jul-06 19:58 
AnswerRe: Existing File Pin
Taka Muraoka1-Jul-06 20:07
Taka Muraoka1-Jul-06 20:07 
GeneralRe: Existing File Pin
Moujan1-Jul-06 20:35
Moujan1-Jul-06 20:35 
Questionduplicate definitions Pin
Moujan1-Jul-06 17:17
Moujan1-Jul-06 17:17 
AnswerRe: duplicate definitions Pin
Steve Echols1-Jul-06 18:03
Steve Echols1-Jul-06 18:03 
GeneralRe: duplicate definitions Pin
Moujan1-Jul-06 18:22
Moujan1-Jul-06 18:22 
QuestionSystem Wide hook for file save as dialog in All applications Pin
Mo12341-Jul-06 6:46
Mo12341-Jul-06 6:46 
AnswerRe: System Wide hook for file save as dialog in All applications Pin
James Brown1-Jul-06 22:05
James Brown1-Jul-06 22:05 
GeneralRe: System Wide hook for file save as dialog in All applications Pin
Mo12343-Jul-06 12:08
Mo12343-Jul-06 12:08 
QuestionLabel click in ListView triggers audio DLL:s? Pin
Mattias G1-Jul-06 2:41
Mattias G1-Jul-06 2:41 
Hi all,

When I click in a label in my (heavily subclassed) ListView, I get the following DLL:s loaded:

<br />
Loaded 'C:\WINDOWS\SYSTEM32\winmm.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\fireface_mme.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\setupapi.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\wintrust.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\crypt32.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\msasn1.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\imagehlp.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\EMGA8U2K.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\version.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\wdmaud.drv', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\wdmaud.drv', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\MSACM32.DRV', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\msacm32.dll', no matching symbolic information found.<br />
Loaded 'C:\WINDOWS\SYSTEM32\midimap.dll', no matching symbolic information found.<br />




The loading of the libraries takes about 1 sec, which is not acceptable. The app does not use any multimedia features, and is not based on MFC or any other framwork (pure Win32 API calls).

I have done some research, but is now totally at a loss. Any suggestions will be appreciated!

Thanks!

PS.

Fireface800 is my audio I/O unit, a beautiful piece of hardware if you ask me Smile | :)
AnswerRe: Label click in ListView triggers audio DLL:s? Pin
Stephen Hewitt1-Jul-06 3:42
Stephen Hewitt1-Jul-06 3:42 
GeneralRe: Label click in ListView triggers audio DLL:s? Pin
Mattias G1-Jul-06 5:06
Mattias G1-Jul-06 5:06 

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.