Board index » cppbuilder » Undeclared identified XXXXXX

Undeclared identified XXXXXX


2006-10-18 12:48:04 AM
cppbuilder48
Hello,
I have the next problem in BDS2006 with the last updates and hotfix.
There are two projects, one is a DLL with some clases, and second is a
.exe which uses de DLL. The project is for C#. The question is
why if I use using NAMESPACE_IN_DLL_IMPORTED_FROM_REFERENCE BDS canīt
read its contents and appears underlined in red and if the mouse pointer
is positioned above the underlined appears UNDECLARED IDENTIFIED
NAMESPACE_IN_DLL_IMPORTED_FROM_REFERENCE ?
Itīs strange because project compiles right.
Thanks
 
 

Re:Undeclared identified XXXXXX

Hi,
Quote
I have the next problem in BDS2006 with the last updates and hotfix.
There are two projects, one is a DLL with some clases, and second is a
.exe which uses de DLL. The project is for C#. The question is
why if I use using NAMESPACE_IN_DLL_IMPORTED_FROM_REFERENCE BDS canīt
read its contents and appears underlined in red and if the mouse pointer
is positioned above the underlined appears UNDECLARED IDENTIFIED
NAMESPACE_IN_DLL_IMPORTED_FROM_REFERENCE ?
Itīs strange because project compiles right.
That's Error Insight and I guess it does not use the
same parsing as the compiler so it gets it wrong
sometimes (false 'errors'). If this is something
you can post to QC with a snippit or code sample
that reproduces it, it will help make Error Insight
better in the future.
--Craig