Click here to Skip to main content
15,887,971 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WindowFromPoint and layered windows Pin
Randor 9-May-10 11:24
professional Randor 9-May-10 11:24 
GeneralRe: WindowFromPoint and layered windows Pin
Code-o-mat9-May-10 11:36
Code-o-mat9-May-10 11:36 
GeneralRe: WindowFromPoint and layered windows Pin
Randor 9-May-10 12:44
professional Randor 9-May-10 12:44 
GeneralRe: WindowFromPoint and layered windows [modified] Pin
Code-o-mat9-May-10 23:05
Code-o-mat9-May-10 23:05 
QuestionSystem Time Zone Pin
john56329-May-10 6:45
john56329-May-10 6:45 
AnswerRe: System Time Zone Pin
Software_Developer9-May-10 7:46
Software_Developer9-May-10 7:46 
AnswerRe: System Time Zone Pin
Randor 9-May-10 9:21
professional Randor 9-May-10 9:21 
QuestionAfx.h / Win32 Pin
Fareed Rizkalla8-May-10 11:34
Fareed Rizkalla8-May-10 11:34 
I was using Afx earlier on in my project!
But since I hate MFC, I rewrote the segments that were using the CFile and replace them with WriteFile.

However when I decided to remove the Afx.h header.
It gave me an error during recompilation.

1>main.obj : error LNK2001: unresolved external symbol __imp__SHStrDupW@8
1>C:\Users\Administrator\Documents\Visual Studio 2010\Projects\Win32\Release\Win32.exe : fatal error LNK1120: 1 unresolved externals


Since the SH reminded me of the shell APIs I looked up the function.

SH String Duplicate, which I'm not using at all in my code.
AnswerRe: Afx.h / Win32 Pin
Garth J Lancaster8-May-10 13:25
professionalGarth J Lancaster8-May-10 13:25 
GeneralRe: Afx.h / Win32 Pin
Fareed Rizkalla8-May-10 16:15
Fareed Rizkalla8-May-10 16:15 
AnswerRe: Afx.h / Win32 Pin
Stephen Hewitt8-May-10 20:59
Stephen Hewitt8-May-10 20:59 
QuestionLocalization for languages using XML Pin
punyah20108-May-10 9:02
punyah20108-May-10 9:02 
AnswerRe: Localization for languages using XML Pin
CPallini8-May-10 9:53
mveCPallini8-May-10 9:53 
GeneralRe: Localization for languages using XML Pin
punyah20108-May-10 10:34
punyah20108-May-10 10:34 
GeneralRe: Localization for languages using XML Pin
CPallini8-May-10 11:17
mveCPallini8-May-10 11:17 
AnswerRe: Localization for languages using XML Pin
Iain Clarke, Warrior Programmer8-May-10 22:24
Iain Clarke, Warrior Programmer8-May-10 22:24 
QuestionRegGetValue / Win32 Pin
Fareed Rizkalla8-May-10 8:25
Fareed Rizkalla8-May-10 8:25 
AnswerRe: RegGetValue / Win32 Pin
Chris Losinger8-May-10 8:50
professionalChris Losinger8-May-10 8:50 
GeneralRe: RegGetValue / Win32 Pin
Fareed Rizkalla8-May-10 8:59
Fareed Rizkalla8-May-10 8:59 
GeneralRe: RegGetValue / Win32 Pin
Kelly Herald8-May-10 9:13
Kelly Herald8-May-10 9:13 
QuestionC++ Pointer Help [Solved] Pin
Tom Moore8-May-10 2:08
Tom Moore8-May-10 2:08 
AnswerRe: C++ Pointer Help Pin
Stuart Dootson8-May-10 3:27
professionalStuart Dootson8-May-10 3:27 
GeneralRe: C++ Pointer Help Pin
Tom Moore8-May-10 3:37
Tom Moore8-May-10 3:37 
GeneralRe: C++ Pointer Help Pin
Stuart Dootson8-May-10 3:43
professionalStuart Dootson8-May-10 3:43 
GeneralRe: C++ Pointer Help Pin
Tom Moore8-May-10 3:54
Tom Moore8-May-10 3:54 

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.