Re: Newbie:unresolved external symbol _main in C/OCI program
From: John Hatcher <jhatcher_at_uk.oracle.com>
Date: Thu, 21 Oct 1999 12:54:44 +0100
Message-ID: <7umuud$h8g$1_at_inet16.us.oracle.com>
Date: Thu, 21 Oct 1999 12:54:44 +0100
Message-ID: <7umuud$h8g$1_at_inet16.us.oracle.com>
Bob,
Have you added the file that contains your main to the project?
John.
Bob Freeman wrote in message <380DF899.A2CE46E7_at_exti.com>...
>I feel a bit foolish asking this q, but here goes...when I compile and
>link my first ( non-sample prog) C and OCI program in VC++ I get the
>above error on the link phase...
>
>unresolved external symbol _main
>
>Can anyone point me to the cause?
>
>I do indeed have a
>
>void main()
>{
>main code....
>}
>
>
>in my program.
>
>Thanks in advance!
>
>--
>Bob Freeman Experience Technology, Inc.
>mailto:freeman_at_exti.com http://www.exti.com/
>Office: (905)-383-7086 Cell: (905)-517-4966
>Fax: (905-383-2586
>
>
Received on Thu Oct 21 1999 - 13:54:44 CEST