GunZ Source Code Compiling Error
Hello, can somebody help me with this error:
Code:
GunZ\Stable\CSCommon\Include\stdafx.h(46): fatal error C1083: Cannot open include file: '../CSCommon/MFeatureDefine1.h': No such file or directory
I already set up this: #include "../CSCommon/MFeatureDefine1.h"
The original file name is MFeatureDefine but I tried to rename it to fix the error but yet I can't compile this piece of shit.
Re: GunZ Source Code Compiling Error
Quote:
Originally Posted by
LGGunZ
Hello, can somebody help me with this error:
Code:
GunZ\Stable\CSCommon\Include\stdafx.h(46): fatal error C1083: Cannot open include file: '../CSCommon/MFeatureDefine1.h': No such file or directory
I already set up this: #include "../CSCommon/MFeatureDefine1.h"
The original file name is MFeatureDefine but I tried to rename it to fix the error but yet I can't compile this piece of shit.
Have you cleaned the source, then closed MSVC++ then reopened MSV?
I take it you did this from adding CTF?
Re: GunZ Source Code Compiling Error
Quote:
Originally Posted by
ForeanXz
Have you cleaned the source, then closed MSVC++ then reopened MSV?
I take it you did this from adding CTF?
No, I didn't add CTF.
I cleaned and reopened, still cannot open include file.
Re: GunZ Source Code Compiling Error
Re: GunZ Source Code Compiling Error
just work on a original source with vs2003 and you wont get this
Re: GunZ Source Code Compiling Error
Quote:
Originally Posted by
iOverRun
just work on a original source with vs2003 and you wont get this
What makes you think this is not a original source?
Re: GunZ Source Code Compiling Error
Quote:
Originally Posted by
LGGunZ
What makes you think this is not a original source?
Nothing, but the only thing that comes up during the day (this is a triple mindfuck joke, think carefully) is the need to post "just work on a original source with vs2003 and you wont get this"
Re: GunZ Source Code Compiling Error
#include <your/path/to/MFeatureDefine.h>
F.e: #include <C:\Users\asdfasd\Desktop\Stable\CSCommon\MFeatureDefine.h>
Re: GunZ Source Code Compiling Error
Quote:
Originally Posted by
Wizkidje
Nothing, but the only thing that comes up during the day (this is a triple mindfuck joke, think carefully) is the need to post "just work on a original source with vs2003 and you wont get this"
incase you don't know , some people release their sources which includes directories of their pc so when a a guy like him Built it , he gets that error ... While working on Dawson source [ original ] from the start will never show this .. at least this is clear to me
Re: GunZ Source Code Compiling Error
Quote:
Originally Posted by
iOverRun
incase you don't know , some people release their sources which includes directories of their pc so when a a guy like him Built it , he gets that error ... While working on Dawson source [ original ] from the start will never show this .. at least this is clear to me
In case you don't know, the error he posted included a path to the header file that failed to include, which was a relative path. And in case you also didn't know, persons that include header files using an absolute path don't deserve to live on this planet.
Re: GunZ Source Code Compiling Error
Quote:
Originally Posted by
Wizkidje
In case you don't know, the error he posted included a path to the header file that failed to include, which was a relative path. And in case you also didn't know, persons that include header files using an absolute path don't deserve to live on this planet.
totally agree , and he failed to include maybe Because of the old path someone used .. saw that on a someone source here
Re: GunZ Source Code Compiling Error
Quote:
Originally Posted by
iOverRun
totally agree , and he failed to include maybe Because of the old path someone used .. saw that on a someone source here
I suggest you read what I said.