Re: DLL Questions

new topic     » goto parent     » topic index » view thread      » older message » newer message

Bernie wrote:

> Are you aware that you can prevent name-magling
> to any C code when you are using a CPP by using
> extern.

Thanks; that should help. I hacked a solution by wrapping the routine again,
like this:

   double wrap_foo( double bar ) {
      foo( bar );
   }

but your solution looks a lot better.

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu