will a VC 7.1 project build directly without errors in VC 6.0 ??

G

Guest

hello,
i am working on WMA SDK.
i got the SDK from Microsoft under source development agreement .
The SDK has the project of WMA 9.1 built in VC 7.1
As i dont have VC 7 i found a tool to convert the project to VC 6.
now that project has some errors , is it bcoz of building the project in VC 6.
 
G

Guest

In general its very likely that you will get build errors. Probably you can
try VC 2005 beta version to build the same.

-Saran
 
S

Steve McLellan

VC7.1's compiler has much better compliance. Additionally, you'll probably
have different headers and libraries in VC6 that may be different from the
ones used for the project. You might be better trying the VS2005 beta if
you're just playing around; if it's for a deliverable product you'll
probably need to get VC7.1.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top