Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to define entry point in VC++

Status
Not open for further replies.

TheSniper

Member level 3
Joined
Sep 18, 2004
Messages
67
Helped
4
Reputation
8
Reaction score
0
Trophy points
1,286
Activity points
591
how to define entry point in c++

Hello everyone,

I have this cde written in C++ like 10 years ago, am trying to get it to work in VC++ everything seems to be ok but I am getting this one error:
"fatal error LNK1561: entry point must be defined", I tried searching in google, but so far no luck, so I thought I should turn to the one place I always get help from :)

thanks guys,

TheSniper (+)
 

The entry point to a program is usualy the 'main()' function?
Or in the case of VC the 'winmain()' function?

Check the project options are set to build an 'exe'
 

in winMain() function just create your object reference...and call that there...bcs winMain() is the entry point of VC++
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top