| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 3,909
» Latest member: artemde96
» Forum threads: 5,153
» Forum posts: 41,375
Full Statistics
|
| Online Users |
There are currently 23 online users. » 0 Member(s) | 22 Guest(s) Bing
|
| Latest Threads |
Last Chaos Server Sale
Forum: The Black Market (Buy, Sell, Trade)
Last Post: XWrongX2
01-26-2026, 11:07 PM
» Replies: 3
» Views: 614
|
All in One Exporter
Forum: Tools
Last Post: Kain88
01-25-2026, 07:04 AM
» Replies: 4
» Views: 436
|
HELP! ReZasCashServer It ...
Forum: Ep4 Support
Last Post: Kain88
01-24-2026, 03:24 PM
» Replies: 2
» Views: 169
|
Hi, does anyone know the ...
Forum: Help
Last Post: Desarija
01-21-2026, 11:29 AM
» Replies: 1
» Views: 115
|
LastChaos Nemesis
Forum: Server Advertising
Last Post: Desarija
01-20-2026, 04:06 PM
» Replies: 3
» Views: 239
|
Looking for EP4 Guidance
Forum: General Discussion
Last Post: xHypnosiaa
01-19-2026, 08:33 AM
» Replies: 1
» Views: 172
|
We're in need of creative...
Forum: Project Recruitment
Last Post: RGT
01-16-2026, 12:48 AM
» Replies: 0
» Views: 119
|
Last Chaos build deployme...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-08-2026, 11:14 AM
» Replies: 0
» Views: 78
|
Last Chaos global server ...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-07-2026, 07:01 PM
» Replies: 0
» Views: 34
|
EP-2/EP-3 Mixed files
Forum: Archived General Server Releases
Last Post: TeKnodE
01-06-2026, 09:53 PM
» Replies: 1
» Views: 298
|
|
|
| Visual Studio 2010 How To Install |
|
Posted by: fantasymerlin - 12-30-2015, 11:02 AM - Forum: Solved topics
- Replies (2)
|
 |
Good Morning,
I believe I have some problems into my VS2010. Therefore I am asking for a How to for installing VS2010.
What I need for install of it?
I am need sdk 7.1 and patch too?
I tried to install it but everytime I get an error and it finish the install.
I think I need vs2010 sp1 too?
In which Order I have to do?
Have I remove .Net Framework 4.5.2 first? BC this I have on my machine.
Can someone explain how I can install it that it´s work correctly. Under the Properieties I only have vc90 and vc100. I need there sdk 7.1 for a compile, is this right?
Please help me, thank you very much
|
|
|
| Error at Compile of EngineGUI |
|
Posted by: fantasymerlin - 12-29-2015, 12:17 PM - Forum: Solved topics
- Replies (11)
|
 |
