Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[GUIDE] How to build Gunz source code

Status
Not open for further replies.
Initiate Mage
Joined
Nov 21, 2011
Messages
3
Reaction score
0
Hi,
When i build the source in debug and release mode, but where are the match server etc?
 
Last edited:
Newbie Spellweaver
Joined
Aug 10, 2009
Messages
18
Reaction score
0
when i compile the cryptlib show this:

c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\emsa2.cpp(4): fatal error C1083: Cannot open include file: 'emsa2.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\zlib.cpp(9): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\zinflate.cpp(9): fatal error C1083: Cannot open include file: 'zinflate.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\zdeflate.cpp(9): fatal error C1083: Cannot open include file: 'zdeflate.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\xtrcrypt.cpp(4): fatal error C1083: Cannot open include file: 'xtrcrypt.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\xtr.cpp(4): fatal error C1083: Cannot open include file: 'xtr.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\winpipes.cpp(4): fatal error C1083: Cannot open include file: 'winpipes.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\wake.cpp(4): fatal error C1083: Cannot open include file: 'wake.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\wait.cpp(4): fatal error C1083: Cannot open include file: 'wait.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\twofish.cpp(5): fatal error C1083: Cannot open include file: 'twofish.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\ttmac.cpp(4): fatal error C1083: Cannot open include file: 'ttmac.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\tigertab.cpp(2): fatal error C1083: Cannot open include file: 'tiger.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\tiger.cpp(4): fatal error C1083: Cannot open include file: 'tiger.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\tftables.cpp(4): fatal error C1083: Cannot open include file: 'twofish.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\tea.cpp(4): fatal error C1083: Cannot open include file: 'tea.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\strciphr.cpp(7): fatal error C1083: Cannot open include file: 'strciphr.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\squaretb.cpp(2): fatal error C1083: Cannot open include file: 'square.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\square.cpp(5): fatal error C1083: Cannot open include file: 'square.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\socketft.cpp(4): fatal error C1083: Cannot open include file: 'socketft.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\skipjack.cpp(8): fatal error C1083: Cannot open include file: 'skipjack.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\simple.cpp(7): fatal error C1083: Cannot open include file: 'simple.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\sharkbox.cpp(2): fatal error C1083: Cannot open include file: 'shark.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\shacal2.cpp(9): fatal error C1083: Cannot open include file: 'shacal2.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\sha.cpp(10): fatal error C1083: Cannot open include file: 'sha.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\serpent.cpp(4): fatal error C1083: Cannot open include file: 'serpent.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\seal.cpp(5): fatal error C1083: Cannot open include file: 'seal.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\safer.cpp(4): fatal error C1083: Cannot open include file: 'safer.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rw.cpp(4): fatal error C1083: Cannot open include file: 'rw.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rsa.cpp(4): fatal error C1083: Cannot open include file: 'rsa.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rng.cpp(5): fatal error C1083: Cannot open include file: 'rng.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\ripemd.cpp(7): fatal error C1083: Cannot open include file: 'ripemd.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rijndael.cpp(35): fatal error C1083: Cannot open include file: 'rijndael.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rdtables.cpp(7): fatal error C1083: Cannot open include file: 'rijndael.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rc6.cpp(5): fatal error C1083: Cannot open include file: 'rc6.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rc5.cpp(4): fatal error C1083: Cannot open include file: 'rc5.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rc2.cpp(4): fatal error C1083: Cannot open include file: 'rc2.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\randpool.cpp(8): fatal error C1083: Cannot open include file: 'randpool.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\rabin.cpp(4): fatal error C1083: Cannot open include file: 'rabin.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\queue.cpp(8): fatal error C1083: Cannot open include file: 'filters.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\pubkey.cpp(7): fatal error C1083: Cannot open include file: 'pubkey.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\pssr.cpp(4): fatal error C1083: Cannot open include file: 'pssr.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\polynomi.cpp(7): fatal error C1083: Cannot open include file: 'polynomi.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\pkcspad.cpp(5): fatal error C1083: Cannot open include file: 'pkcspad.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\panama.cpp(4): fatal error C1083: Cannot open include file: 'panama.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\osrng.cpp(9): fatal error C1083: Cannot open include file: 'osrng.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\oaep.cpp(7): fatal error C1083: Cannot open include file: 'oaep.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\network.cpp(4): fatal error C1083: Cannot open include file: 'network.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\nbtheory.cpp(7): fatal error C1083: Cannot open include file: 'nbtheory.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\mqv.cpp(4): fatal error C1083: Cannot open include file: 'mqv.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\mqueue.cpp(7): fatal error C1083: Cannot open include file: 'mqueue.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\modexppc.cpp(7): fatal error C1083: Cannot open include file: 'modexppc.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\modes.cpp(7): fatal error C1083: Cannot open include file: 'modes.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\misc.cpp(7): fatal error C1083: Cannot open include file: 'misc.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\md5mac.cpp(5): fatal error C1083: Cannot open include file: 'md5mac.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\md5.cpp(5): fatal error C1083: Cannot open include file: 'md5.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\md4.cpp(18): fatal error C1083: Cannot open include file: 'md4.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\md2.cpp(18): fatal error C1083: Cannot open include file: 'md2.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\marss.cpp(4): fatal error C1083: Cannot open include file: 'mars.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\mars.cpp(18): fatal error C1083: Cannot open include file: 'mars.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\luc.cpp(4): fatal error C1083: Cannot open include file: 'luc.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\iterhash.cpp(4): fatal error C1083: Cannot open include file: 'iterhash.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\integer.cpp(8): fatal error C1083: Cannot open include file: 'integer.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\idea.cpp(4): fatal error C1083: Cannot open include file: 'idea.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\ida.cpp(4): fatal error C1083: Cannot open include file: 'ida.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\hrtimer.cpp(4): fatal error C1083: Cannot open include file: 'hrtimer.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\hmac.cpp(7): fatal error C1083: Cannot open include file: 'hmac.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\hex.cpp(7): fatal error C1083: Cannot open include file: 'hex.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\haval.cpp(4): fatal error C1083: Cannot open include file: 'haval.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\gzip.cpp(4): fatal error C1083: Cannot open include file: 'gzip.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\gost.cpp(2): fatal error C1083: Cannot open include file: 'gost.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\gfpcrypt.cpp(7): fatal error C1083: Cannot open include file: 'gfpcrypt.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\gf2n.cpp(7): fatal error C1083: Cannot open include file: 'gf2n.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\gf2_32.cpp(4): fatal error C1083: Cannot open include file: 'misc.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\gf256.cpp(4): fatal error C1083: Cannot open include file: 'gf256.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\fipstest.cpp(8): fatal error C1083: Cannot open include file: 'dll.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\fips140.cpp(7): fatal error C1083: Cannot open include file: 'fips140.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\filters.cpp(7): fatal error C1083: Cannot open include file: 'filters.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\files.cpp(7): fatal error C1083: Cannot open include file: 'files.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\esign.cpp(4): fatal error C1083: Cannot open include file: 'esign.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\eprecomp.cpp(7): fatal error C1083: Cannot open include file: 'eprecomp.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\elgamal.cpp(4): fatal error C1083: Cannot open include file: 'elgamal.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\ecp.cpp(7): fatal error C1083: Cannot open include file: 'ecp.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\eccrypto.cpp(7): fatal error C1083: Cannot open include file: 'eccrypto.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\ec2n.cpp(7): fatal error C1083: Cannot open include file: 'ec2n.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\dsa.cpp(7): fatal error C1083: Cannot open include file: 'dsa.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\dh2.cpp(4): fatal error C1083: Cannot open include file: 'dh2.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\dh.cpp(7): fatal error C1083: Cannot open include file: 'dh.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\dessp.cpp(7): fatal error C1083: Cannot open include file: 'des.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\des.cpp(18): fatal error C1083: Cannot open include file: 'misc.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\default.cpp(4): fatal error C1083: Cannot open include file: 'default.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\cryptlib.cpp(7): fatal error C1083: Cannot open include file: 'cryptlib.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\crc.cpp(4): fatal error C1083: Cannot open include file: 'crc.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\channels.cpp(7): fatal error C1083: Cannot open include file: 'channels.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\cbcmac.cpp(5): fatal error C1083: Cannot open include file: 'cbcmac.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\casts.cpp(2): fatal error C1083: Cannot open include file: 'cast.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\cast.cpp(5): fatal error C1083: Cannot open include file: 'cast.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\blumshub.cpp(4): fatal error C1083: Cannot open include file: 'blumshub.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\blowfish.cpp(4): fatal error C1083: Cannot open include file: 'blowfish.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\bfinit.cpp(2): fatal error C1083: Cannot open include file: 'blowfish.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\basecode.cpp(7): fatal error C1083: Cannot open include file: 'basecode.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\base64.cpp(4): fatal error C1083: Cannot open include file: 'base64.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\base32.cpp(4): fatal error C1083: Cannot open include file: 'base32.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\asn.cpp(7): fatal error C1083: Cannot open include file: 'asn.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\arc4.cpp(10): fatal error C1083: Cannot open include file: 'arc4.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\algparam.cpp(7): fatal error C1083: Cannot open include file: 'algparam.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\algebra.cpp(4): fatal error C1083: Cannot open include file: 'algebra.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\adler32.cpp(4): fatal error C1083: Cannot open include file: 'adler32.h': No such file or directory
c:\Documents and Settings\Christian_David15\Desktop\Cryptopp\Source\3way.cpp(5): fatal error C1083: Cannot open include file: '3way.h': No such file or directory
 
