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

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
In general its very likely that you will get build errors. Probably you can
try VC 2005 beta version to build the same.

-Saran
 
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
 
Back
Top