Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ListView Assert - IsWindow(m_hWnd) Pin
Shutter18-May-03 15:50
Shutter18-May-03 15:50 
GeneralRe: ListView Assert - IsWindow(m_hWnd) Pin
JT Anderson19-May-03 6:13
JT Anderson19-May-03 6:13 
GeneralRe: ListView Assert - IsWindow(m_hWnd) Pin
Shutter19-May-03 16:03
Shutter19-May-03 16:03 
GeneralRe: ListView Assert - IsWindow(m_hWnd) Pin
JT Anderson20-May-03 5:20
JT Anderson20-May-03 5:20 
Generalselecting a row in a List Control Pin
Megastoffel17-May-03 12:23
Megastoffel17-May-03 12:23 
GeneralRe: selecting a row in a List Control Pin
valikac18-May-03 6:54
valikac18-May-03 6:54 
GeneralDLL Calling convention problem Pin
Bert Tuyt17-May-03 11:37
Bert Tuyt17-May-03 11:37 
GeneralRe: DLL Calling convention problem Pin
Neville Franks17-May-03 11:54
Neville Franks17-May-03 11:54 
Have you tried following the function call through in the Debugger. A reasonable knowlodge of assembler would help here.

Do you really need to dynamically load the DLL with LoadLibrary() and if so why? If it is a) because you don't want to waiste time loading until it is required, or b) you don't know if it exists, then using /DELAYLOAD with an SEH exception handler is a much better way to go.

See: MSJ, December 1998 Win32 Q&A. http://www.microsoft.com/msj/1298/win32/win321298.aspx[^]for a good article on /DELAYLOAD.

Neville Franks, Author of ED for Windows. Free Trial at www.getsoft.com
GeneralRe: DLL Calling convention problem Pin
Chris Losinger17-May-03 13:12
professionalChris Losinger17-May-03 13:12 
GeneralA fancy requirement Pin
User 988517-May-03 11:32
User 988517-May-03 11:32 
GeneralRe: A fancy requirement Pin
Christian Graus17-May-03 12:17
protectorChristian Graus17-May-03 12:17 
GeneralRe: A fancy requirement Pin
User 988517-May-03 12:20
User 988517-May-03 12:20 
GeneralRe: A fancy requirement Pin
User 988517-May-03 12:27
User 988517-May-03 12:27 
GeneralCode-Optimize Tool Pin
Anonymous17-May-03 10:07
Anonymous17-May-03 10:07 
GeneralRe: Code-Optimize Tool Pin
Neville Franks17-May-03 11:56
Neville Franks17-May-03 11:56 
GeneralRe: Code-Optimize Tool Pin
Anonymous18-May-03 18:27
Anonymous18-May-03 18:27 
GeneralRe: Code-Optimize Tool Pin
Anonymous18-May-03 18:34
Anonymous18-May-03 18:34 
GeneralRe: Code-Optimize Tool Pin
basementman19-May-03 4:58
basementman19-May-03 4:58 
QuestionHow can I access the vars of CtestView (SDI-application) Pin
Exim17-May-03 8:51
Exim17-May-03 8:51 
GeneralDefine character pointer Pin
Mazdak17-May-03 7:09
Mazdak17-May-03 7:09 
GeneralRe: Define character pointer Pin
Nick Parker17-May-03 7:43
protectorNick Parker17-May-03 7:43 
GeneralRe: Define character pointer Pin
Mazdak17-May-03 9:22
Mazdak17-May-03 9:22 
GeneralRe: Define character pointer Pin
Nick Parker17-May-03 9:32
protectorNick Parker17-May-03 9:32 
GeneralRe: Define character pointer Pin
Mazdak17-May-03 9:26
Mazdak17-May-03 9:26 
GeneralRe: Define character pointer Pin
Nick Parker17-May-03 9:34
protectorNick Parker17-May-03 9:34 

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.