User forums > Help

[Resolved] VC Resource Compiler Issue

<< < (2/3) > >>

sodev:
CodeBlocks support of MSVC is stuck at Visual Studio 2010 ;D, so nothing is broken, it just doesnt know the newer versions. Also the way how MSVC handles 32 Bit and 64 Bit does not really fit into the GCC-style approach CodeBlocks uses, not to mention the different SDK versions and flavours.

Is this what you mean with bug in the compiler?

Frank_CB:
Hello,

@oBFusCATed
The rebuild log is attached.  The Toolchain info follows:

Visual C++ 64-bit Compiler Toolchain
========================
  Compiler installation directory:
    C:\Progam Files (x86)\Microsoft Visual Studio\2017\Buildtools\VC\Tools\MSVC\14.15.26726.0\bin\Host64\x64

Progam files -
  C+ Compiler:  cl.exe
    C:\Progam Files (x86)\Microsoft Visual Studio\2017\Buildtools\VC\Tools\MSVC\14.15.26726.0\bin\Host64\x64
  C++ Compiler:  cl.exe
    C:\Progam Files (x86)\Microsoft Visual Studio\2017\Buildtools\VC\Tools\MSVC\14.15.26726.0\bin\Host64\x64
  Linker for dynamic libs:  link.exe
    C:\Progam Files (x86)\Microsoft Visual Studio\2017\Buildtools\VC\Tools\MSVC\14.15.26726.0\bin\Host64\x64
  Linker for static libs:  link.exe
    C:\Progam Files (x86)\Microsoft Visual Studio\2017\Buildtools\VC\Tools\MSVC\14.15.26726.0\bin\Host64\x64
  Debugger:  gdb.exe  <-- installed as Debugger GBD64
    C:\TDM-GCC-64\gdb64\bin
  Resource Compiler:  rc.exe
    C:\Progam Files (x86)\Window Kits\10\bin\10.0.17134.0\x64
  Make program:  nmake.exe
    C:\Progam Files (x86)\Microsoft Visual Studio\2017\Buildtools\VC\Tools\MSVC\14.15.26726.0\bin\Host64\x64

Additional Paths -
    C:\Progam Files (x86)\Microsoft Visual Studio\2017\Buildtools\VC\Tools\MSVC\14.15.26726.0\bin\Host64\x64
    C:\Progam Files (x86)\Window Kits\10\bin\10.0.17134.0\x64

@sodev
Thank you for the suggestions and link. I removed the rc.exe and rcdll.dll from the project's source directory.  Rebuild then failed because of the lack of rc.exe. Then, I added the paths shown above  The project was then rebuilt successfully.  The problem appears to be with CB.

The additional paths were only added after the rebuild failed.

Regards,

Frank



Frank_CB:
@BlueHazzard
Microsoft Visual C++ (MSVC) Compiler, Resource Compiler and Linker all appear to function properly.  CB's IDE has the issue.  I'm at a loss on how to open a ticket referencing this issue. I'll hold off doing that for now!

Regards,

Frank

oBFusCATed:
I don't understand anything from the info you've posted. Please post a screenshot of your toolchain settings?

Frank_CB:
@oBFusCATed
Sorry if I caused you any confusion?!  Screenshots attached.  Hope they help?

Regards,

Frank

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version