Recent Posts

Pages: 1 ... 3 4 5 6 7 [8] 9 10
71
Help / Re: Virustotal flags installer as virus
« Last post by michaelis on May 20, 2025, 02:57:13 pm »
Could be false positives. But if there is no way of knowing then there's always a risk it isn't.
72
Help / Re: Virustotal flags installer as virus
« Last post by Михаил Агарков on May 20, 2025, 02:25:25 pm »
VirusTotal includes 70+ AVs so there's almost always false positives.
73
Help / Virustotal flags installer as virus
« Last post by michaelis on May 20, 2025, 01:08:21 pm »
Hi!

The file codeblocks-25.03-setup.exe for windows is flagged with Bkav Pro W32.AIDetectMalware and Ikarus Trojan.Win64.Krypt at virustotal.
Any ideas why?

Also, the file codeblocks-25.03mingw-setup.exe has a very slow download speed, some kB per second. The above mentioned one is no problem downloading.

Thank you in advance.
74
Using Code::Blocks / Re: KiCAD build using CB Project via cmake 4.0
« Last post by stahta01 on May 20, 2025, 12:29:07 am »
Kicad CB project is still building; currently at 57% of target built; the define of "NANODBC_DISABLE_ASYNC" is not likely the correct workaround of the build error at 11 or 12 percent. I decided that -DNANODBC_DISABLE_ASYNC=ON is a good solution but it is a few hours from finishing building.

Code
mkdir -p ~/devel/kicad/cb_build && cd ~/devel/kicad/cb_build && \
cmake \
  -DOCC_INCLUDE_DIR="${MINGW_PREFIX}"/include/opencascade \
  -DKICAD_BUILD_QA_TESTS=OFF \
  -DNANODBC_DISABLE_ASYNC=1 \
  -G"CodeBlocks - MinGW Makefiles" .. > log.txt
75
Plugins development / Re: a Qt plugin : QtPregenForCB => AddOnForQt
« Last post by LETARTARE on May 18, 2025, 03:18:54 pm »
The change of deposit is in progress ...

New site :
https://sourceforge.net/projects/addonqtforcb/
76
Plugins development / Re: 'Collector' plugin
« Last post by LETARTARE on May 18, 2025, 03:03:07 pm »
History of unsite versions :

    ...

v-2.6.0      27-04-2025
   1- modify menu initialization
   2- messages for unsupported libraries turn red

New version
v-2.6.5      16-05-2025
   1- the temporary display on extension loading includes the extension name

For help go into :  'Code|trunk|Infos|...'

https://sourceforge.net/projects/collectorforcb/
77
Nightly builds / Re: The 06 April 2025 build (13650) is out.
« Last post by killerbot on May 18, 2025, 09:29:12 am »
for the next nightly we will try to step up 2 things at once:
* wx 3.2.8
* gcc 15

hopefully ready by the end of the week ...
78
Using Code::Blocks / Re: KiCAD build using CB Project via cmake 4.0
« Last post by stahta01 on May 17, 2025, 05:15:33 pm »
The toolchain setting I am using for codeblocks IDE launched and packaged from MSys2

GNU GCC Compiler
Compiler installation Directory: ${MINGW_PREFIX}
79
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by stahta01 on May 17, 2025, 05:53:03 am »
I finally updated by KiCAD directions https://wiki.codeblocks.org/index.php/KiCadBuildQuickRef

I can not help you without more information; but, I am afraid it might be off topic to help you on this site.

If you can understand how to install MSys2 and use cmake on the command line I will try to help you. Using the CMAKE GUI is not a good way for anyone to help you.

https://www.msys2.org/

If you can do the above post an link to one of the projects you want to use that is open source.

Tim S.
80
General (but related to Code::Blocks) / I am new here, My name is Steve.
« Last post by sgc on May 17, 2025, 03:18:13 am »
Hi everybody! I hope your all well. My name is Steve and I love studying and working with computers and other different kinds of technology. What I like working with computers on is learning computer programming and studying all kinds of programming languages. My goal is to be efficient in most coding languages like C and C++. I hope to learn with all of you in learning how to develop in C and C++. Its nice to meet you all! Have a great day! :)
Pages: 1 ... 3 4 5 6 7 [8] 9 10