> I think we need a tutorial on DLLs, on the Nim website, even @PMunch article 
> doesn't mention that.

I agree that there needs to be a complete tutorial on dynamic libraries. From A 
to Z, what we have now kind of stops at W, leaving one in the dark for the 
remaining X, Y, Z to make it work.

Just for the heck of it I scanned my Windows drive :

  * ls -R -1 /media/ivan/OS | fgrep ".dll" | sort | uniq | wc -l
    * result 17918
  * ls -R -1 /media/ivan/OS | fgrep ".exe" | sort | uniq | wc -l
    * result 4489



That means of Windows executable code **80% is dll** , 20% is exe. Maybe some 
dll are resources, so it may be a bit less, but clearly it's a **dll world**

Reply via email to