Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 6 and Version 7 of TutDLL

Show
Ignore:
Author:
tomD (IP: 87.174.152.237)
Timestamp:
11/03/08 18:56:40 (15 years ago)
Comment:

Corrected typedef so the example works also for functions with parameters.

Legend:

Unmodified
Added
Removed
Modified
  • TutDLL

    v6 v7  
    9292 
    9393// declaring our function pointer 
    94 typedef void function() tdllprint; 
     94typedef extern (C) void function() tdllprint; 
    9595tdllprint dllprint; 
    9696