Click here to Skip to main content
15,794,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: anti-debug product for MFC? Pin
Phil.Benson13-Jul-06 22:28
professionalPhil.Benson13-Jul-06 22:28 
QuestionFilling a square? Pin
Lord Kixdemp13-Jul-06 13:49
Lord Kixdemp13-Jul-06 13:49 
AnswerRe: Filling a square? Pin
earl13-Jul-06 14:22
earl13-Jul-06 14:22 
GeneralRe: Filling a square? Pin
Lord Kixdemp13-Jul-06 17:10
Lord Kixdemp13-Jul-06 17:10 
GeneralRe: Filling a square? Pin
Rilhas17-Jul-06 13:47
Rilhas17-Jul-06 13:47 
GeneralRe: Filling a square? Pin
Lord Kixdemp18-Jul-06 13:33
Lord Kixdemp18-Jul-06 13:33 
QuestionSubclass main Winamp window from plugin Pin
u0m313-Jul-06 13:13
u0m313-Jul-06 13:13 
AnswerRe: Subclass main Winamp window from plugin Pin
Justin Tay13-Jul-06 18:47
Justin Tay13-Jul-06 18:47 
u0m3 wrote:
winampLong = GetWindowLong(winampHWND, 0);


Did you just make this up? 0 is DWL_MSGRESULT.

u0m3 wrote:
lpWndProcOld = (WNDPROC)SetWindowLong(winampHWND, GWL_WNDPROC, winampLong);


lpWndProcOld = (WNDPROC)SetWindowLong(winampHWND, GWL_WNDPROC, (LONG) &MainWndProc);
GeneralRe: Subclass main Winamp window from plugin Pin
u0m315-Jul-06 6:25
u0m315-Jul-06 6:25 
GeneralRe: Subclass main Winamp window from plugin Pin
u0m318-Jul-06 3:15
u0m318-Jul-06 3:15 
GeneralRe: Subclass main Winamp window from plugin Pin
Justin Tay18-Jul-06 4:48
Justin Tay18-Jul-06 4:48 
QuestionCan I still use DLLs ? Pin
vcpp_cgr13-Jul-06 12:49
vcpp_cgr13-Jul-06 12:49 
AnswerRe: Can I still use DLLs ? Pin
Jun Du13-Jul-06 14:34
Jun Du13-Jul-06 14:34 
QuestionHBITMAP from clipboard Pin
Luksky13-Jul-06 12:43
Luksky13-Jul-06 12:43 
AnswerRe: HBITMAP from clipboard Pin
Chris Losinger13-Jul-06 12:52
professionalChris Losinger13-Jul-06 12:52 
GeneralRe: HBITMAP from clipboard Pin
Luksky14-Jul-06 1:18
Luksky14-Jul-06 1:18 
GeneralRe: HBITMAP from clipboard Pin
Luksky15-Jul-06 6:21
Luksky15-Jul-06 6:21 
QuestionError: LNK2019: Unresolved external symbol... Pin
jon-8013-Jul-06 11:42
professionaljon-8013-Jul-06 11:42 
AnswerRe: Error: LNK2019: Unresolved external symbol... Pin
Chris Losinger13-Jul-06 12:52
professionalChris Losinger13-Jul-06 12:52 
GeneralRe: Error: LNK2019: Unresolved external symbol... Pin
jon-8014-Jul-06 7:15
professionaljon-8014-Jul-06 7:15 
GeneralRe: Error: LNK2019: Unresolved external symbol... Pin
Rilhas17-Jul-06 13:54
Rilhas17-Jul-06 13:54 
QuestionC++ Exception Programming Pin
pgav13-Jul-06 10:50
pgav13-Jul-06 10:50 
AnswerRe: C++ Exception Programming Pin
led mike13-Jul-06 10:55
led mike13-Jul-06 10:55 
QuestionRe: C++ Exception Programming [modified] Pin
pgav13-Jul-06 11:41
pgav13-Jul-06 11:41 
AnswerRe: C++ Exception Programming Pin
led mike13-Jul-06 12:45
led mike13-Jul-06 12:45 

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.