Please help me i never got theses errors before i formatted

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

Moderator: Moderators

Locked
majinsoftware
Posts: 17
Joined: 2003-09-08 02:53
Location: NZ
Contact:

Please help me i never got theses errors before i formatted

Post by majinsoftware » 2004-07-10 04:59

Can some one please tell me how to fix theses errors i never use to get them intill i formatted C: now im geting them for no reason i dont think iv done anything driffent from when i use to use it.


C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stddef.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stddef.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stddef.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stddef.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stddef.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stddef.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stddef.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\ctype.h(23): fatal error C1014: too many include files : depth = 1024
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\ctype.h(23): fatal error C1014: too many include files : depth = 1024


as you can see im useing Visual Studio .NET 2003 on winXP home 648MB RAM 25GB free on C:

Thankx

clev
Posts: 21
Joined: 2004-07-05 19:15

Post by clev » 2004-07-10 12:18

http://msdn.microsoft.com/library/defau ... /C1014.asp
---
u probably badly added include dirs after disk format?

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-07-10 13:49

Have you added both wtl and sltport correctly?

majinsoftware
Posts: 17
Joined: 2003-09-08 02:53
Location: NZ
Contact:

Post by majinsoftware » 2004-07-10 18:23

how do u add them right i just put them in to the include dir in VC7 as i did last time

majinsoftware
Posts: 17
Joined: 2003-09-08 02:53
Location: NZ
Contact:

Post by majinsoftware » 2004-07-10 19:25

Im get new errors now



C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atltrace.h(246): fatal error C1903: unable to recover from previous error(s); stopping compilation
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atltrace.h(245): error C2833: 'operator DWORD_PTR' is not a recognized operator or type
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atltrace.h(46): error C2833: 'operator DWORD_PTR' is not a recognized operator or type
DCPlusPlus error C2733: second C linkage of overloaded function 'atexit' not allowed
client error C2733: second C linkage of overloaded function 'atexit' not allowed
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(331): error C2447: '{' : missing function header (old-style formal list?)
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(330): error C2433: '_AtlVerifyStackAvailable' : 'inline' not permitted on data declarations
DCPlusPlus error C2373: 'operator new' : redefinition; different type modifiers
client error C2373: 'operator new' : redefinition; different type modifiers
DCPlusPlus error C2373: 'operator delete' : redefinition; different type modifiers
client error C2373: 'operator delete' : redefinition; different type modifiers
DCPlusPlus error C2264: 'operator new' : error in function definition or declaration; function not called
client error C2264: 'operator new' : error in function definition or declaration; function not called
DCPlusPlus error C2264: 'operator delete' : error in function definition or declaration; function not called
client error C2264: 'operator delete' : error in function definition or declaration; function not called
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atltrace.h(46): error C2238: unexpected token(s) preceding ';'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(330): error C2146: syntax error : missing ')' before identifier 'Size'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(92): error C2146: syntax error : missing '(' before identifier 'LONG_PTR'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(92): error C2146: syntax error : missing '(' before identifier 'LONG_PTR'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(331): error C2143: syntax error : missing ';' before '{'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(330): error C2065: 'SIZE_T' : undeclared identifier
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(374): error C2061: syntax error : identifier 'SIZE_T'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(374): error C2061: syntax error : identifier 'SIZE_T'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(92): error C2061: syntax error : identifier 'LONG_PTR'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(92): error C2061: syntax error : identifier 'LONG_PTR'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atltrace.h(46): error C2059: syntax error : 'newline'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(330): error C2059: syntax error : ')'

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-07-11 00:41

Make sure that you do a complete rebuild, not just build. If that doesen't work, try to redown,load the surce.

clev
Posts: 21
Joined: 2004-07-05 19:15

Post by clev » 2004-07-11 04:39

better is "clean all" then again "build all".. check dirs again, first is STLport and the last include dir is WTL..

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-07-11 05:14

There is no "build all" or "clean all" in vs .net 2003 rather "build solution" and "clean solution" but what "rebuild soultion" does is first a clean and then a build so it makes no diffrence if you just use rebuild or if you use first clean and then build.

clev
Posts: 21
Joined: 2004-07-05 19:15

Post by clev » 2004-07-11 06:07

omg

majinsoftware
Posts: 17
Joined: 2003-09-08 02:53
Location: NZ
Contact:

Post by majinsoftware » 2004-07-11 20:21

one last problem.

its just about working :D

DCPlusPlus fatal error LNK1104: cannot open file 'stlport_vc71_static.lib'

good work guys/girls

majinsoftware
Posts: 17
Joined: 2003-09-08 02:53
Location: NZ
Contact:

Post by majinsoftware » 2004-07-11 21:25

not to worry guys i tryed compiling anolder version of DC++ and it worked it must of just been DC++ 0.403 that doesnt work for me thankx for all your help.

:D :D:D:D:D:D:D:D:D:D:D:D:D:D

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-07-11 22:24

majinsoftware wrote:DCPlusPlus fatal error LNK1104: cannot open file 'stlport_vc71_static.lib'
This usually means you're using the wrong STLPort - the one on the DC++ site doesn't build as a .lib. The STLPort required by some mods (zDC perhaps) might be configured differently.

clev
Posts: 21
Joined: 2004-07-05 19:15

Post by clev » 2004-07-12 04:07

probably badly configured project(linker)? .vcproj
garg, post on me too ;)

Locked