Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Scintilla is an editor library, used p.e. in Notepad++ and wxStyledTextCtrl. C::B uses the latter for the code editors and printing.

MSW is the acronym used in wxWidgets for Micro$oft Windows.
12
Nightly builds / Re: The 09 May 2024 build (13518) is out.
« Last post by nenin on Yesterday at 07:54:48 am »

Hi,

First of all, thank you very much for your work.
I signed up just to let you know that some versions of Winlibs contain viruses
This is well-known case of the false positives.
13
I am running Code:: codeblocks-20.03mingw on Windows 11 Home
23H2. The compiler I use is MinGW which was included with codeblocks setup file

When I run a program it gives a prompt "It seems that this file has not been built yet. Do you want to build it now?




Build log:

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe
Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).


-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe
Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe

-------------- Build file: "no target" in "no project" (compiler: unknown)---------------

Nothing to be done (all items are up-to-date).

Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe
Checking for existence: C:\Users\abhis\Documents\C\Untitled12.exe


    I have already tried ...
To manually select compiler from Toolchain executables option several times
Uninstalled & reinstalled code blocks several times
     ..... but none of them worked.
14
Nightly builds / Re: The 09 May 2024 build (13518) is out.
« Last post by nina on May 09, 2024, 11:03:58 pm »

Hi,

First of all, thank you very much for your work.
I signed up just to let you know that some versions of Winlibs contain viruses, so you'll have to be very careful. Among other things, there is a potential risk of malicious code injection into CB.
Thank you again.

https://github.com/brechtsanders/winlibs_mingw/issues/201
https://github.com/brechtsanders/winlibs_mingw/issues/199
https://www.virustotal.com/gui/file/16c15e587a488ca24b49f7b178028efa719aed3eb9db7ce79449fce097909cbd/relations
(Have a look at the bundled files: for example, nvptx-arch.exe (related to llvm but) has 15/72 detections, this contrasts sharply with the 2/35 of the package.)





15
Pardon my ignorance

what is scintilla?

what is MSW?

Tony
16
It is not driver-related, just Scintilla failing to print outside MSW.
17
Yes it does look a bit like that.  I had thought of a third option to resolving the problem

I could buy a new printer ( A4 ) and plug it directly into the Linux box and see if the problem goes away or
persists. This would eliminate the samba issue and might be driver related?

Tony.
18
Nightly builds / The 09 May 2024 build (13518) is out.
« Last post by killerbot on May 09, 2024, 04:58:42 pm »
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx324_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 09 May 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240509_rev13518_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • applied patch by danselmi from ticket #663: Don't use deprecated gamin library

Regressions/Confirmed/Annoying/Common bugs:


    19
    May be related to ticket 1214, does you printing look like the PDF in the first post?
    20
    Hi. I found issue. I should have known better.
    Quote
    C:\u\CodeBlock_C++\DLL\02_Console\bin\Debug>dir
     Volume in drive C is OS
     Volume Serial Number is 5484-444A

     Directory of C:\u\CodeBlock_C++\DLL\02_Console\bin\Debug

    09-May-24  02:47 PM    <DIR>          .
    09-May-24  02:47 PM    <DIR>          ..
    09-May-24  11:50 AM            74,745 Console.exe
    09-May-24  11:01 AM            59,052 CreateUse.dll
    09-May-24  02:47 PM    <DIR>          junk
    09-May-24  11:04 AM    <DIR>          junk2
    09-May-24  11:01 AM             2,384 libCreateUse.a
    17-Oct-23  02:04 PM           112,640 libgcc_s_seh-1.dll
    17-Oct-23  02:04 PM         2,282,496 libstdc++-6.dll
    17-Oct-23  02:04 PM            54,784 libwinpthread-1.dll
                   6 File(s)      2,586,101 bytes
                   4 Dir(s)  148,848,451,584 bytes free

    I was missing the last 3 dll's above.  These are from the MinGW compiler section.
    These I presume are what I need for standalone console operation while another 2 files (dll's) are required for wx_Widgets (Release and Debug versions of the same).
    Regards JC......
    Pages: 1 [2] 3 4 5 6 7 ... 10