The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: ecube on February 19, 2009, 08:23:43 AM

Title: Hutch
Post by: ecube on February 19, 2009, 08:23:43 AM
The latest MASM it appears the entire COM sources are removed, all of the msvcrt code in my old sources are broken(crt_whatever no longer works) and who knows what else changed. Can you please advise why you made all these changes? and perhaps provide a release notes to what else changed, i'm a strong supporter of the masm32 package, as a free lance programmer I use it extensively with clients on professional projects and recommend it all the time to friends. These kind of hidden changes are causing a lot of problems for me. Thanks
Title: Re: Hutch
Post by: hutch-- on February 19, 2009, 01:36:23 PM
Cube,

The COM stuff I canno-t help you with but the MSVCRT code has not changed at all. If you have to build the MSVCRT library again from TOOLS and make sure the include file is called. Just make sure you have not used another make of MSVCRT and if you have either use their includes or remove them and use the MASM32 ones.