[ILINK32 Fehler] Fatal: File 'CRGRID.OBJ' cannot open

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
the_bachelor1982
Posts: 8
Joined: Mon 30 Jan 2012 21:48

[ILINK32 Fehler] Fatal: File 'CRGRID.OBJ' cannot open

Post by the_bachelor1982 » Tue 05 Jun 2012 11:26

Hello!

I have upgraded my C++Builder from version 2010 to XE2 and installed an update from devart data access components to version 7.1.6 also. when i compile my project i became an error message who called File "CRGRID.OBJ" cannot open...

Please help me...

best regards,

Maik

AndreyZ

Re: [ILINK32 Fehler] Fatal: File 'CRGRID.OBJ' cannot open

Post by AndreyZ » Tue 05 Jun 2012 15:45

Hello,

Please try removing all links to the CRGrid.obj file in your project and check if the problem persists. If it does, please specify the code your project uses to include the CRGrid unit (for example, #pragma link "CRGrid").

Post Reply