someone give me VC++ to dev source A.O ep3.5 please!! :(
Printable View
someone give me VC++ to dev source A.O ep3.5 please!! :(
look releases
it does not have in Release...
https://forum.ragezone.com/f613/rele...erver-1053526/
it's not hard to find
Man....i already have the source code, i'm finding VC++ to compile it...
Visual C++ is an integrated development environment (IDE) product from Microsoft. You can code it with a plain text editor and compile it with Microsofts Compiler (Visual... is usually from Microsoft).
However if you prefer using IDEs: https://www.visualstudio.com/
my VC++ 6.0 Standard cannot compile source.....
pfff bla bla is easy compile this source code with: vc++ 2010, 2012, 2015 only litle work need and google it for compile errors!!!
Yes, I am. Visual C++ comes with own compiler features like preprocessor definitons. (#pragma ...) and further platform support for Windows. In my opinion its another extension of C++ which is an extension of C aswell :P
As you call C++ a programming language, why not call VC++ one aswell?
Specify your question a little more. Where exactly are you stuck? Check google and the posts in this forum primarily and if you still didn't find anything, ask again.
Pragmas do not a language make.
Visual Studio is the IDE that comes with the MSVC compiler which compiles code written in the C++ language.
No matter how you try to look at it, Visual C++ is not a language on it's own, nor is it an extension.
The MSVC compiler uses most of the standard calling conventions, with the exception of a couple that are used for class access.
There is such a thing as a standard, which Microsoft does it's very best to try and conform with (Though they tend to fuck up quite often).
We are not discussing your opinion on the matter, but rather clean and simple facts.
Wikipedia also states it as:
I really wasn't sure about this as C++ is not existing on its own either (not without the existence of C) and VC++ sounds like another extension to C++...Quote:
commercial integrated development environment (IDE) product from Microsoft for the C, C++, and C++/CLI programming languages
So I guess I'm sorry for calling it a "programming language" instead of a Microsoft IDE.
Anyway I can't give a single ... (you know what) about whether its a language on it's own or not. Masang used it, we gotta use it unless we invest work in changing the APIs.
Now lets help this guy fix his problem...
"But but but Wikipedia"
Seems like the community of Dev (restricted to few people),as usual not help so much.
For natively compile MasangSoft source code you need the IDE (development ambient) Microsoft Visual C++ 6.0 with installed the Service Pack 6.
After installed those 2 component you need the Bison (parser) and Flex (lexer) SDK for Windows which can be downloaded from GnuWin32 website.
After you need from option include the DirectX inclusion file (download appropriate SDK from 2010 or you have it in client) and library file.
Do this procedure even for include files and library files of Bison and Flex, addictionally (but needed) add even the executables.
Now, if you know how work in this ambient you will not should have any problem, hovewer go to learn (its an a personal advice, not for hating or similiar) how work inside it.
Now the people with a bit of knowledge at this question instead to remain silent can spam in the forum "go to search n0b!!1".
Cheers, Aesir.