[PD-dev] need help compiling FLEXT example in MSVC++6.0 (unresolved external symbol _main)

Nick Mariette nmariette at myrealbox.com
Wed Aug 14 08:34:20 CEST 2002


hello,

i am back at the start of the c/c++ learning curve and i'm compiling the
IDelay example of Flext with flext0.3.0

using MSVC++ 6.0 i get the
error LNK2001: unresolved external symbol _main

i have looked as hard as i can for the answer and have found that you can
set a LINK option /NOENTRY to make the linker not look for a _main entry
point.

however i don't know how to set the /noentry link option effectively - i
looked in project settings and found no gui element to use for /noentry - so
i tried adding it to the options in the long text box, but i still get the
error.

can anyone help me get over this unresolved _main?   do i need the /noentry
link flag, or do i need to do something else?

any help much appreciated
cheers
Nick





More information about the Pd-dev mailing list