i need to write a dll, it is to be written in C, but never havin had to write a dll before i thought i'd just check that it has no serious limitations over that of an executable does it. i.e. it is able to call malloc and all of the c libraries as with a regular c app.
cheers - thought it best to check before i get too far into it!