[WIP] Get SRO Source Code - by re-writing it

01/12/2019 16:01 paradise1992#16
VS100, Visual Studio 2017
01/12/2019 17:02 florian0#17
I really hate to quote myself, but:

Quote:
Originally Posted by florian0 View Post
I'm sorry to tell you that I'm still using Visual Studio 2005 & 2010. I've tried using Visual Studio 2017 and it's still broken. So no upgrade this year, sorry. But since I'm now using the proper allocator for the STL Joymax also used ... maybe it works in newer versions aswell. Maybe. No waranties whatsoever.
and

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

Obviously, it doesn't work. So use 2005 instead.
01/13/2019 16:49 paradise1992#18
Daffodil for Visual Studio

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

not working close button ? how we can assign. hide, or close fuc

add new button(to close windows)

[Only registered and activated users can see links. Click Here To Register...]
01/15/2019 11:54 paradise1992#19
upon first arrival client disable visible object
bool CIFflorian0::OnCreate(long ln)
{
.
.
SetVisibility(false);
.
.
.

}
thx florian0
01/18/2019 08:17 MrCatGardens#20
at first @[Only registered and activated users can see links. Click Here To Register...]... ein schwäbisches "reschbeggt" :) Just following your blog and your posts for a long time, and it's everytime exciting to see your progress and "findings"^^
I wish I'd have only a part of the needed motivation to dig deep into the whole material of reversing like you. however, just started to learn C++, maybe one time I'll comprehend what you are exactly doing here :)
Thank you for sharing your knowledge and successes with this toxicated community
01/18/2019 11:24 florian0#21
Quote:
Originally Posted by infinityProject View Post
I wish I'd have only a part of the needed motivation to dig deep into the whole material of reversing like you.
I wish I had the same motivation in the more important areas of my life ;D

Just start somewhere. Maybe CTF Challenges are right for you. They'll not only teach you how assembly works and also how algorithms work but also include a lot of security background.

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...] <- really great game, but not as easy as it seems

Quote:
Originally Posted by infinityProject View Post
maybe one time I'll comprehend what you are exactly doing here :)
I made my brain a neural network that can predict the compiler output of MSVC 8.0. Basically ... I made my brain a compiler and linker ... ;D
01/18/2019 21:41 ​Exo#22
Quote:
Originally Posted by florian0 View Post
I made my brain a neural network that can predict the compiler output of MSVC 8.0. Basically ... I made my brain a compiler and linker ... ;D
This is very unhealthy my friend. With all the type decaying going on I am afraid you will no longer have any brains left to stay functional, you will probably degrade to QuickC to say the least. Be resourceful.
01/20/2019 16:41 paradise1992#23
add this? [Only registered and activated users can see links. Click Here To Register...]
01/20/2019 16:48 florian0#24
The GInterface part is already in: [Only registered and activated users can see links. Click Here To Register...]
You just need to add the CIFSystemMessage function.
01/20/2019 20:12 paradise1992#25
Quote:
Originally Posted by florian0 View Post
The GInterface part is already in: [Only registered and activated users can see links. Click Here To Register...]
You just need to add the CIFSystemMessage function.
field_36C_t ? couldn't understand, error

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

img: [Only registered and activated users can see links. Click Here To Register...]
01/20/2019 21:25 florian0#26
You need to understand what you are doing. That's why I said add, not copy paste.
01/23/2019 10:50 PoiGame#27
Good job mate , i opened account for thank you :D
01/24/2019 01:38 florian0#28
This project got some progress btw. We now got these Notification Icons with OnClick Notifications


Quote:
Originally Posted by Zoro.Sro View Post
spammer !.
LOL
01/24/2019 11:55 PortalDark#29
wow, that's nice florian

are you doing this from scratch or did mega showed/shared some of his "work"?
01/24/2019 12:33 florian0#30
Quote:
Originally Posted by PortalDark View Post
wow, that's nice florian

are you doing this from scratch or did mega showed/shared some of his "work"?
I am basically doing this from scratch. I started this project about 2 years ago. The SRO Source as a whole is a big copy paste job. The UI is literally a ripoff from Microsoft's Win32 MFC (e.g. [Only registered and activated users can see links. Click Here To Register...]) ), the engine seems to be based on the DirectX Example Project and I am sure if dig deeper I can find even more "inspiration sources".

I recently got a quick one-time insight in how the actual source of the UI looks. I was quite surprised how familiar it looks. Many of my guesses where right and some of the real names for functions are stupid. (SetVisible is actually ShowGWnd, SetPosition is MoveGWnd). But nothing more than that. The source is still my own work, it just got some backing information recently xD.

PS: To anyone interested in this project. I'm taking requests on what to implement/allow next. Just create new issues with your ideas or make post to this topic and we'll talk about your ideas.