lost curl.h file

Questions or HOWTOs about the above? Post 'em here...
Post Reply
yken2001
Private
Private
Posts: 4
Joined: Thu Mar 09, 2006 10:49 am

lost curl.h file

Post by yken2001 »

hello, everyone.
i use bzflag 2.0.4 source code in VC 7.1 .

compiling show don't find curl/curl.h file.

maybe i lost install something.

so please tell me, thank you.


Ken
mistake
Private First Class
Private First Class
Posts: 124
Joined: Wed Jun 15, 2005 12:12 am

Post by mistake »

in the top folder of the cvs repository you'll find readme files:
You also need to have libCurl installed.
Download it from http://curl.haxx.se/libcurl/
It is best if you do not get the SSL versions. Bzflag does not
need or use SSL. The SSL versions of libCurl have aditional
library dependencys that need to be meet.
Add the include directory and the lib as per the SDL instructions.
mistake
yken2001
Private
Private
Posts: 4
Joined: Thu Mar 09, 2006 10:49 am

Post by yken2001 »

mistake wrote:in the top folder of the cvs repository you'll find readme files:
You also need to have libCurl installed.
Download it from http://curl.haxx.se/libcurl/
It is best if you do not get the SSL versions. Bzflag does not
need or use SSL. The SSL versions of libCurl have aditional
library dependencys that need to be meet.
Add the include directory and the lib as per the SDL instructions.
Thank your for your reply.
but i have some question.
1. building the program can in MSVC GUI app mode or command Line mode?
i use debug mode compiling OK, but runing program tell me i lost xxxx.dll file. and start projet set in "bzadmin" ??
2. i building release version in link mode, tell me "bzadmin fatal error LNK1181: can't input 'pdcurses.lib'"

thank everyone,
Ken
mistake
Private First Class
Private First Class
Posts: 124
Joined: Wed Jun 15, 2005 12:12 am

Post by mistake »

yken2001 wrote: 1. building the program can in MSVC GUI app mode or command Line mode?
yes, or both

yken2001 wrote:i use debug mode compiling OK, but runing program tell me i lost xxxx.dll file. and start projet set in "bzadmin" ??
Make a normal client installation with the normal bzflag installer and use that environment to start your application in.
yken2001 wrote:2. i building release version in link mode, tell me "bzadmin fatal error LNK1181: can't input 'pdcurses.lib'"
Mh, don't know, you have the pdcurses libraries? If not, you'll probably need them. Try README files again or google.
mistake
Post Reply