I have a C++Builder (Rad studio) XE Project Group which contains an app + several language resource translations (made using the internal Rad Studio translation manager)
If i import the project group into final builder, it detects all the projects and provides a Build action for the main project, but empty (core/Action group) entries for the language resources
How would i get Final Builder to build the additional language resource files also? if i add them in as seperate projects i get a xml error about unknown BorlandProject tag...
C:\Projects\GUI\CMSNIPMonitor\ESP\CMSIP_ESP.bdsproj(2,1): error MSB4068: The element is unrecognized, or not supported in this context.
Last time I tried, the Translation tools in Rad Studio did not support command line building. I am busy installing it now (I had turned it off out of habit when installing) to try to reproduce this. Also, you don’t say which version/build of Finalbuilder you are using. You should not be using .bdsproj files, when importing the project group, make sure you select a .groupproj. You may need to update to a newer FinalBuilder 7 Build as .groupproj support was added in build 7.0.0.842.
The language files save themselves as .bdsproj files - even though my main project is a cbproj, it seems i have no control of this, all are inside the .groupproj file - this is done automatically using the Resource DLL wizard
Ok, I couldn’t get the wizard to produce anything, but CB XE seems to be broken on my machine now… won’t compile anything. Can you send one of the bdsproj files to support at finalbuilder dot com so I can take a look. It sounds like it may not be a valid msbuild project file.