The application I'm writing (in C with Borland BC45)
exports a variable. I used :"vartype _export varname";
In the Dll that will make use of this exported variable,
I used: "vartype _import varname". The Dll does not
compile! I get the error message "extern variable
cannot be initialized".
What's going on ?
Thanks
It looks like you're new here. If you want to get involved, click one of these buttons!