Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-31 Thread GTI .H
Hi Валера, Your project (QtApplication_2) worked very well, so I was wondering why yours works and mine not. So I thought, I did some testing to check some suspicions and they confirmed. I created a New Project > C/C++ > C/C++ Qt Application, a QtApplication_1, I just added newfile.rc and

Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-30 Thread GTI .H
Hi Валера, I created a new Qt project (New Project > Samples > C/C ++> HelloQtWorld) and it already has a HelloQtWorld_1_resource.rc file. I edit HelloQtWorld_1_resource.rc and after compiling, for some reason my edits are deleted. As you did not clarify I did so. I tried your suggestion with

Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-30 Thread Валера Солдатов
Hi If you uses "C/C++ Qt Application" project type, then you can create such newfile.rc file: 1 VERSIONINFO FILEVERSION 1,0,0,0 PRODUCTVERSION  1,0,0,0 BEGIN   BLOCK "StringFileInfo"   BEGIN     BLOCK "080904E4"     BEGIN   VALUE "CompanyName", "My Company Name"   VALUE

Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-30 Thread GTI .H
Well..., after insistent and untiring searchs, I was lucky. I have found it very difficult to find what I need in the NB documentation on the NB website, I have found via Google. Here's what's missing: http://wiki.netbeans.org/FaqCndResourceFiles This worked fine for a sample c++ app but this

Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-29 Thread GTI .H
Many thanks for the reply, Ok! You gave me a good direction, but it seems like there's still a long way to go. How to add Resourse File to my NB project? Do you know a good online start-end tutorial? Thanks Em qua, 29 de ago de 2018 às 16:02, Валера Солдатов escreveu: > Hi > > You need to

Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-29 Thread Валера Солдатов
Hi You need  to create Resourse File (https://docs.microsoft.com/en-us/windows/desktop/menurc/versioninfo-resource) For example I used: https://github.com/Sova777/QFootballStat/blob/master/src/QFootballStat.rc https://github.com/Sova777/QFootballStat/blob/master/qfootballstat.pro or

[C/C++] File's copyright (Windows: Property > Details)

2018-08-29 Thread GTI .H
Hello everyone, Windows 10 / NetBeans 8.2 [C/C++] / MinGW / Qt I've searched a lot and I have not found it. My searches do not return anything probably because I'm not sure what to look for. How to write copyright information, etc. in the details (Right click > properties > Details) of the .exe