BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

BCB6.0 to BCB2007 BuildAll gives Errors but multiple makes d

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Upgrade)
View previous topic :: View next topic  
Author Message
jvdn
Guest





PostPosted: Wed Jun 18, 2008 5:23 pm    Post subject: BCB6.0 to BCB2007 BuildAll gives Errors but multiple makes d Reply with quote



Hi,



I have imported my project from C++Builder 6.0 to C++Builder 2007.



I have a project group that is a group of lib's and some exe. We have
different exe that uses the same lib's.



It seams to build fine. But I'm not sure if I ever had a complete run of a
clean buildall. I thought so at first but later I saw that some changes in a
lib weren't taken into consideration in the build. And after explicitly
removing the exe I got a new valid exe. I fond the dependencies so I check
the ones needed. I hope that it solves that problem.



When I run a build all I get an error

[ILINK32 Error] Fatal: Access violation. Link terminated.

But my exe is created ?? The buildall stops here.

There is something about microsoft.NET in the output:

Target _PerformLink:

c:\program files\codegear\rad studio\5.0\bin\ilink32.exe -L"c:\program
files\codegear\rad studio\5.0\lib\debug";"C:\Program
Files\Raize\RC4\Lib\BDS2006";Code;..\..\mmi\Userinterface\Components;"c:\program
files\codegear\rad studio\5.0\lib";"c:\program files\codegear\rad
studio\5.0\lib\Indy10";"C:\Program
Files\Raize\RC4\Lib\BDS2006";;"C:\Documents and Settings\All
Users\Documenten\RAD Studio\5.0\DCP";Build -j"c:\program files\codegear\rad
studio\5.0\lib\debug";"C:\Program
Files\Raize\RC4\Lib\BDS2006";Code;..\..\mmi\Userinterface\Components;"c:\program
files\codegear\rad studio\5.0\lib";"c:\program files\codegear\rad
studio\5.0\lib\Indy10";"C:\Program
Files\Raize\RC4\Lib\BDS2006";;"C:\Documents and Settings\All
Users\Documenten\RAD
Studio\5.0\DCP";Build -IBuild -l..\..\Bin -v -GA"C:\Soft\Owl\Sources\Owl\Server\vfs69.tmp"="C:\Soft\Owl\Sources\Owl\Server\MMIServer.res"
-aa c0w32.obj memmgr.lib sysinit.obj Build\IFMSOAPWebServer.obj
Build\IFMSOAPWebService.obj Build\IFMSOAPWebService_MachineSettings.obj
Build\IFMSOAPWebService_OmniaLink.obj Build\IFMSOAPWebService_Order.obj
Build\IFMSOAPWebService_Pack.obj
Build\IFMSOAPWebService_SupervisorInterface.obj
Build\IFMSOAPWebService_Supplier.obj Build\IFMSOAPWebService_Supply.obj
Build\IFMWebModuleU.obj Build\TFormOwlServer.obj Build\MMIServer.obj
Build\IdHTTPWebBrokerBridge.obj Build\webservexp.obj Build\wsdlpub.obj
Build\xmldoc.obj , ..\..\Bin\MMIServer.exe , ..\..\Bin\MMIServer.map ,
vcl.lib rtl.lib vclx.lib vcldb.lib dbrtl.lib bcbie.lib xmlrtl.lib inet.lib
bdertl.lib webdsnap.lib inetdb.lib dsnapcon.lib dsnap.lib
VCLMOBA_OWL_Components2007.lib Indy.lib soaprtl.lib ibxpress.lib dsnap.lib
dsnapcon.lib vcldbx.lib teeui.lib teedb.lib tee.lib bcbsmp.lib inetdbbde.lib
inetdbxpress.lib dbexpress.lib dbxcds.lib adortl.lib vcl.lib rtl.lib
vclx.lib vcldb.lib dbrtl.lib bcbie.lib xmlrtl.lib inet.lib bdertl.lib
webdsnap.lib inetdb.lib dsnapcon.lib dsnap.lib
VCLMOBA_OWL_Components2007.lib Indy.lib soaprtl.lib ibxpress.lib dsnap.lib
dsnapcon.lib vcldbx.lib teeui.lib teedb.lib tee.lib bcbsmp.lib inetdbbde.lib
inetdbxpress.lib dbexpress.lib dbxcds.lib adortl.lib indy.lib
RaizeComponentsVcl.lib ..\..\Command\Build\Command.lib
...\..\CommonInfo\Build\CommonInfo.lib
...\..\DatabaseInterface\Build\DatabaseInterface.lib
...\..\Data\Build\Data.lib
...\..\IFMWebService\IFMWebInterface\Build\IFMWebInterface.lib
...\..\Language\Build\Language.lib
...\..\MachineInterface\Build\MachineInterface.lib
...\..\MachineInterface\Converters\Build\Converters.lib
...\..\MachineInterface\Daos\Build\Daos.lib
...\..\MachineInterface\Factories\Build\Factories.lib
...\..\MachineInterface\Files\Build\Files.lib
...\..\MachineInterface\Managers\Build\Managers.lib
...\..\MachineInterface\Notifiers\Build\Notifiers.lib
...\..\Machine\Build\Machine.lib ..\..\Patterns\Build\Patterns.lib
...\..\ReadersWriters\Build\ReadersWriters.lib
...\..\Utilities\Build\Utilities.lib ..\..\Utilities\Code\klogdor.lib
"C:\Program Files\Raize\RC4\Lib\BDS2006\RaizeComponentsVcl.lib" import32.lib
cp32mt.lib , , C:\Soft\Owl\Sources\Owl\Server\vfs69.tmp

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(1796,3):
error : Fatal: Access violation. Link terminated.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets : warning
: Warning: Unable to perform incremental link - performing full link...

Done building target "_PerformLink" in project "MMIServer.cbproj" -- FAILED.

Done building project "MMIServer.cbproj" -- FAILED.

Build FAILED.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets : warning
: Warning: Unable to perform incremental link - performing full link...

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(1796,3):
error : Fatal: Access violation. Link terminated.

1 Warning(s)

1 Error(s)

Time Elapsed 00:00:53.65



What is this microsoft.NET/Framework\2.0 doing here?



When I run a makeall I don't get any error.

When I run build all and afterwards a makeall all targets in the group are
made.



Is there any one who knows what I do wrong?



Regards,



jvdn
Back to top
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Upgrade) All times are GMT
Page 1 of 1

 
 


Powered by phpBB © 2001, 2006 phpBB Group
.