any help for Electus GUI with athena filter

11/26/2020 14:31 mohamedosha#1
i got this error any help

PHP Code:
  IFflorian0.cpp
f
:\! gui project\gui full with athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h(11): fatal error C1083Cannot
 open 
include file'stdint.h'No such file or directory [F:\! GUI Project\Gui full with athena\sro_devkit-devel1\help
ers
\source\libs\ClientLib\ClientLib.vcxproj]
  
chatcommands.cpp
f
:\! gui project\gui full with athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h(11): fatal error C1083Cannot
 open 
include file'stdint.h'No such file or directory [F:\! GUI Project\Gui full with athena\sro_devkit-devel1\help
ers
\source\libs\ClientLib\ClientLib.vcxproj]
  
chathelp.cpp
f
:\! gui project\gui full with athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h(11): fatal error C1083Cannot
 open 
include file'stdint.h'No such file or directory [F:\! GUI Project\Gui full with athena\sro_devkit-devel1\help
ers
\source\libs\ClientLib\ClientLib.vcxproj]
  
globalcolors.cpp
f
:\! gui project\gui full with athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h(11): fatal error C1083Cannot
 open 
include file'stdint.h'No such file or directory [F:\! GUI Project\Gui full with athena\sro_devkit-devel1\help
ers
\source\libs\ClientLib\ClientLib.vcxproj]
  
memhelp.cpp
f
:\! gui project\gui full with athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h(11): fatal error C1083Cannot
 open 
include file'stdint.h'No such file or directory [F:\! GUI Project\Gui full with athena\sro_devkit-devel1\help
ers
\source\libs\ClientLib\ClientLib.vcxproj]
  
namecolors.cpp
f
:\! gui project\gui full with athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h(11): fatal error C1083Cannot
 open 
include file'stdint.h'No such file or directory [F:\! GUI Project\Gui full with athena\sro_devkit-devel1\help
ers
\source\libs\ClientLib\ClientLib.vcxproj]
  
Packet.cpp
f
:\! gui project\gui full with athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h(11): fatal error C1083Cannot
 open 
include file'stdint.h'No such file or directory [F:\! GUI Project\Gui full with athena\sro_devkit-devel1\help
ers
\source\libs\ClientLib\ClientLib.vcxproj]
  
packetutil.cpp
f
:\! gui project\gui full with athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h(11): fatal error C1083Cannot
 open 
include file'stdint.h'No such file or directory [F:\! GUI Project\Gui full with athena\sro_devkit-devel1\help
ers
\source\libs\ClientLib\ClientLib.vcxproj
11/26/2020 15:20 SubZero**#2
athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h
needs a higher compiler like 2013 but devkit build in 2005
as I'm thinking its mixed source so use the original one
11/26/2020 18:44 elmagico321#3
Quote:
Originally Posted by Zoro.Sro View Post
athena\sro_devkit-devel1\source\libs\clientlib\src\xlib.h
needs a higher compiler like 2013 but devkit build in 2005
as I'm thinking its mixed source so use the original one
That's true but you can fix that error just by two ways
1- coping that file " stdint.h " from any other higher compiler and past it to your lib

[Only registered and activated users can see links. Click Here To Register...]

or you can define what you need from that header something like that
Code:
#ifdef _MSC_VER

typedef __int32 int32_t;
typedef unsigned __int32 uint32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;

#else
#include <stdint.h>
#endif
03/10/2021 12:26 kanka5252#4
can u share source & filter? removed from my pc please i need thats
03/10/2021 16:01 LegendarySouL#5
Quote:
Originally Posted by kanka5252 View Post
can u share source & filter? removed from my pc please i need thats
I think you search for source have everything with working fine ?

I think you are wasting your time, no one can help you !!!
03/10/2021 16:21 kanka5252#6
Quote:
Originally Posted by LegendarySouL View Post
I think you search for source have everything with working fine ?

I think you are wasting your time, no one can help you !!!
i want only referance? if u have can upload for me ?