User Tools

Site Tools


adt_example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
adt_example [2014/11/12 11:52]
czerny
adt_example [2014/11/12 11:55]
czerny
Line 151: Line 151:
 is very simple in this case. It only holds a DPA handle. ​ is very simple in this case. It only holds a DPA handle. ​
  
-Because the ''​COMCTL32.LIB''​ is needed, we instruct the linker to link against it, with the ''#​pragma''​ directive. So our user has not to know what additional ​library has to be used.+Because the ''​COMCTL32.LIB''​ is needed, we instruct the linker to link against it, with the ''#​pragma''​ directive. So our user has not to know what additional ​libraries are used.
  
 All our ADT functions with the exception of ''​StrSetInit()''​ use a first parameter of type ''​STRSET''​. And all this access functions have to verify that this parameter is valid (not ''​NULL''​). All our ADT functions with the exception of ''​StrSetInit()''​ use a first parameter of type ''​STRSET''​. And all this access functions have to verify that this parameter is valid (not ''​NULL''​).
  
 If you have any questions? Use the [[http://​forum.pellesc.de/​|Pelles C forum]] to ask. If you have any questions? Use the [[http://​forum.pellesc.de/​|Pelles C forum]] to ask.
adt_example.txt ยท Last modified: 2014/11/12 11:55 by czerny