50 error while compiling

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

50 error while compiling

Post by Alexei Kubarev » 2004-04-08 15:58

Hi,
Im trying to compile DC++ 0.401 on VS.NET 2003...
Ive included everything like it said in the compile.txt..
But i Still get lots of errors..
I guess i have to include dbghelp.dll even thou im on WinXP
but how?

Please help...
Thanks,Alex

Gasman1015
Posts: 184
Joined: 2003-05-26 11:29
Location: UK

Post by Gasman1015 » 2004-04-08 17:24

Have you read the other posts here about compiling.?

Usual errors are related to not including in correct order or not using correct version of stl.

Code: Select all

Note 3;	You'll need DBGHELP.dll from the binary distribution unless you're using WinXP, otherwise 
        you'll get errors saying symbols are missing when running your compiled executable.
Don't think so, it does not seem that you have yet managed to make an executable.

What are your specific errors.?
Always remember you're unique, just like everyone else.

Todi
Forum Moderator
Posts: 699
Joined: 2003-03-04 12:16
Contact:

Post by Todi » 2004-04-08 17:26

I think i heard someone mention that the CVS didn't compile very well, even with proper includes and everything. Have you tried compiling regular 0.401 and see if that works?

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-04-09 05:13

Errors are about the files that are in STL...
_string.c Had lots of them... about 20 or so...
im using the files from dc++ site...

ideas?

Thanx,Alex

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

A lil more info...

Post by Alexei Kubarev » 2004-04-09 05:25

Syntax errors and stuff...
STLPort\stl\_string.c is a file...
Errors are starting dfrom the line 337...
Im not sure why...

Code: Select all

c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
Here they are... please help.. Ive included STLPort before all of the standard dirs...

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2004-04-09 06:23

Seems like you're using MS's stlport, don't do that. Use STLPort from DC++ page
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-04-09 06:49

thats what io do... i took it from DC++ page and placed it in Vc7... icluded it...

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2004-04-09 07:23

No, I think you misunderstood this. You shouldn't replace anything, just unzip/unpack the STLPort-4.6 and WTL7.1 in separate folders and include them in VS.NET. Let everything else be default. Look at the second pic on this page for what the config should look like: http://dcplusplus.sourceforge.net/forum ... php?t=9350
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-04-09 08:27

Ive got WTL 7.0 from the dc++ site :S If i MUST have WTL 7.1 i might need a link :S

Anyway... ivegit even more errors now :S

Code: Select all

c:\include\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\include\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\include\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\include\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\include\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\include\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\include\stlport\stl\_string.c(350): error C2059: syntax error : ')'
c:\include\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Alloc' : undeclared identifier
c:\include\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\include\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\include\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\include\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\include\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\include\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\include\stlport\stl\_string.c(350): error C2065: '_CharT' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\include\stlport\stl\_string.c(362): error C2065: '_Traits' : undeclared identifier
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ',' before '*'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(337): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(350): error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\include\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\include\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\include\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\include\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\include\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\include\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\include\stlport\stl\_string.c(364): error C2143: syntax error : missing ';' before '{'
c:\include\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\include\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\include\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\include\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\include\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\include\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\include\stlport\stl\_string.c(350): error C2146: syntax error : missing ')' before identifier '__c'
c:\include\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\include\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\include\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\include\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\include\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\include\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\include\stlport\stl\_string.c(350): error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\include\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\include\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\include\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\include\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\include\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\include\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\include\stlport\stl\_string.c(364): error C2447: '{' : missing function header (old-style formal list?)
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(337): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(350): error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\include\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(362): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(363): error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\include\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(362): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(363): error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\include\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\include\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\include\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\include\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\include\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\include\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\include\stlport\stl\_string.c(380): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(337): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
c:\include\stlport\stl\_string.c(350): warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
So.... Any more ideas? Bzway... My VS.NET 2003 has a dbhelp.dll but its almost 2 times bigger then the one in the binary version of DC++...
Please help... Getting desperate...

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2004-04-09 08:40

1. Search for, and read the other posts about setting up/compiling DC++
2. Did you read my previous answer? (carefully)
3. Did you look at the link I gave you? (look at the pic. and think about it)
4. dbghelp.dll is distributed with the already compiled DC++ binary, You don't include it, you keep it in your DC++ home folder.
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-04-09 08:53

Great!
It worked... The problem was the old stlport and WTL on http://dcplusplus.sourceforge.net/?page=download

I got the better ones from http://sourceforge.net/project/showfile ... p_id=40287

So it worked... :D Thanx alot!
I hope everything else will work just fine :D

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2004-04-09 13:49

Oh, yeah, that's good, I hear the links being fixed as well, Thanks for pointing it out :)
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

Locked