cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Streamline your workflows and master BIM coordination! Program starts April 28!

Archicad C++ API
About Archicad add-on development using the C++ API.

Translate API from 24 to 25: Missing File

MudratDetector
Enthusiast

I am getting a warning about a missing file in my development environment:

g:\dev\v25\jhp_bimcoord\build\x64\release\ro\elemicons.grc.rc2

 

I am able to find ElemIcons.grc in the DG_Test example, but that is a close as I can get.

- - Where does this file come from?  It strikes me as something that is automatically generated.

- - Is ElemIcons.grc a generic file and just needs to be copied into the specific project environment?

 

TIA,

Chris

 

 

 

1>Compiling the RC2 file...
1>Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
1>
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>
1>
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): warning MSB8064: Custom build for item "RFIX.WIN\JHP_BIMcoord.rc2" succeeded, but specified dependency "g:\dev\v25\jhp_bimcoord\build\x64\release\ro\elemicons.grc.rc2" does not exist. This may cause incremental build to work incorrectly.

 

 

 

Chris Gilmer
Intel i9-12950HX CPU @ 2.30GHz, 16 cores
NVIDIA GeForce RTX 3080
48.0 GB RAM
Windows 10 Pro 64-bit
1 REPLY 1
Akos Somorjai
Graphisoft

Hi Chris,

 

That .grc.rc2 is the result of the custom build step for the .grc file, so please check that step if it compiles correctly.

 

Best, Akos