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

C / C++ / MFC

 
QuestionAnyone who did GSM signalling decoding ?? Pin
SAMZC1-Jun-05 21:36
SAMZC1-Jun-05 21:36 
GeneralC++ Noob Pin
Psych0hans1-Jun-05 21:03
Psych0hans1-Jun-05 21:03 
GeneralRe: C++ Noob Pin
toxcct1-Jun-05 21:09
toxcct1-Jun-05 21:09 
GeneralRe: C++ Noob Pin
Psych0hans1-Jun-05 21:17
Psych0hans1-Jun-05 21:17 
GeneralRe: C++ Noob Pin
toxcct1-Jun-05 21:20
toxcct1-Jun-05 21:20 
GeneralRe: C++ Noob Pin
Cedric Moonen1-Jun-05 21:21
Cedric Moonen1-Jun-05 21:21 
GeneralRe: C++ Noob Pin
Psych0hans1-Jun-05 21:25
Psych0hans1-Jun-05 21:25 
GeneralRe: C++ Noob Pin
Cedric Moonen1-Jun-05 21:29
Cedric Moonen1-Jun-05 21:29 
That is because you created your project as a Win32 application so the linker looks for the WinMain function to start the code... and of course it cannot find it because you use the main entry point instead. So, go in the project settings and the must be somewhere there an option to change the project type. Select it as a console application.

Or restart a new project and at the begining, be carrefull to choose console application. Then add your file to the new project.

Hope this helps
GeneralRe: C++ Noob Pin
Psych0hans1-Jun-05 21:33
Psych0hans1-Jun-05 21:33 
GeneralRe: C++ Noob Pin
ThatsAlok1-Jun-05 21:43
ThatsAlok1-Jun-05 21:43 
GeneralRe: C++ Noob [EDITED] Pin
ThatsAlok1-Jun-05 21:31
ThatsAlok1-Jun-05 21:31 
GeneralRe: C++ Noob Pin
Cedric Moonen1-Jun-05 21:32
Cedric Moonen1-Jun-05 21:32 
GeneralRe: C++ Noob Pin
ThatsAlok1-Jun-05 21:34
ThatsAlok1-Jun-05 21:34 
GeneralRe: C++ Noob Pin
Cedric Moonen1-Jun-05 21:38
Cedric Moonen1-Jun-05 21:38 
GeneralRe: C++ Noob Pin
ThatsAlok1-Jun-05 21:48
ThatsAlok1-Jun-05 21:48 
GeneralRe: C++ Noob Pin
Trollslayer2-Jun-05 1:30
mentorTrollslayer2-Jun-05 1:30 
GeneralRetrieving the true item bounds of List Control in Icons View mode Pin
Plamen Petrov1-Jun-05 20:47
professionalPlamen Petrov1-Jun-05 20:47 
Questioncofused! what's wrong with the code? Pin
qqworm1-Jun-05 20:46
qqworm1-Jun-05 20:46 
AnswerRe: cofused! what's wrong with the code? Pin
toxcct1-Jun-05 20:54
toxcct1-Jun-05 20:54 
GeneralRe: cofused! what's wrong with the code? Pin
qqworm1-Jun-05 21:40
qqworm1-Jun-05 21:40 
GeneralRe: cofused! what's wrong with the code? Pin
toxcct1-Jun-05 22:59
toxcct1-Jun-05 22:59 
AnswerRe: cofused! what's wrong with the code? Pin
Plamen Petrov1-Jun-05 21:06
professionalPlamen Petrov1-Jun-05 21:06 
GeneralRe: cofused! what's wrong with the code? Pin
qqworm1-Jun-05 21:27
qqworm1-Jun-05 21:27 
GeneralRe: cofused! what's wrong with the code? Pin
Plamen Petrov1-Jun-05 22:08
professionalPlamen Petrov1-Jun-05 22:08 
GeneralRe: cofused! what's wrong with the code? Pin
qqworm1-Jun-05 23:06
qqworm1-Jun-05 23:06 

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.