Click here to Skip to main content
15,916,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionproblems with recvfrom Pin
afpr18-Aug-06 13:36
afpr18-Aug-06 13:36 
QuestionUsing #define with a dll Pin
Waldermort18-Aug-06 11:32
Waldermort18-Aug-06 11:32 
AnswerRe: Using #define with a dll Pin
Chris Losinger18-Aug-06 11:37
professionalChris Losinger18-Aug-06 11:37 
AnswerRe: Using #define with a dll Pin
cmk19-Aug-06 13:11
cmk19-Aug-06 13:11 
Questionfindresource xpsp2res.dll Pin
fx920018-Aug-06 7:09
fx920018-Aug-06 7:09 
Questionerror LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup [modified] Pin
sea200618-Aug-06 7:01
sea200618-Aug-06 7:01 
AnswerRe: error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup Pin
David Crow18-Aug-06 7:09
David Crow18-Aug-06 7:09 
AnswerRe: error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup Pin
Rule 7.6225-Dec-06 7:21
Rule 7.6225-Dec-06 7:21 
I got the same error, LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup, when working on a directx program using VisDev.net (2003). Your version of Visual Dev may be a little different. This worked for me, I hope it helps you.

Going into the project Properties and select the Linker folder then then select Sysem.
See SubSystem option, if it is Console, (/SUBSYSTEM:CONSOLE) try changing it to
Windows (/SUBSYSTEM:WINDOWS).
-
If this doesn’t work you should set it back. Good Luck.


People can be divided into two groups, those with something to learn and fools.

Questionreading and sending errors to serial port [modified] Pin
cahit2318-Aug-06 5:58
cahit2318-Aug-06 5:58 
AnswerRe: reading and sending errors to serial port Pin
cje22-Aug-06 10:43
cje22-Aug-06 10:43 
QuestionPrint Preview Orientation & many pages problems [modified] Pin
mikobi18-Aug-06 5:42
mikobi18-Aug-06 5:42 
Questionchar* to OLECHAR* ? Pin
great_tommy18-Aug-06 5:41
great_tommy18-Aug-06 5:41 
AnswerRe: char* to OLECHAR* ? Pin
David Crow18-Aug-06 6:22
David Crow18-Aug-06 6:22 
GeneralRe: char* to OLECHAR* ? Pin
great_tommy18-Aug-06 6:53
great_tommy18-Aug-06 6:53 
GeneralRe: char* to OLECHAR* ? Pin
David Crow18-Aug-06 7:08
David Crow18-Aug-06 7:08 
GeneralRe: char* to OLECHAR* ? Pin
great_tommy18-Aug-06 7:14
great_tommy18-Aug-06 7:14 
GeneralRe: char* to OLECHAR* ? Pin
flippydeflippydebop21-Aug-06 11:48
flippydeflippydebop21-Aug-06 11:48 
AnswerRe: char* to OLECHAR* ? Pin
tanvon malik18-Aug-06 7:12
tanvon malik18-Aug-06 7:12 
QuestionDoubt about ioctlsocket Pin
afpr18-Aug-06 5:24
afpr18-Aug-06 5:24 
QuestionClasses and dlls Pin
Waldermort18-Aug-06 5:02
Waldermort18-Aug-06 5:02 
AnswerRe: Classes and dlls Pin
Zac Howland18-Aug-06 5:17
Zac Howland18-Aug-06 5:17 
GeneralRe: Classes and dlls Pin
Waldermort18-Aug-06 5:50
Waldermort18-Aug-06 5:50 
GeneralRe: Classes and dlls Pin
Wes Aday18-Aug-06 6:10
professionalWes Aday18-Aug-06 6:10 
GeneralRe: Classes and dlls Pin
Zac Howland18-Aug-06 6:12
Zac Howland18-Aug-06 6:12 
GeneralRe: Classes and dlls Pin
Waldermort18-Aug-06 7:02
Waldermort18-Aug-06 7:02 

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.