Mirage Source

Free ORPG making software.
It is currently Thu Mar 28, 2024 11:01 am

All times are UTC




Post new topic Reply to topic  [ 1001 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 41  Next
Author Message
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Wed Mar 04, 2009 3:28 am 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
Ooo! I understand it quite better now, thanks, you sexy beasts.

_________________
Image


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Wed Mar 04, 2009 3:47 am 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
||
\/

_________________
http://www.blackages.com.br
Image
Dave wrote:
GameBoy wrote:
www.FreeMoney.com
I admit I clicked. I immediately closed upon realizing there was, in fact, no free money.
Robin wrote:
I love you and your computer.Marry me.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Tue Mar 31, 2009 5:05 am 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
Working version almost done. I just need more time. Packets are 100% working, but I need to fix the server it self, because it's not handling them right xD, but packet transfer is 100%)
I'm just not sure witch version I'm converting to C++
xD
I think it is 3.(40-60) or something like that but I'm not sure. When I release it I'll be really thankful if someone check that for me.

_________________
http://www.blackages.com.br
Image
Dave wrote:
GameBoy wrote:
www.FreeMoney.com
I admit I clicked. I immediately closed upon realizing there was, in fact, no free money.
Robin wrote:
I love you and your computer.Marry me.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Mon Apr 13, 2009 6:30 am 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
Building and compiling takes forever O___O, what's your resolve for this?

_________________
Image


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Mon Apr 13, 2009 6:32 am 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
What compiler are you using?

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Mon Apr 13, 2009 6:35 am 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
GIAKEN wrote:
What compiler are you using?


VS Express

_________________
Image


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Mon Apr 13, 2009 7:26 am 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
Tony wrote:
GIAKEN wrote:
What compiler are you using?


VS Express



Grab a copy of Dev C++

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Mon Apr 13, 2009 11:31 am 
Offline
Pro
User avatar

Joined: Sun Aug 05, 2007 2:26 pm
Posts: 547
dev c++ is pretty bad...

I would say vs express is actually quite a good compiler.

I haven't tested compile times, but it might just be using a lot of header files or something. C++ takes a lot longer to compile then vb because there is less standard.

_________________
GIAKEN wrote:
I think what I see is this happening:

Labmonkey gets mod, everybody loves him, people find out his code sucks, he gets demoted, then banned, then he makes an engine called Chaos Engine.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Mon Apr 13, 2009 2:52 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Dev-C++ is the only compiler I have ever used. It's really nice.

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Mon Apr 13, 2009 8:12 pm 
Offline
Pro
User avatar

Joined: Sun Aug 05, 2007 2:26 pm
Posts: 547
I was using dev C++ for one of my secret projects, but I decided it wasnt good enough. I did some research and people said vs express was pretty good so I tried it, and really think it is much better.

I also tried codeblocks which was pretty good.

_________________
GIAKEN wrote:
I think what I see is this happening:

Labmonkey gets mod, everybody loves him, people find out his code sucks, he gets demoted, then banned, then he makes an engine called Chaos Engine.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Tue Apr 14, 2009 1:20 am 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
I used Visual Studio Team System 2008 for developing, but it IS 100% compatible with VS 2008 Express.

_________________
http://www.blackages.com.br
Image
Dave wrote:
GameBoy wrote:
www.FreeMoney.com
I admit I clicked. I immediately closed upon realizing there was, in fact, no free money.
Robin wrote:
I love you and your computer.Marry me.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Tue Apr 14, 2009 2:30 am 
Offline
Persistant Poster
User avatar

Joined: Thu Jul 24, 2008 6:42 am
Posts: 703
Google Talk: infectiousbyte@gmail.com
I also use Dev-C++

_________________
Image
GIAKEN wrote:
Since I'm into men, not women

GIAKEN wrote:
I can't take these huge penises anymore! All that's left is shame! And blood


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Sat May 02, 2009 9:57 pm 
Offline
Newbie

Joined: Thu Jan 22, 2009 1:20 am
Posts: 8
hows the progress? i really doubt this will port to VB6 unless you use something like visual C++ 6, yet alone its almost unbearingly impossible to convert VB6 to VB.net, not only that but if you are using a winsock library, it will make this so much more confusing for the protocol to read such as this example:

TCPClient(VB6 in WinSock) -----> String of Bytes Encoded and Sent -------------> Package Of Bytes Decoded In UTF8 or w/e you use ----> Visual C++ Server(System.Net.Sockets) String is messed up.

If you see what I mean, I mean .NET is different then the old Visual Studio 6 package, so there could be some broke Bytes when decoded.

And as well as that i'm sorry for the necro.

Regards,
Rydinophor


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Sat May 02, 2009 10:00 pm 
C++ isn't a .net language.. O.o


Top
  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Sat May 02, 2009 10:02 pm 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
Progress is very slow.
And I'm using pure c++, not visual c++. I'm using Visual STUDIO, for DEVELOPMENT only. Even if I was, there are conversion procedures.

_________________
http://www.blackages.com.br
Image
Dave wrote:
GameBoy wrote:
www.FreeMoney.com
I admit I clicked. I immediately closed upon realizing there was, in fact, no free money.
Robin wrote:
I love you and your computer.Marry me.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Sun May 03, 2009 12:39 pm 
Offline
Newbie

Joined: Thu Jan 22, 2009 1:20 am
Posts: 8
much better, so are you using codeblocks, bloodshed(Dev-C++), or custom? GCC, MingW, or custom compiler or different?
If I could get those answers I'd be ready to download the software to my computer and wait until its in beta.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Sun May 03, 2009 5:37 pm 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
Dragoons Master wrote:
I'm using Visual STUDIO, for DEVELOPMENT only.


http://www.microsoft.com/express/vc/

_________________
http://www.blackages.com.br
Image
Dave wrote:
GameBoy wrote:
www.FreeMoney.com
I admit I clicked. I immediately closed upon realizing there was, in fact, no free money.
Robin wrote:
I love you and your computer.Marry me.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Fri May 08, 2009 12:39 pm 
Offline
Newbie

Joined: Thu Jan 22, 2009 1:20 am
Posts: 8
yeah I know, I have that, the intellisense sucks terrible on it, if you type in a lower case letter to find the library it will give you an error, for instance: "system::" won't display compared to "System::", thats why i would rather use VB.net or VC# :P.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Sun May 17, 2009 11:17 pm 
Offline
Regular

Joined: Sun Apr 26, 2009 11:22 pm
Posts: 43
Location: Cincinnati, OH
Google Talk: rj.cox101@gmail.com
I would rather have notepad++, then you don't have to worry about intellisense or a clunky gde at all :D

Codeblocks is nice if you're coding cross platform.. If you're windows only than that visual studio is probably the way to go.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Thu Jun 04, 2009 2:53 pm 
Offline
Regular
User avatar

Joined: Thu Mar 06, 2008 1:48 pm
Posts: 54
You're all retarded. IDE is all about Taste, If you like an IDE you dont have to force it on Other people.
I used Dev-C++, Visual Studio Express and Code::Blocks and Programmer's Notepad and a bunch of others.
By my Experience Visual Studio is the Best IDE currently, and Visual C++ is the best Windows Compiler (In comparison of Features to the other compilers).
But i still stick to Code::Blocks because i like it, Thats it. I also use MinGW because i like the feel of using GCC.
This war has nothing to do with Sides.

Except Visual C++ 6.0 because even though the IDE is awesome everyone agrees it's complete shit.
So yeah, Just pick a Compiler and IDE that are Standard Compliant enough.

_________________
The Apocalypse Is coming!
Code:
[b]The [i][color=#FF0000]Apocalypse[/color][/i] Is coming![/b]

Image


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Thu Jun 04, 2009 3:03 pm 
katcode wrote:
You're all retarded. IDE is all about Taste, If you like an IDE you dont have to force it on Other people.
I used Dev-C++, Visual Studio Express and Code::Blocks and Programmer's Notepad and a bunch of others.
By my Experience Visual Studio is the Best IDE currently, and Visual C++ is the best Windows Compiler (In comparison of Features to the other compilers).
But i still stick to Code::Blocks because i like it, Thats it. I also use MinGW because i like the feel of using GCC.
This war has nothing to do with Sides.

Except Visual C++ 6.0 because even though the IDE is awesome everyone agrees it's complete shit.
So yeah, Just pick a Compiler and IDE that are Standard Compliant enough.


You're about 2 weeks too late on this. Shut up.


Top
  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Thu Jun 18, 2009 12:59 am 
Offline
Regular

Joined: Sat Sep 13, 2008 1:41 am
Posts: 97
Is this still being developed. I am slowly learning C++ and have been waiting to use this. Please update us Dragoons master


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Thu Jun 18, 2009 8:39 am 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
It will be done, someday, but my grad is just making me nutz. I'm 5:37 AM and I'm still awake... too many things to be done already. I'm practically out of time...

_________________
http://www.blackages.com.br
Image
Dave wrote:
GameBoy wrote:
www.FreeMoney.com
I admit I clicked. I immediately closed upon realizing there was, in fact, no free money.
Robin wrote:
I love you and your computer.Marry me.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Thu Jun 18, 2009 10:34 am 
Offline
Regular

Joined: Sat Sep 13, 2008 1:41 am
Posts: 97
Ok then. Was only asking cause im learning to do C++ programming.


Top
 Profile  
 
 Post subject: Re: MSCPP Beta 0.1
PostPosted: Thu Jun 18, 2009 10:53 am 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
No problem ^^
Still 7:52 AM and I did not came back home to sleep. Still at university.

_________________
http://www.blackages.com.br
Image
Dave wrote:
GameBoy wrote:
www.FreeMoney.com
I admit I clicked. I immediately closed upon realizing there was, in fact, no free money.
Robin wrote:
I love you and your computer.Marry me.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1001 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 41  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group