Hi, I'm Omar!
Loyal Member
Joined
Jan 6, 2011
Messages
1,345
Reaction score
646
8- Copy the contents of the Cryptopp/Include folder inside the following folders:
Cryptopp/Source
Gunz/sdk/crypto
 
Initiate Mage
Joined
Nov 21, 2011
Messages
3
Reaction score
0
When i compile Gunz in release and i replace the gunz.exe released by phoenix. The client don't load ç_ç Why?
 
num num num <3 rootbeer
Joined
Jul 14, 2008
Messages
509
Reaction score
59
9- Open the Cryptopp project located at Cryptopp/Source/cryptlib.vcproj

10- Build that project both in Debug and Release profiles

11- Rename Cryptopp/Source/Debug/cryptlib.lib to cryptlib2003d.lib

12- Rename Cryptopp/Source/Release/cryptlib.lib to cryptlib2003.lib

13- Copy cryptlib2003d.lib and cryptopp.lib to the following directories:
Gunz/Stable/cml/lib
Gunz/Stable/Gunz/LIB

NOTE: You may need to copy this .lib files into some other folders if you want to build MatchServer, Locator or some other solutions.

14- Open Gunz solution located at Gunz/Stable/Gunz/Gunz.sln

15- In the Gunz project, open the file Gunz/Game/ZGlobal.cpp
Replace the line: #include "SVNRevision/SVNRevision.cpp"
With: //#include "SVNRevision/SVNRevision.cpp"

