Jump to content

Home

Build DLLs... FAILED!


Serj666_PL

Recommended Posts

1st type of error:

LINK : fatal error LNK1181: cannot open input file 'odbc32.lib'

2nd type of error:

.\l_struct.cpp(332) : warning C4996: 'sprintf' was declared deprecated

C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'

Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' (most CCPs)

3rd type of error:

.\g_crash.c(198) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

4th type of error:

d:\jk3code\ojpenhanced\source\cgame\cg_players.c(8729) : warning C4701: potentially uninitialized local variable 'saberTrail' used

Link to comment
Share on other sites

Well your missing files and the files are included with that.Oh and btw not all of those are errors...some of them are warnings.Let me put together a zip of the files your missing.

Edit:

Download this: http://media3.filewind.com/g.php?filepath=7305

Its only 9 KB.

Extract somewhere and then refrence them in C++. Hopefully you know howto do this and know what i mean.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...