PDA

View Full Version : I'm writting a C++ and Qt4 trojan with GPL license



paju1986
8th December 2010, 01:59
Hello! I am writting a C++ and Qt4 trojan in my free time, I am now really busy and i can't spend a lot of time coding that, so I realeased it under the terms of the GPL License.
If somebody is interesting to improve it, the source code is here:
(sorry if my english is not very good, I'm Spanish)

http://qt-apps.org/content/show.php/Demonio?content=135993

Sunny31
8th December 2010, 15:40
Sorry to say, but your code is useless.
You wrote your comments in Spanish. You wrote your variable names in Spanish.
Why didn't you also write the gpl text in Spanish? oO

very pity...

paju1986
8th December 2010, 17:46
I can translate the comments into english but not the name of functions and variables.
And the program is in spanish because it's my language and is easier to me.

squidge
8th December 2010, 20:52
Sorry to say, but your code is useless.Thats a little harsh, don't you think? If you can not understand spanish, then it is hardly the fault of the developer. He might think an application written entirely in english is useless too.

After all, there are many online (and offline) translation engines should you have a desire to understand the developers code, or you can google for an alternative which is written using english language.


Why didn't you also write the gpl text in Spanish? oO

I think that was uncalled for.

However, if you wish it in spanish, it can be done. http://www.viti.es/gnu/licenses/gpl.html

The reason a spanish version isn't included by default is for legal reasons. The spanish translation has not been approved by a lawyer.

marcvanriet
8th December 2010, 23:32
Formulated a bit less harsh : if you use Spanish comments and variable names and function names, it will be very difficult - if not impossible - for the majority of Qt programmers to contribute to your application.

About the language for the program itself : it may be interesting for you to try and make your application support different languages using Qt Linguist. I haven't tried it, but it seems that this is quite easy.

Best regards,
Marc

P.S.: a lot of people speak Chinese, and there are a lot of Chinese programmers. That may be a good alternative to using Spanish as well ;)

paju1986
10th December 2010, 18:00
Someone know how to integrate VNC with QT4?

wysota
10th December 2010, 19:20
Someone know how to integrate VNC with QT4?

http://libvncserver.sourceforge.net/

paju1986
11th December 2010, 02:02
Thanks.
That works on Windows too?

wysota
11th December 2010, 07:58
That works on Windows too?

Read the first sentence of the project's website.