martin wrote:
doug wrote:
in source archive the readme_mfc is the same file as readme
My fault. I'll fix it.
using the directions from the embarcadero forum I am able to compile only debug ansi version of mfc library, it fails if I try to build nondebug or unicode version
Actually my readme is for debug only too. I do not remember why anymore. Will check.
Hi Prikry1,
I've managed to find the mfc sources, but it looks that the sources file might be different from yours as I have the following issues:
1)No suitable place for
- add the following line to dumpstak.cpp at line 141
TARGDEFS=/D_UNICODE /DUNICODE
2)There is no atldbcli.h in source\mfc directory, I searched and found one in C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\include\atl
3) There is no arccode.cpp but a arccore.cpp under source\mfc
4) bartool.obj,ctlcore.obj, ctlnownd.obj, dockcont.obj, viewprev.obj and dockstat.obj have to be removed in borland.mak
5) My dumpstak.cpp has 386 lines in total, so place for
- add the following line to dumpstak.cpp at line 432
#define _tclen(__a) (1)
The good news is that UafxcW.lib is created.
When I tried to run the build.bat, I have the following error:
F:\Share\winscp505source>build.bat
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.239]
Copyright (C) Microsoft Corporation 2007. All rights reserved.
Build started 16/12/2011 3:07:58 PM.
Project "F:\Share\winscp505source\WinSCP.groupproj" on node 1 (clean;Build targ
et(s)).
Project "F:\Share\winscp505source\WinSCP.groupproj" (1) is building "F:\Share\w
inscp505source\packages\Moje.cbproj" (2) on node 1 (Clean target(s)).
F:\Share\winscp505source\packages\Moje.cbproj : error MSB4057: The target "Clea
n" does not exist in the project.
Done Building Project "F:\Share\winscp505source\packages\Moje.cbproj" (Clean ta
rget(s)) -- FAILED.
Done Building Project "F:\Share\winscp505source\WinSCP.groupproj" (clean;Build
target(s)) -- FAILED.
Thanks for your help.
Regards,
Stoval
Build FAILED.
"F:\Share\winscp505source\WinSCP.groupproj" (clean;Build target) (1) ->
"F:\Share\winscp505source\packages\Moje.cbproj" (Clean target) (2) ->
F:\Share\winscp505source\packages\Moje.cbproj : error MSB4057: The target "Cl
ean" does not exist in the project.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.70