|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Programing Error
Speaking of which, I have a few tutorials here:
http://shockonline.homestead.com/openglgameprogramming.html
It's in the tutorials link on that page. I think I mentioned it before,
and I'm only mentioning it because you said something, so nobody needs to
get po'ed or anything.
By the way, didn't you ask me about my tutorials awhile ago, or
something?
>From: "Ben Humphrey" <benjina@mindspring.com>
>Reply-To: gameprogrammer@gameprogrammer.com
>To: <gameprogrammer@gameprogrammer.com>
>Subject: Re: Programing Error
>Date: Wed, 7 Jun 2000 22:47:12 -0700
>
>or click the projects tab and click on win32 console app :) But your way
>works just as well.
>BTW, frag, you are the only one that really explained how to do it with
>steps, everyone else just
>said general directions. You might make a good tutorial writer :)
>
>JOIN ME! hehe... You should see my tutorials :) They are so full of green
>comments it's sick.
>I even go into explaining what parenthesis are and how to use them. :)
>
>Ben.
>----- Original Message -----
>From: Frag_ Daddy <frag_daddy_@hotmail.com>
>To: <gameprogrammer@gameprogrammer.com>
>Sent: Wednesday, June 07, 2000 9:47 PM
>Subject: Re: Programing Error
>
>
> >
> > When you compile that code, your compiler is looking for a WinMain
> > instead of a main function. This is probably because you asked MSVC to
>make
> > a project for you. To correct this, you need to click File and then
>New.
> > When asked for what you want, click the tabs (anyone that doesn't say
> > project or something like that) and then hit new source file. Then,
>copy
> > and paste the code into the new source file and it should compile
>alright.
> >
> >
> >
> > >From: "Greg McNichol" <thetest@prowrestling.com>
> > >Reply-To: gameprogrammer@gameprogrammer.com
> > >To: gameprogrammer@gameprogrammer.com
> > >Subject: Programing Error
> > >Date: Wed, 7 Jun 2000 14:20:53 -0700
> > >
> > >Hey this aint realy a game programing problem but in a way it is
>because
> > >its stoping me from programing. I'm useing MS vc++ ver. 6.0 and when i
>try
> > >to complie this code :
> > >
> > >#include <iostream.h>
> > >
> > >int main()
> > >{
> > > cout << "Hello World!\n";
> > > return 0;
> > >}
> > >
> > >I get this error:
> > >
> > >--------------------Configuration: stuff - Win32
>Debug--------------------
> > >Linking...
> > >LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
> > >_WinMain@16
> > >Debug/stuff.exe : fatal error LNK1120: 1 unresolved externals
> > >Error executing link.exe.
> > >
> > >stuff.exe - 2 error(s), 0 warning(s)
> > >
> > >
> > >Can someone please let me know how i can fix this
> > >
> > >
> > >
> > >
> > >
> > >
> > >Gregory McNichol
> > >
> > >------------------------------------------------------------
> > >Free E-Mail at http://ProWrestling.com
> > >
> > >
> >
> >************************************************************************
> > >You're just seconds away from playing the web's FREE Million Dollar
>slot
> > >machine. Win MILLIONS in prizes INSTANTLY! Click Here Now!
> > >http://adserv.internetfuel.com/cgi-bin/newredirect.cgi?AD=EMAIL-jackpot
> >
> >************************************************************************
> > >=================================================================
> > >The GameProgrammer.Com mailing list is for the open discussion
> > >of any topic related to the art, science, and business of
> > >programming games. This list is especially tolerant of beginners.
> > >We were all beginners once
> > >
> > >To SUBSCRIBE or UNSUBSCRIBE please visit:
> > >http://gameprogrammer.com/mailinglist.html
> >
> > ________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> > =================================================================
> > The GameProgrammer.Com mailing list is for the open discussion
> > of any topic related to the art, science, and business of
> > programming games. This list is especially tolerant of beginners.
> > We were all beginners once
> >
> > To SUBSCRIBE or UNSUBSCRIBE please visit:
> > http://gameprogrammer.com/mailinglist.html
>
>=================================================================
>The GameProgrammer.Com mailing list is for the open discussion
>of any topic related to the art, science, and business of
>programming games. This list is especially tolerant of beginners.
>We were all beginners once
>
>To SUBSCRIBE or UNSUBSCRIBE please visit:
>http://gameprogrammer.com/mailinglist.html
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
=================================================================
The GameProgrammer.Com mailing list is for the open discussion
of any topic related to the art, science, and business of
programming games. This list is especially tolerant of beginners.
We were all beginners once
To SUBSCRIBE or UNSUBSCRIBE please visit:
http://gameprogrammer.com/mailinglist.html
|
|