My Hb shit bunches of good stuff

Discussion about Helbreath Server Files.
Maxis
Regular
Posts: 51
Joined: Tue Apr 04, 2006 4:47 pm

Post by Maxis »

I have error ;/ I add to project all files HB Polska hg.rar and give F7 error :
--------------------Configuration: Game - Win32 Debug--------------------
Compiling...
Game.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(11) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Client.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(11) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Map.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(11) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Npc.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(11) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Party.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(11) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Wmain.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\wmain.cpp(22) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Error executing cl.exe.

Game.exe - 6 error(s), 0 warning(s)

Delete include <libpq-fe.h>

I have this :

--------------------Configuration: Game - Win32 Debug--------------------
Compiling...
Game.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2143: syntax error : missing ';' before '*'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2501: 'pDBConn' : missing storage-class or type specifiers
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(534) : error C2061: syntax error : identifier 'PGresult'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(1235) : error C2065: 'PQescapeString' : undeclared identifier
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(12301) : error C2360: initialization of 'i' is skipped by 'case' label
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(12292) : see declaration of 'i'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(41790) : error C2374: 'i' : redefinition; multiple initialization
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(41733) : see declaration of 'i'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(41843) : error C2374: 'i' : redefinition; multiple initialization
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(41733) : see declaration of 'i'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(41851) : error C2374: 'i' : redefinition; multiple initialization
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(41733) : see declaration of 'i'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42134) : error C2065: 'PGresult' : undeclared identifier
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42134) : error C2065: 'res' : undeclared identifier
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42134) : error C2106: '=' : left operand must be l-value
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42141) : error C2065: 'PQexec' : undeclared identifier
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42142) : error C2065: 'PQntuples' : undeclared identifier
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42146) : error C2065: 'PQgetvalue' : undeclared identifier
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42147) : error C2440: 'initializing' : cannot convert from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42194) : error C2065: 'PQclear' : undeclared identifier
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.cpp(42198) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
Client.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2143: syntax error : missing ';' before '*'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2501: 'pDBConn' : missing storage-class or type specifiers
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(534) : error C2061: syntax error : identifier 'PGresult'
Map.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2143: syntax error : missing ';' before '*'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2501: 'pDBConn' : missing storage-class or type specifiers
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(534) : error C2061: syntax error : identifier 'PGresult'
Npc.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2143: syntax error : missing ';' before '*'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2501: 'pDBConn' : missing storage-class or type specifiers
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(534) : error C2061: syntax error : identifier 'PGresult'
Party.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2143: syntax error : missing ';' before '*'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2501: 'pDBConn' : missing storage-class or type specifiers
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(534) : error C2061: syntax error : identifier 'PGresult'
Wmain.cpp
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2143: syntax error : missing ';' before '*'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(34) : error C2501: 'pDBConn' : missing storage-class or type specifiers
e:\documents and settings\sokol\pulpit\helbreath\helbreath\game.h(534) : error C2061: syntax error : identifier 'PGresult'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\wmain.cpp(30) : error C2143: syntax error : missing ';' before '*'
e:\documents and settings\sokol\pulpit\helbreath\helbreath\wmain.cpp(30) : error C2501: 'PGconn' : missing storage-class or type specifiers
e:\documents and settings\sokol\pulpit\helbreath\helbreath\wmain.cpp(30) : error C2501: 'pDBConn' : missing storage-class or type specifiers
e:\documents and settings\sokol\pulpit\helbreath\helbreath\wmain.cpp(30) : error C2086: 'pDBConn' : redefinition
e:\documents and settings\sokol\pulpit\helbreath\helbreath\wmain.cpp(60) : fatal error C1083: Cannot open include file: 'rtcapi.h': No such file or directory
Error executing cl.exe.

Game.exe - 37 error(s), 0 warning(s)

Help ??
Sentinel
Loyal fan
Posts: 462
Joined: Thu Jan 11, 2007 4:16 pm

Post by Sentinel »

Well, Don't both. Some of those are easy errors to fix. Don't bother trying to compile half Juggalo2's shit, It's pointless. He said there were no errors in a source he sent me. I ended up with having over 300 errors. Don't try to fix it. Just delete it, and find a different source to use.
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->charlie says:<br>i may own outpost but im not a nerd<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->(locobans @ Mar 12 2007, 10:48 PM) <br>"Remember while peeing, If you shake it more than twice you playing with it..." <br><!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

Sentinel wrote: Well, Don't both. Some of those are easy errors to fix. Don't bother trying to compile half Juggalo2's shit, It's pointless. He said there were no errors in a source he sent me. I ended up with having over 300 errors. Don't try to fix it. Just delete it, and find a different source to use.
hey i just add in the src i downloed an add to my coletion of shit i dont check fi ti worksm
so when i ened somthing i just get ti from there an such
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Maxis
Regular
Posts: 51
Joined: Tue Apr 04, 2006 4:47 pm

Post by Maxis »

Juggalo2 do you help me ??:P
sokol
Loyal fan
Posts: 228
Joined: Mon May 02, 2005 7:28 pm
Location: P(r)oland

Post by sokol »

Maxis wrote:Juggalo2 do you help me ??:P
<!--QuoteBegin-"juggalo2"+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE ("juggalo2")</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->hey i just add in the src i downloed an add to my coletion of shit i dont check fi ti worksm
so when i ened somthing i just get ti from there an such
[/quote]
look 1 post up from urs last ... and small hint from me - u need download and add library to ur compilator anyway this source isnt for noobs coz anyway when u get librarys there near 10 needed u need to fix some code etc. u cant do that bye !
also u need make new project coz its mine shit -> e:\documents and settings\sokol\pulpit\helbreath\helbreath\

and its hb poland not hb polska source
also u are too small to use it eot :>
Post Reply