|
-
Nov 11th, 2000, 04:29 AM
#1
Thread Starter
Frenzied Member
In side my favourite mag, PC Format they are doing a 6 month programming tutorial. They are using Borland C++ to make he game but they give u the correct files to also use VC++ except that when i compile it i get (in the first month) 44 errors and in the second demo 99 errors. heres what they look like (the error) and also it uses gamesystem.lib (is that the problem that its not set up properly):
ship.obj : error LNK2001: unresolved external symbol "protected: static class gsCScreen * gsCApplication::m_screen" (?m_screen@gsCApplication@@1PAVgsCScreen@@A)
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
..\bin\Debug/demo2.exe : fatal error LNK1120: 64 unresolved externals
Error executing link.exe.
demo2.exe - 99 error(s), 0 warning(s)
Please could you help because i relly want to follow th tutorial but i just get errors.
-
Nov 11th, 2000, 09:03 AM
#2
Monday Morning Lunatic
Try using a Win32 Console Application project. Then, under Linker Options, add gamesystem.lib to the list of libraries.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 11th, 2000, 11:58 AM
#3
Thread Starter
Frenzied Member
As far as i know it is a console thingie and does have that inker option. Will ah a look. Can i send you the files so u can see, just the project files to see the options ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|