• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Build Sourcer ERROR

Newbie Spellweaver
Joined
May 22, 2011
Messages
63
Reaction score
2
af - Build Sourcer ERROR - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Oct 3, 2011
Messages
300
Reaction score
48
Open that WinNT.h file and find this line :

I have VS 2K13 so this file on

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include
Now open that file and edit.
Code:
//typedef void * POINTER_64 PVOID64;

Replace it :
Code:
typedef void * __ptr64 PVOID64;
 
Upvote 0
Newbie Spellweaver
Joined
May 22, 2011
Messages
63
Reaction score
2
thanks man.

you know solve this problem too?

afx error.

Error 1 error C1083: Cannot open include file: 'afx.h': No such file or directory e:\uggunz\mcountryfilter\stdafx.h 16 1 MCountryFilter
 
Upvote 0
Skilled Illusionist
Joined
Oct 3, 2011
Messages
300
Reaction score
48
I know that in the versions of Visual Studio 2013 , the MFC libraries were removed and are now an outer package to be installed .
But the same will happen with Visual Studio 2012 is strange because I've already used before.


I'm not sure but you could install this package and try again

 
Upvote 0
Newbie Spellweaver
Joined
Sep 28, 2015
Messages
56
Reaction score
5
^this or try,

Build only MCountryFilter and it should create the missing file.

If that doesn't work,

Go to, CML > MPageArray.h, find,

Code:
[URL="https://forum.ragezone.com/usertag.php?do=list&action=hash&hash=include"]#include[/URL]  <crtdbg.h>


Add under it:

Code:
[URL="https://forum.ragezone.com/usertag.php?do=list&action=hash&hash=include"]#include[/URL]  <functional>
 
Upvote 0
Newbie Spellweaver
Joined
May 22, 2011
Messages
63
Reaction score
2
@yerij007
I have installed , but still does not.
It seems that the search sourcer another directory.
Example C: \ ......
It is installed in another location but I can not change it .

RGG Escobar
img :
af - Build Sourcer ERROR - RaGEZONE Forums



Look, it's all wrong .
af - Build Sourcer ERROR - RaGEZONE Forums

can you help me?
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
May 22, 2011
Messages
63
Reaction score
2
Sem Título-2 - Build Sourcer ERROR - RaGEZONE Forums Sem Título-1 - Build Sourcer ERROR - RaGEZONE Forums

I installed Visual Studio 2013 and MFC . Some errors have been solved with the help of friends, now these errors are strange and some with missing files !
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top