65.9K
CodeProject is changing. Read more.
Home

atlPath

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.11/5 (8 votes)

Feb 24, 2006

viewsIcon

32281

downloadIcon

313

ATL/WTL version of Samuel Gonzalo's CPath1.2

Introduction

    i am developing an application. when i need to parse path, i found samuel gonzalo's CPath1.2 is good enough except for without ATL/WTL support. so i modified it and share the result here and renamed to be atlpath. the modify log are included in atlPath.h.

  now you can use it in your wtl/atl application, not depend on MFC. you use it just as you use original cpath class.

  here is samuel gonzalo's original cpath class: http://www.codeproject.com/file/cpath.asp

   if you find something wrong, pls info me through email: lyshsd@126.com.

   i am a newbie to post article to codeproject. i found it not so easy.