高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】guidance in migrating from 1.10 to 1.14
guidance in migrating from 1.10 to 1.14
guidance in migrating from 1.10 to 1.14
i am using mfc vc6 static libraries. can anyone help me make the right changes for my code to work with 1.14 lib files?
thank you in advance.
andrew
i had to:
remove acis lib file
add spatial lib file
change exservices etc. paths
copy several alloc calls into the program so that i did not need the alloc lib
use a new macro for specifying heap operators
remove several files no longer present.
a full recompile works.
|