Hi to all!
I wanna display an .SVG image into my application... i'm trying to follow this tutorial: http://wiki.forum.nokia.com/index.ph...ate_a_MIF_file
I have correctly added my My_Icon.mk file to the project, and I've pasted the .mk example, modifying it as follows:
But when I compile, i get this errors:Code:ifeq (WINS,$(findstring WINS, $(PLATFORM))) ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z else ZDIR=$(EPOCROOT)epoc32\data\z endif TARGETDIR=$(ZDIR)\resource\apps ICONTARGETFILENAME=$(TARGETDIR)\Anonymous_headphones.mif HEADERDIR=$(EPOCROOT)epoc32\include HEADERFILENAME=$(HEADERDIR)\Anonymous_headphones.mbg ICONDIR=..\gfx do_nothing : @rem do_nothing MAKMAKE : do_nothing BLD : do_nothing CLEAN : do_nothing LIB : do_nothing CLEANLIB : do_nothing # In the below lines the c32,8 the 32 is for the image and # 8 is for it's mask. See how the BMP file is mentioned # below the SVG's here. RESOURCE : mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \ /c32,8 $(ICONDIR)\Anonymous_headphones.svg FREEZE : do_nothing SAVESPACE : do_nothing RELEASABLES : @echo $(HEADERFILENAME)&& \ @echo $(ICONTARGETFILENAME) FINAL : do_nothing
make[2]: *** No rule to make target `@rem', needed by `do_nothing'. Stop.
make[2]: *** No rule to make target `mifconv', needed by `RESOURCE'.
What is the problem? :confused:
Thanks in advance,
XDnl




