Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic build flowchart failed (Read 3850 times)
strong_peng
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 69
Joined: Jul 18th, 2007
build flowchart failed
May 10th, 2010 at 11:17am
Print Post  
i buy flowchart4.3.1 source code.
build it with vs2005.
error: fatal error C1083: Cannot open include file: 'atlapp.h': No such file or directory.

1, download wtl8.
2, cscript setup80.js.
3, config vs2005 include file.
4, bulid  failed

how to build it good?
can i build it with vs2003?
  
Back to top
 
IP Logged
 
strong_peng
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 69
Joined: Jul 18th, 2007
Re: build flowchart failed
Reply #1 - May 10th, 2010 at 11:25am
Print Post  
build with wtl8 and unicode release MinSize.


1>atlmincrt.lib(atlinit.obj) : error LNK2005: "void * __cdecl operator new[](unsigned int)" (??_U@YAPAXI@Z) 已经在 libcpmt.lib(newaop.obj) 中定义
1>LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(tidtable.obj) : error LNK2005: __encoded_null 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(tidtable.obj) : error LNK2005: __decode_pointer 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(fpinit.obj) : error LNK2005: __fltused 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(crt0dat.obj) : error LNK2005: __get_osplatform 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(crt0dat.obj) : error LNK2005: __osplatform 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(calloc.obj) : error LNK2005: _calloc 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(dosmap.obj) : error LNK2005: __errno 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(dosmap.obj) : error LNK2005: __set_errno 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>LIBCMT.lib(dosmap.obj) : error LNK2005: __get_errno 已经在 atlmincrt.lib(atlinit.obj) 中定义
1>   正在创建库 .\ReleaseUMinSize/FlowChart.lib 和对象 .\ReleaseUMinSize/FlowChart.exp
1>FlowChart.exp : warning LNK4070: .EXP 中的 /OUT:FlowChartPro.DLL 指令与输出文件名“.\ReleaseUMinSi
ze/FlowChart.dll”不同;忽略指令
1>LINK : warning LNK4199: 已忽略 /DELAYLOAD:gdiplus.dll;未找到来自 gdiplus.dll 的导入
1>GradientBrush.obj : error LNK2001: 无法解析的外部符号 _GdipFree@4
1>HollowBrush.obj : error LNK2001: 无法解析的外部符号 _GdipFree@4
1>Pen.obj : error LNK2001: 无法解析的外部符号 _GdipFree@4
1>SolidBrush.obj : error LNK2001: 无法解析的外部符号 _GdipFree@4
1>FlowChartCtrl.obj : error LNK2019: 无法解析的外部符号 _GdipFree@4,该符号在函数 "public: static void __cdecl Gdiplus::GdiplusBase:Shockedperator delete(void *)" (??3GdiplusBase@Gdiplus@@SAXPAX@Z) 中被引用
1>GdiPlusCanvas.obj : error LNK2001: 无法解析的外部符号 _GdipFree@4
1>GdiPlusDrawingBuffer.obj : error LNK2001: 无法解析的外部符号 _GdipFree@4
1>GdiPlusEngine.obj : error LNK2001: 无法解析的外部符号 _GdipFree@4
1>GradientBrush.obj : error LNK2001: 无法解析的外部符号 _GdipAlloc@4
......................
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: build flowchart failed
Reply #2 - May 10th, 2010 at 11:28am
Print Post  
Hi,

Open Tools -> Options -> Projects and Solutions -> VC++ Directories. There select "Include files" in the "show directories for" drop-down and add the WTL\include folder. Now if WTL 8 is backward compatible with V7.1 we are using, the project should build fine. If it doesn't, try building with WTL 7.1.

Sorry, we are not supporting VS2003 anymore. You might try adding the source and resource files to an empty VS2003 project to see if it will build ok.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint