Jon Hardcastle
2008-01-18 13:04:34 UTC
Hello,
I am very new to scons, and have been tasked with
trying to get it to compile our app after i initially
identified it as plausible.
I am stuggling though. I know our app depends on a
number of home grown libs, so i have cut back to one
in partcular that uses no other home grown libs just
an mfc app compiled in V8.
I am really struggling.
I got as far as
StaticLibrary('cbwbBase.lib', workbenchapp.cpp')
I even put all the inclue and lib dir's that VS uses
and that are defined globally.. but it always falls
over on
workbenchapp.cpp(570) : error C3861: 'AfxLoadLibrary':
identifier not found
scons: *** [workbenchapp.obj] Error 2
scons: building terminated because of errors.
Can anyone help me?
Thank you!!!
-----------------------
N: Jon Hardcastle
E: ***@eHardcastle.com
'The writing is on the wall...'
-----------------------
I am very new to scons, and have been tasked with
trying to get it to compile our app after i initially
identified it as plausible.
I am stuggling though. I know our app depends on a
number of home grown libs, so i have cut back to one
in partcular that uses no other home grown libs just
an mfc app compiled in V8.
I am really struggling.
I got as far as
StaticLibrary('cbwbBase.lib', workbenchapp.cpp')
I even put all the inclue and lib dir's that VS uses
and that are defined globally.. but it always falls
over on
workbenchapp.cpp(570) : error C3861: 'AfxLoadLibrary':
identifier not found
scons: *** [workbenchapp.obj] Error 2
scons: building terminated because of errors.
Can anyone help me?
Thank you!!!
-----------------------
N: Jon Hardcastle
E: ***@eHardcastle.com
'The writing is on the wall...'
-----------------------