export DLL winCE

S

sadha

Hi all,
I am porting few functions from linux to wince.I hv to create a DLL & export
it.
1.should I use export Dll in all functuins or should i use extern "C" ?

srija
 
A

Arvin Meyer

sadha said:
Hi all,
I am porting few functions from linux to wince.I hv to create a DLL & export
it.
1.should I use export Dll in all functuins or should i use extern "C" ?

You'll have better luck with that question in a C or WinCE or even a
PocketPC newsgroup, than here in an MS-Access database newsgroup.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top