Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: visual studio 2005 problem with converting strings [modified] Pin
Stephen Hewitt24-Jun-06 19:50
Stephen Hewitt24-Jun-06 19:50 
GeneralRe: visual studio 2005 problem with converting strings Pin
cv_k3n24-Jun-06 20:03
cv_k3n24-Jun-06 20:03 
GeneralRe: visual studio 2005 problem with converting strings [modified] Pin
Stephen Hewitt24-Jun-06 20:07
Stephen Hewitt24-Jun-06 20:07 
GeneralRe: visual studio 2005 problem with converting strings Pin
cv_k3n24-Jun-06 20:36
cv_k3n24-Jun-06 20:36 
GeneralRe: visual studio 2005 problem with converting strings [modified] Pin
Stephen Hewitt24-Jun-06 21:24
Stephen Hewitt24-Jun-06 21:24 
GeneralRe: visual studio 2005 problem with converting strings Pin
cv_k3n24-Jun-06 22:05
cv_k3n24-Jun-06 22:05 
GeneralRe: visual studio 2005 problem with converting strings Pin
Stephen Hewitt24-Jun-06 22:09
Stephen Hewitt24-Jun-06 22:09 
GeneralRe: visual studio 2005 problem with converting strings Pin
cv_k3n24-Jun-06 23:25
cv_k3n24-Jun-06 23:25 
I believe that my interface is slightly different from yours. First of all, in the preprocessor definitions box, there isn't any "UNICODE,_UNICODE". Whats there is: "WIN32;_WINDOWS;_DEBUG".

BUT, when i clicked on the "..." button at the right hand side of the box, there is a checkbox saying "Inherit from parent or project defaults" and a box that lists the inherited values: "_AFXDLL,UNICODE,_UNICODE".
I unchecked this box and added "_AFXDLL" and "_MBCS" to the original list of preprocessor definitions.

The list now looks like this: "WIN32;WINDOWS;_DEBUG;_AFXDLL;_MBCS;$(NOINHERIT)"

Now when i compile, this error comes up:

msvcrtd.lib(wcrtexew.obj) : error LNK2019: unresolved external symbol _wWinMain@16 referenced in function ___tmainCRTStartup
GeneralRe: visual studio 2005 problem with converting strings Pin
Stephen Hewitt24-Jun-06 23:32
Stephen Hewitt24-Jun-06 23:32 
GeneralRe: visual studio 2005 problem with converting strings Pin
cv_k3n25-Jun-06 0:15
cv_k3n25-Jun-06 0:15 
GeneralRe: visual studio 2005 problem with converting strings Pin
Stephen Hewitt25-Jun-06 0:22
Stephen Hewitt25-Jun-06 0:22 
GeneralRe: visual studio 2005 problem with converting strings Pin
Michael Dunn25-Jun-06 7:52
sitebuilderMichael Dunn25-Jun-06 7:52 
Questionwhy is a virus, my pe file? Pin
zon_cpp24-Jun-06 19:31
zon_cpp24-Jun-06 19:31 
AnswerRe: why is a virus, my pe file? [modified] Pin
Stephen Hewitt24-Jun-06 19:52
Stephen Hewitt24-Jun-06 19:52 
AnswerRe: why is a virus, my pe file? Pin
Ted Ferenc24-Jun-06 21:46
Ted Ferenc24-Jun-06 21:46 
QuestionReturn the Caption of Windows Pin
Max++24-Jun-06 18:06
Max++24-Jun-06 18:06 
AnswerRe: Return the Caption of Windows Pin
Michael Dunn24-Jun-06 18:23
sitebuilderMichael Dunn24-Jun-06 18:23 
GeneralRe: Return the Caption of Windows [modified] Pin
Stephen Hewitt24-Jun-06 19:29
Stephen Hewitt24-Jun-06 19:29 
GeneralRe: Return the Caption of Windows Pin
Hamid_RT25-Jun-06 2:14
Hamid_RT25-Jun-06 2:14 
GeneralRe: Return the Caption of Windows Pin
Stephen Hewitt25-Jun-06 3:19
Stephen Hewitt25-Jun-06 3:19 
QuestionQuestion about memory locations. Pin
Lord Kixdemp24-Jun-06 15:39
Lord Kixdemp24-Jun-06 15:39 
QuestionRe: Question about memory locations. Pin
Jun Du24-Jun-06 16:13
Jun Du24-Jun-06 16:13 
AnswerRe: Question about memory locations. Pin
Lord Kixdemp24-Jun-06 16:18
Lord Kixdemp24-Jun-06 16:18 
GeneralRe: Question about memory locations. Pin
Jun Du24-Jun-06 16:30
Jun Du24-Jun-06 16:30 
GeneralRe: Question about memory locations. Pin
Lord Kixdemp24-Jun-06 19:15
Lord Kixdemp24-Jun-06 19:15 

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.