unmanaged managed

  • Thread starter Thread starter alf
  • Start date Start date
A

alf

year ago we bought a .dll developed in eVC++ of course we have not source
code only compiled .dll this .dll work fine but now we want using from
vb.net cf. applications

it is possible? this say yes there any link or information to do this please
note thant we have not idea about evc++


many thanks
 
If it exposes static C style functions then the chances are you may be able
to call into it from a .NETCF application. However the marshalling support
in .NETCF is limited so there are a lot of "ifs", take a look at this
introduction to P/Invoke for some more general details to get started:-
http://www.codeproject.com/netcf/compframe1.asp

Peter
 
Back
Top