您好,欢迎来好库! [ 请登录 ] [ 免费注册 ] 好库网首页 | 我的好库
好库网 好库网社区
IT社区 » C/C++ » VC++ » geos库的引用问题
回复 发帖
u_topian 发表于 2011-8-31 19:46:00
1楼
geos库的引用问题

求教:在vs2005上测试geos-3.2.2库里的touch算子和union算子,定义来了两个简单的polygon poly1 和poly2,执行poly1->touch(poly2);poly1->union(poly2);编译能通过,执行时出现访问错误,希望高手帮忙指点一下,谢谢。

u_topian 发表于 2011-9-2 9:36:26
2楼

各位高手指点指点呗。

haobao 发表于 2011-9-2 16:22:06
3楼

没用过geos,try catch一下能捕捉到具体错误吗

u_topian 发表于 2011-9-3 10:30:42
4楼

出现的错误提示:Unhandled exception at 0x10252758 (msvcr80d.dll) in Graphic.exe: 0xC0000005: Access violation reading location 0xcdcdccf4.

回复 发帖