compiling 0.403 source with stlport-4.6.2+wtl7.1

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

Moderator: Moderators

Locked
rayyen
Posts: 2
Joined: 2004-07-23 11:37
Location: Sweden

compiling 0.403 source with stlport-4.6.2+wtl7.1

Post by rayyen » 2004-07-23 11:53

Hi.. And yes, I know there are alot of simular topics and yes, i have checked them and I can't (still) understand whats wrong. I have updated the sdk and extracted and added the stlport, sdk and wtl to the vc.net
And still i get
c:\Program\Microsoft SDK\include\stdlib.h(23): fatal error C1014: too many include files : depth = 1024
and I can't get rid of it. :roll:

btw, the sdk, stlport and wtl are included before the standard vc.net directories..
If it works, don't fix it!

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

Post by Guitarm » 2004-07-23 11:55

From MSDN: Fatal Error C1014
too many include files : depth = level

The nesting depth of #include directives was too great.

Open files can be included by the use of nested directives. The source file containing the directive is counted as one of the files.
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2004-07-23 12:42

Having searched the forums for "C1014", one of the possible causes that comes up is incorrect addition of STLPort and WTL. Can you provide a screenshot of your includes please.

What version of Visual C++ are you using?
The world is coming to an end. Please log off.

DC++ Guide | Words

rayyen
Posts: 2
Joined: 2004-07-23 11:37
Location: Sweden

Post by rayyen » 2004-07-23 12:50

Image
I'm using Visual Studio .NET 2003
If it works, don't fix it!

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

Post by Guitarm » 2004-07-23 14:08

Hmmm........, I notice that you have a separate include of "C:\Program\Microsoft SDK\include", I don't think you need that one as the SDK is already included in VS.NET 2003. Remove it and try compiling again. BTW are you compiling the 0.403?

Regards
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

Locked