Page 1 of 1

PostPosted: Jun 29, 2007 @ 11:50am
by meiline

PostPosted: Jun 29, 2007 @ 5:27pm
by edge

PostPosted: Jul 2, 2007 @ 7:10am
by meiline
Hello Edge,

I include "edgemain.h" in one of my *.cpp where I have the edgeMain function. The others *.cpp include "edge.h"

If I use the Edge IDE I have the same linking errors, the errors about don't find the *.h dissapear.

The helloworld example is ok. I don't have problems with this example.

PostPosted: Jul 2, 2007 @ 1:36pm
by edge
Hi Meiline,

I think the linker errors aren't related to the EDGELIB SDK. Can you tell me if you're using specific c++ features (like exception handling)?

Another possible fix is to create a release build (please check if your current build configuration is set to debug). Also you can try checking the library, perhaps it's using the incorrect edge.lib file.

The header file warnings don't appear in the Edge IDE, because these warnings are generated by the Embedded Visual C++ environment, and not by the compiler.

PostPosted: Aug 1, 2007 @ 12:19pm
by meiline