Hi,
How do I, or where is the best place, to report defects in Carbide.vs?
I have found one importing projects:
The problem occurs if you use preprocessor directives in your .MMP or BLD.INF files. If your .MMP contains something like:
and if HelloWorldUid.h contains aCode:#include "..\Inc\HelloWorldUid.h" UID 0x100039CE HELLOWORLDUIDstatement then you get an error.Code:#define HELLOWORLDUID
It seems that although the command line tools will preprocess .MMP and BLD.INF files before parsing them, Carbide.vs doesn't do this and thus you get an error "Projects UID3 is not valid for symbian9 projects. Check documentation for more information."
Correct behaviour would be for Carbide.vs to preprocess any .MMP and BLD.INF files before it attempts to parse it.
Addendum: discovered the same defect with BLD.INF files.



