• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

The Forgotten Dev-Cpp v2.6!

Status
Not open for further replies.
good, but change the thread title:huh:
3rd download!:p
 
Thanks Elf.

Edit: Nice, now give at lot of errors :(
 
Last edited:
No offense but like UBER FAIL...

Code:
Compiler: Default compiler
Executing  g++.exe...
g++.exe "C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp" -o "C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.exe"    -I"C:\Users\Anthony\Documents\Ot - new\The Forgotten Dev-Cpp\include"   -L"C:\Users\Anthony\Documents\Ot - new\The Forgotten Dev-Cpp\lib" 
In file included from C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:17:
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\otpch.h:33:28: boost/config.hpp: No such file or directory
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\otpch.h:34:30: boost/function.hpp: No such file or directory
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\otpch.h:35:26: boost/bind.hpp: No such file or directory

C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\otpch.h:36:27: boost/regex.hpp: No such file or directory
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\otpch.h:37:31: boost/tokenizer.hpp: No such file or directory
In file included from C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.h:20,
                 from C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:20:
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\otsystem.h:31:29: boost/utility.hpp: No such file or directory
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\otsystem.h:32:26: boost/asio.hpp: No such file or directory
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\otsystem.h:33:32: boost/shared_ptr.hpp: No such file or directory
In file included from C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:20:
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.h:62:2: #error "You have to compile with at least one database driver!"
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:39: error: `DBQuery' has not been declared
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:40: error: `_Database' has not been declared
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:42: error: `_Database' has not been declared

C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: In function `void* getInstance()':
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:64: error: invalid use of `void'
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:67: error: `DBQuery' has not been declared
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:70: error: `void*' is not a pointer-to-object type
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: At global scope:
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:74: error: `_Database' has not been declared
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: In function `void* verifyResult(void*)':
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:76: error: `void*' is not a pointer-to-object type
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:78: error: `void*' is not a pointer-to-object type
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: At global scope:
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:85: error: expected id-expression before "void"
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:85: error: expected initializer before "void"
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:95: error: two or more data types in declaration of `setQuery'

C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:95: error: explicit qualification in declaration of `void* setQuery(const std::string&)'
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: In function `void* setQuery(const std::string&)':
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:96: error: `m_query' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:97: error: `m_buf' was not declared in this scope

C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:98: error: `m_rows' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: At global scope:
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:102: error: two or more data types in declaration of `addRow'
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:102: error: explicit qualification in declaration of `bool* addRow(const std::string&)'
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: In function `bool* addRow(const std::string&)':
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:103: error: `m_multiLine' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:105: error: `m_rows' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:106: error: `m_buf' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:113: error: `execute' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:121: error: cannot convert `bool' to `bool*' in return
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:126: error: `m_db' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:126: error: `m_query' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: At global scope:

C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:131: error: two or more data types in declaration of `addRow'
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:131: error: explicit qualification in declaration of `bool* addRow(std::stringstream&)'
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: In function `bool* addRow(std::stringstream&)':
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:134: error: cannot convert `bool' to `bool*' in return
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: At global scope:
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:138: error: two or more data types in declaration of `execute'
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:138: error: explicit qualification in declaration of `bool* execute()'
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp: In function `bool* execute()':
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:139: error: `m_multiLine' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:139: error: `m_buf' was not declared in this scope

C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:141: error: `m_rows' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:144: error: cannot convert `bool' to `bool*' in return
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:147: error: `m_rows' was not declared in this scope

C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:150: error: `m_db' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:150: error: `m_query' was not declared in this scope
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:152: error: cannot convert `bool' to `bool*' in return
C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.cpp:157: error: cannot convert `bool' to `bool*' in return

Execution terminated

It broke on the first line of database.cpp, pretty weird since it never did this with 2.5 (Except with 2.5 there was a problem with database.h) Probably just me failing.
 
This will help... ALOT of people

Version 2.6
Again updated boost (includes) to 1.39.0.
Added zlib includes and the libraries, version 1.2.7.
Cleaned up some stuff.
 
How can i sort out... '62:2 C:\Users\Anthony\Documents\Ot - new\0.3.5pl1\database.h #error "You have to compile with at least one database driver!"'
 
Ok, that doesnt help me at all, just showed me some random code :p
 
Thanks Elf. Didnt even have a clue about the .dev files until just now. Now I can compile my own server WOOTS!
 
Wait for Download!!! 5hr.

Elf, use another Download site, Megaupload or Rapidshare.

-The Forgotten Dev-Cpp.7z (14.38 MB)
-This file has been downloaded 108 times.
-Last downloaded: 5 hours and 43 min ago.
 
Elf, use another Download site, Megaupload or Rapidshare.

-The Forgotten Dev-Cpp.7z (14.38 MB)
-This file has been downloaded 108 times.
-Last downloaded: 5 hours and 43 min ago.
 
Status
Not open for further replies.
Back
Top