Importing & exporting a global variable in C

Hi All,


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




Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories