Changes between Version 19 and Version 20 of libwdi


Ignore:
Timestamp:
06/01/10 13:49:37 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi

    v19 v20  
    5050Also note that, for MinGW and cygwin, as with the libusb development tree, you need to run './autogen.sh' in order to have configure and Makefile created for you. 
    5151 
    52 To create projects relying on libwdi, please refer to how the sample executables zadic (console) and zadig (GUI) are compiled.  
     52To create projects relying on libwdi, please refer to how the sample executables zadic (console) and zadig (GUI) are compiled. 
     53 
     54== Reusable Code Parts: Can our code help you? == 
     55 
     56As a FOSS developer, there's nothing more frustrating than having to reinvent the wheel while harbouring a strong suspicion that someone, somewhere, might already have solved a similar issue.[[BR]] 
     57On the other hand, googling around and looking through scores of FOSS code listings to find that particular section of code which might be of interest to you is quite time consuming. Wouldn't it be just swell if the developers simply gave an detailed, high level overview of the problems they solved, whose solutions they think you can reuse? 
     58 
     59The following page does just that and goes through a list of the features we implemented, which you might be interested in (provided your license is compatible with LGPL v2): 
     60  * '''[wiki:libwdi_reuse Libwdi Reuse]''' 
    5361 
    5462== Development Considerations ==