Page 1 of 4

Compilation working in VS2003, but not with EdgeIDE

PostPosted: Jan 29, 2007 @ 3:48pm
by guynemer

PostPosted: Jan 29, 2007 @ 4:42pm
by Dan East

PostPosted: Jan 29, 2007 @ 5:45pm
by guynemer

PostPosted: Jan 29, 2007 @ 9:44pm
by guynemer
Ok obviously now it works, but I still have one problem. It's with the s60 3rd ed : the compilation ends in error.

HEre's the log

---------------- Building: TestGame - Series 60 (3rd edition) Release ----------------
TestGame_F0205D9D.mbm
TestGame_F0205D9D.rsc

TestGame_F0205D9D_reg.rsc
C:\edgeide_bldtmp_F0205D9D_reg.rss:2: TestGame.rsg: No such file or directory


I'm trying to look at the configuration file, but in the same time if someone expert (Edge ?) could help me, that would be great :wink:

PostPosted: Jan 30, 2007 @ 10:50am
by edge
Hi Guynemer,

This problem can be easily fixed by adding the current path to the include path list. Add "." to the EdgeIDE at project -> library/include paths.

PostPosted: Jan 30, 2007 @ 8:27pm
by guynemer

PostPosted: Jan 30, 2007 @ 9:54pm
by edge

PostPosted: Jan 30, 2007 @ 10:10pm
by guynemer

PostPosted: Jan 31, 2007 @ 8:39am
by edge

PostPosted: Jan 31, 2007 @ 7:11pm
by guynemer

PostPosted: Jan 31, 2007 @ 7:51pm
by edge

PostPosted: Jan 31, 2007 @ 10:34pm
by guynemer

PostPosted: Feb 1, 2007 @ 9:03am
by edge
Hi Guynemer,

The cause of the error is the backslash in the "D:\HekkusSoundSystem\" includepath. Change it to "D:\HekkusSoundSystem" and it should compile fine.

In the next version of the Edge IDE this bug will be fixed by removing the final backslash in the include paths.

PostPosted: Feb 2, 2007 @ 1:08pm
by guynemer

PostPosted: Feb 2, 2007 @ 1:37pm
by guynemer