Replace the line: return GlobalGetSVNRevision();
With: return 0;

16- Edit the file located at Gunz/Stable/Gunz/Gunz.rc
find
Code:
MANIFEST_RESOURCE_ID    RT_MANIFEST             "Runtime/Gunz.exe.manifest"

Replace it with:
Code:
// MANIFEST_RESOURCE_ID    RT_MANIFEST             "Runtime/Gunz.exe.manifest"

Save that file.

17- Now you should be able to Build Gunz in Debug or Release modes. The compiled files are saved at Gunz/Stable/Gunz/runtime folder.

If you have any trouble building Gunz, I won't give any further support, you should be able to solve it by yourself.
If you can't solve it, then it's useless for you to use Gunz source code.

Code:
Error	1	Program 'C:\Users\DanielJEwald\AppData\Local\Temporary Projects\ConsoleApplication1\obj\x86\Debug\ConsoleApplication1.exe' does not contain a static 'Main' method suitable for an entry point	ConsoleApplication1

emisand - [GUIDE] How to build Gunz source code - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Apr 21, 2012
Messages
9
Reaction score
2
Code:
Error	1	Program 'C:\Users\DanielJEwald\AppData\Local\Temporary Projects\ConsoleApplication1\obj\x86\Debug\ConsoleApplication1.exe' does not contain a static 'Main' method suitable for an entry point	ConsoleApplication1

emisand - [GUIDE] How to build Gunz source code - RaGEZONE Forums

You're supposed to be compiling crypto, you idiot, not linking it against an application.
Oh, Gunz source is heavily outdated for Visual Studio beyond 2003, so I suggest either rewriting the outdated code or getting vs.net
 
num num num <3 rootbeer
Joined
Jul 14, 2008
Messages
509
Reaction score
59
You're supposed to be compiling crypto, you idiot, not linking it against an application.
Oh, Gunz source is heavily outdated for Visual Studio beyond 2003, so I suggest either rewriting the outdated code or getting vs.net

in the tut it says to open it with C++ or something and run it as a debug and build?
 
Good Guy George
Loyal Member
Joined
Apr 12, 2009
Messages
1,260
Reaction score
239
Which crypto I need to compile in 2010?
 
Joined
Apr 13, 2012
Messages
536
Reaction score
32
1>------ Build started: Project: cryptlib, Configuration: Debug Win32 ------
1>Compiling...
1>pch.cpp
1>c:\cryptopp\source\pch.cpp(1) : fatal error C1083: Cannot open include file: 'pch.h': No such file or directory
1>Build log was saved at "file://c:\Cryptopp\Source\Debug\BuildLog.htm"
1>cryptlib - 1 error(s), 0 warning(s)
2>------ Build started: Project: cryptest, Configuration: Debug Win32 ------
2>Compiling...
2>bench2.cpp
2>c:\cryptopp\source\bench2.cpp(3) : fatal error C1083: Cannot open include file: 'bench.h': No such file or directory
2>bench.cpp
2>c:\cryptopp\source\bench.cpp(3) : fatal error C1083: Cannot open include file: 'bench.h': No such file or directory
2>adhoc.cpp
2>c:\cryptopp\source\adhoc.cpp(2) : fatal error C1083: Cannot open include file: 'filters.h': No such file or directory
2>Generating Code...
2>Build log was saved at "file://c:\Cryptopp\Source\CTDebug\BuildLog.htm"
2>cryptest - 3 error(s), 0 warning(s)
3>------ Skipped Build: Project: cryptdll, Configuration: Debug Win32 ------
3>Project not selected to build for this solution configuration
4>------ Skipped Build: Project: dlltest, Configuration: Debug Win32 ------
4>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 2 skipped ==========
Please Help Me
 
Status
Not open for further replies.
Back
Top