This project does not support platform or program "VC6

Login to reply to this topic.
Thu, 2004-11-18 13:33
Joined: 2004-01-09
Forum posts: 188
HI all,

I have downloded the series 90 SDK which is supported by visual studio 2003 .net and borland c++. Now the problem is that i am using Visual studio 6.0 IDE ( i am not familiar with .NET environment ). But while giving the command " abld makefile vc6" it gives error message that " This project does not support platform or  program "VC6"". The surprising thing is that in the release notes it is specified that this SDK also supports Visual studio 6.0 IDE.

Can any body tell me the solution on this issue other than changing the IDE.

Thanks in advance

BR
Chetan

----
Chetan Kulshrestha


Tue, 2004-12-21 15:19
Joined: 2004-12-07
Forum posts: 7
This project does not support platform or program "VC6
I really don't know what your problem could be....
I installed a few days ago a copy of Series90 SDK, which also supports .NET 2003 and CBuilderX. My problem is that I can't use .NET because "VC7 platform" in unsupported... I reinstalled the SDK, I checked environment variables, but nothing has changed....

I use VC6, but I'd use VC.NET.... but I can't .... any suggestions ?
Thu, 2005-01-20 17:43
Joined: 2004-08-18
Forum posts: 58
This project does not support platform or program "VC6
I am using VC SunBeeOS addin for VS 2003, I use UIQ, S60, S80 and S90 SDKs without any problems and I swear by this addin.  I was skeptical at first and it takes a little bit of getting used to, but it is really really really good.

http://www.handango.com/PlatformProductDetail.jsp?productType=2&jid=XC7134EDAC95A9E58CC4A3AEBC16D26X&platformId=4&siteId=1&productId=124144&sectionId=0&catalog=1&authorId=622921

ASY

Thu, 2005-02-17 23:51
Joined: 2003-12-30
Forum posts: 93
This project does not support platform or program "VC6
Hi,

I don't know if it can help, but go into the abld.pl under epoc32/tools and find following line:

Code:
my $vc6edll = $ENV{EPOCROOT}."\\epoc32\\release\\wins\\udeb\\edll_vc6.lib";
or
Code:
my $vc7edll = $ENV{EPOCROOT}."\\epoc32\\release\\wins\\udeb\\edll_vc7.lib";

and change these lines depending which edll_vcX.lib you have. I can't assure that it'll 100% work, but I'm sure that you can build up a workspace.

Tell me if it worked !

MatD

Fri, 2005-02-18 07:57
Joined: 2004-12-03
Forum posts: 192
This project does not support platform or program "VC6
my friend codes for series90 using vc++6.0
so SDK supports that IDE
Thu, 2005-11-17 13:34
Joined: 2005-11-17
Forum posts: 1
Re: This project does not support platform or program "VC6
Try to set this SDK as default device, if you have few.
Thu, 2006-11-09 12:53
Joined: 2006-10-17
Forum posts: 1
Re: This project does not support platform or program "VC6
bld.inf ---- add following part:

       PLATFORM
       WINS

and that will work on vc6 Grin
  • Login to reply to this topic.