Filter building required knowledge of ...

02/21/2021 01:33 devdash#1
I have started building my own filter a while ago, i face so much problems, anyway, i am here to ask, what do i really need to learn, the necessary ones

I am now learning C#, because the filter in C# language
But seems like i can not use C# dlls for sro, because it's in C++

So does filter makers really have two language codes?
C# and C++

Or they just make all in C++?

Here is my serious question:
What do i need to learn to build my own filter?
with features like
GUI, HWID, and so on

Thanks in advance.
02/21/2021 01:43 Mc-Diesel#2
c++ is the Basis Lang Learning it well give you the full understand of C# or at least you will be able to use it , learn it in short time 2 weeks or less
02/21/2021 01:55 devdash#3
Quote:
Originally Posted by Mc-Diesel View Post
c++ is the Basis Lang Learning it well give you the full understand of C# or at least you will be able to use it , learn it in short time 2 weeks or less
Thanks for the answer. Will i be able to build my own HWID dll for my C# filter if i study C++ for 2 weeks? will i be able to make that HWID dll can not be use under virtual machines?
02/21/2021 02:23 Mc-Diesel#4
Quote:
Originally Posted by alydandy View Post
Thanks for the answer. Will i be able to build my own HWID dll for my C# filter if i study C++ for 2 weeks? will i be able to make that HWID dll can not be use under virtual machines?
all Langu Have same structure Learning C# or C++ give you ability to use another lang all of them called C lang family

Learn Basics , OOP , Data Structure Take a look in some sro src then go