Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Possible to prevent [Space] key from pressing OK, and [Esc] pressing CANCEL ? Pin
abiemann5-Sep-07 7:34
abiemann5-Sep-07 7:34 
QuestionModifying consoles display Pin
Waldermort4-Sep-07 7:55
Waldermort4-Sep-07 7:55 
AnswerRe: Modifying consoles display Pin
jeron14-Sep-07 8:21
jeron14-Sep-07 8:21 
QuestionRe: Modifying consoles display Pin
Waldermort4-Sep-07 8:23
Waldermort4-Sep-07 8:23 
AnswerRe: Modifying consoles display Pin
jeron14-Sep-07 8:26
jeron14-Sep-07 8:26 
QuestionLink error in VC++ 8 Pin
shpid3r4-Sep-07 7:35
shpid3r4-Sep-07 7:35 
AnswerRe: Link error in VC++ 8 Pin
Peter Weyzen4-Sep-07 10:21
Peter Weyzen4-Sep-07 10:21 
AnswerRe: Link error in VC++ 8 Pin
shpid3r14-Sep-07 7:37
shpid3r14-Sep-07 7:37 
I`re solved this problem, and I`d like to post here, to help one who gets stuck in the same spot.

The problem seems to be the Service Pack 1 update. This is a known issue, and on microsoft site ( http://support.microsoft.com/kb/928957/ ) it`s posted this:

Error LNK2019: unresolved external symbol __GSHandlerCheck
Samples in both the Windows Mobile 5.0 SDK for Pocket PC and the Windows Mobile 5.0 SDK for Smartphone are affected by this issue.

Visual Studio 2005 SP1 updates the Visual Studio compilers with the /GS support that is already available in Windows CE 6.0 compilers. Link errors will occur in native C++ Smart Device projects that do not explicitly link to "libcmt.lib" or that have turned off /GS, and that are running on pre-Windows Embedded CE 6.0 platforms.

To resolve this issue:
1.	Explicitly include "libcmt.lib" in the list of additional libraries to link against.
2.	Turn off the linker warning (/nowarn:4099)


I didn`t actually manage to do this, but I've done something else. I`ve basically searched my WM5 SDK for 'libcmt.lib' (found around 7 results) and picked the one addressing the platform I was writing code for (that is AVRM4I). And simply added it to my project (add file to project > existing file). The warn doesn`t bother me.

---------
To more projects to u all
QuestionHow to add virtual ip in the windows xp to using c++? Pin
songjacky4-Sep-07 5:37
songjacky4-Sep-07 5:37 
Questionfailed to identify Windows script name Pin
Jack Rong4-Sep-07 4:34
Jack Rong4-Sep-07 4:34 
QuestionMACRO for pulling source/function name for display Pin
Like2Byte4-Sep-07 4:17
Like2Byte4-Sep-07 4:17 
AnswerRe: MACRO for pulling source/function name for display Pin
led mike4-Sep-07 4:31
led mike4-Sep-07 4:31 
GeneralRe: MACRO for pulling source/function name for display Pin
Like2Byte4-Sep-07 4:34
Like2Byte4-Sep-07 4:34 
AnswerRe: MACRO for pulling source/function name for display Pin
cmk4-Sep-07 13:43
cmk4-Sep-07 13:43 
QuestionIcon problem for dialog of MFC DLL. Pin
Mushtaque Nizamani4-Sep-07 4:06
Mushtaque Nizamani4-Sep-07 4:06 
AnswerRe: Icon problem for dialog of MFC DLL. Pin
Derrick Becker4-Sep-07 4:17
Derrick Becker4-Sep-07 4:17 
GeneralRe: Icon problem for dialog of MFC DLL. Pin
Mushtaque Nizamani4-Sep-07 5:23
Mushtaque Nizamani4-Sep-07 5:23 
QuestionHow can I specify absolute time with SetWaitableTimer() [modified] Pin
peteryenyen4-Sep-07 4:00
peteryenyen4-Sep-07 4:00 
AnswerRe: How can I specify absolute time with SetWaitableTimer() Pin
led mike4-Sep-07 4:51
led mike4-Sep-07 4:51 
GeneralRe: How can I specify absolute time with SetWaitableTimer() Pin
peteryenyen4-Sep-07 13:51
peteryenyen4-Sep-07 13:51 
GeneralRe: How can I specify absolute time with SetWaitableTimer() Pin
led mike5-Sep-07 5:29
led mike5-Sep-07 5:29 
QuestionWhen is CWnd valid? Pin
charlieg4-Sep-07 3:43
charlieg4-Sep-07 3:43 
AnswerRe: When is CWnd valid? Pin
led mike4-Sep-07 4:38
led mike4-Sep-07 4:38 
GeneralRe: When is CWnd valid? Pin
charlieg4-Sep-07 6:05
charlieg4-Sep-07 6:05 
GeneralRe: When is CWnd valid? Pin
led mike4-Sep-07 11:54
led mike4-Sep-07 11: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.