c++ - Boost in an MFC app on NT4 -


i trying modify current mfc application running on windows nt4 use boost libraries ethernet communcications (originally, used commx serial) , general increased performance, effieciency, , clarity of code.

i started out modifying in vs2010, found unable produce valid nt4 app vs2010. googled issue , found vs2005 last version able create nt4 app. got compile in vs2005, found had change #define statements in stdafx.h in order app run on nt4. however, after doing that, when execute program on nt4, quits no error. doesn't show anything. checked task manager processes while executing it. never executed @ all.

i got desperate , tried compiling app in vs2003, got many errors gave up.

my last attempt vc6, again, got 262 errors , started wondering whether possible boost run in vb6 or on nt4 machine.

is possible compile , run mfc app boost libraries on nt4 machine? if so, environment/compiler need , how configure work correctly?

this tight-schedule project, (prompt) appreciated! thank you!

if you're trying use vc6 compile code uses boost, may need older version of boost. try 1.34.1.


Comments