I tried to compile the EngineGUI and I get this error...
1> _WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)
1>E:\Sources\SRCDesign\Engine/Effect/CTag.h(73): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
1>E:\Sources\SRCDesign\Engine/Effect/CTag.h(74): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
At the first with "_WIN32_WINNT not defined I don´t kno what ist to do there? What I have to do there or it is okey that he use the Default to _WIN32_WINNT_MAXVER. If this isn´t right what I have to do at this point?
I tried to write into the CTag.h to replace 'strupr' to '_strupr'
After that he says that I have to use '_strupr_s'. But If I replace it to this string vs2010 get an error again.
After I include "LCCRC32.h" from Server/ShareLib or from SRCDESIGN/Include I get more errors...
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(504): error C2653: 'CNetMsg' : is not a class or namespace name
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(504): error C2065: 'SP' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(504): error C2065: 'msg' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(504): error C2062: type 'int' unexpected
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(505): error C2143: syntax error : missing ';' before '{'
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(505): error C2447: '{' : missing function header (old-style formal list?)
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(514): error C2653: 'CNetMsg' : is not a class or namespace name
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(514): error C2065: 'SP' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(514): error C2065: 'msg' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(514): error C2062: type 'unsigned char' unexpected
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(515): error C2143: syntax error : missing ';' before '{'
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(515): error C2447: '{' : missing function header (old-style formal list?)
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(523): error C2653: 'CNetMsg' : is not a class or namespace name
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(523): error C2065: 'SP' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(523): error C2065: 'msg' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(523): error C2062: type 'int' unexpected
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(524): error C2143: syntax error : missing ';' before '{'
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(524): error C2447: '{' : missing function header (old-style formal list?)
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(531): error C2653: 'CNetMsg' : is not a class or namespace name
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(531): error C2065: 'SP' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(531): error C2065: 'msg' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(531): error C2062: type 'int' unexpected
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(532): error C2143: syntax error : missing ';' before '{'
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(532): error C2447: '{' : missing function header (old-style formal list?)
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(542): error C2653: 'CNetMsg' : is not a class or namespace name
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(542): error C2065: 'SP' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(542): error C2065: 'msg' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(542): error C2062: type 'int' unexpected
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(543): error C2143: syntax error : missing ';' before '{'
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(543): error C2447: '{' : missing function header (old-style formal list?)
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(551): error C2653: 'CNetMsg' : is not a class or namespace name
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(551): error C2065: 'SP' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(551): error C2065: 'msg' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(551): error C2062: type 'int' unexpected
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(552): error C2143: syntax error : missing ';' before '{'
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(552): error C2447: '{' : missing function header (old-style formal list?)
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(560): error C2653: 'CNetMsg' : is not a class or namespace name
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(560): error C2065: 'SP' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(560): error C2065: 'msg' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(560): error C2062: type 'int' unexpected
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(561): error C2143: syntax error : missing ';' before '{'
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(561): error C2447: '{' : missing function header (old-style formal list?)
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(570): error C2653: 'CNetMsg' : is not a class or namespace name
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(570): error C2065: 'SP' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(570): error C2065: 'msg' : undeclared identifier
1>e:\sources\srcdesign\common\packet\ptype_char_status.h(571): error C2448: 'GuildRoomRecallRequestMsg' : function-style initializer appears to be a function definition
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2653: 'CNetMsg' : is not a class or namespace name
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2065: 'SP' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2065: 'msg' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2275: 'LONGLONG' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(645) : see declaration of 'LONGLONG'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2146: syntax error : missing ')' before identifier 'nas'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2182: 'makeFirstMoney' : illegal use of type 'void'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2433: 'makeFirstMoney' : 'inline' not permitted on data declarations
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2078: too many initializers
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2275: 'LONGLONG' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(645) : see declaration of 'LONGLONG'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(219): error C2059: syntax error : ')'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(220): error C2143: syntax error : missing ';' before '{'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(220): error C2447: '{' : missing function header (old-style formal list?)
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2653: 'CNetMsg' : is not a class or namespace name
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2065: 'SP' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2065: 'msg' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2275: 'LONGLONG' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(645) : see declaration of 'LONGLONG'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2146: syntax error : missing ')' before identifier 'nas'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2182: 'makeFirstMoneyInStash' : illegal use of type 'void'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2433: 'makeFirstMoneyInStash' : 'inline' not permitted on data declarations
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2078: too many initializers
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2275: 'LONGLONG' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(645) : see declaration of 'LONGLONG'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(229): error C2059: syntax error : ')'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(230): error C2143: syntax error : missing ';' before '{'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(230): error C2447: '{' : missing function header (old-style formal list?)
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2653: 'CNetMsg' : is not a class or namespace name
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2065: 'SP' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2065: 'msg' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2275: 'LONGLONG' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(645) : see declaration of 'LONGLONG'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2146: syntax error : missing ')' before identifier 'nas'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2182: 'makeUpdateMoney' : illegal use of type 'void'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2433: 'makeUpdateMoney' : 'inline' not permitted on data declarations
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2078: too many initializers
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2275: 'LONGLONG' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(645) : see declaration of 'LONGLONG'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(239): error C2059: syntax error : ')'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(240): error C2143: syntax error : missing ';' before '{'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(240): error C2447: '{' : missing function header (old-style formal list?)
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2653: 'CNetMsg' : is not a class or namespace name
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2065: 'SP' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2065: 'msg' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2275: 'LONGLONG' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(645) : see declaration of 'LONGLONG'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2146: syntax error : missing ')' before identifier 'nas'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2182: 'makeUpdateMoneyInStash' : illegal use of type 'void'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2433: 'makeUpdateMoneyInStash' : 'inline' not permitted on data declarations
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2078: too many initializers
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2275: 'LONGLONG' : illegal use of this type as an expression
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(645) : see declaration of 'LONGLONG'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(249): error C2059: syntax error : ')'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(250): error C2143: syntax error : missing ';' before '{'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(250): error C2447: '{' : missing function header (old-style formal list?)
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(259): error C2653: 'CNetMsg' : is not a class or namespace name
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(259): error C2065: 'SP' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(259): error C2065: 'msg' : undeclared identifier
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(259): error C2062: type 'int' unexpected
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(260): error C2143: syntax error : missing ';' before '{'
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(260): error C2447: '{' : missing function header (old-style formal list?)
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(269): error C2653: 'CNetMsg' : is not a class or namespace name
1>E:\Sources\SRCDesign\Common/Packet/ptype_inventory.h(269): fatal error C1003: error count exceeds 100; stopping compilation
What I have to do now to fix this error?
Thank you very much for your help.
|
|
|
| Client Source Compile and 3rdParty-Folder |
|
Posted by: fantasymerlin - 12-29-2015, 01:14 AM - Forum: Solved topics
- Replies (2)
|
 |
At the Client Sources there are a Folder Named 3rdParty. In this Folder are this Tools:
lpng
tinyxml
zlib
Do I need this for Compile? What I have to do with this Tools at VS2010?
I get at the end of the Build of the Engine some Warnings (zlib, tinyxml and lpng libs not found with .obj-Files Number 4099). Are this only warnings to ignore or is there something to do with?
I tried to install zlib with nugget. The vs2010 makes me after the build a zlib.dll into the output folder where I can find the Engine.dll too. If I start now the nksp he wants to have the zlib.dll too. I never see that into the /bin Folder before. I think that this may be wrong?
Thanks for helping
|
|
|
| Looking For Someone To Recolor Armor and Make New ns weapons (effects) |
|
Posted by: dethunter12 - 12-28-2015, 10:47 PM - Forum: Project Recruitment
- No Replies
|
 |
hey i'm looking for somebody that can recolor an existing armor set. Now, by this i mean they have to be able to do it well no skin showing different color not suppose to be and i'm looking for someone to make new ns weapons i will be willing to pay for both ofcourse if interested add me on skype: dethunter12 and state you reason when adding me. That will be all thanks for your time.
|
|
|
|