RE: Unicode version of ACEDAO.dll

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Can you tell me what do you exactly mean by "Unicode application".

I enabled all Unicode properties in DirectDAO sample code and was able to
compile project with no errors. You should not be doing #include
"acedao.tlh", it always gets pregenerated during compilation time.

Thanks,
AlekJ

"smo7k" wrote:

I'm trying to port my c++ code from 6.0 to 2008. My C++ application accesses
97 Access database (.mdb) file. I would like to update the my database to
Access 2007 and use C++ code to access the .mdb and .accdb files. I followed
this article

http://msdn.microsoft.com/en-us/library/cc811599.aspx

This step
#import <C:\\Program Files\\Common Files\\Microsoft
Shared\\OFFICE12\\ACEDAO.dll> rename( "EOF", "AdoNSEOF" )

will generate acedao.tlh file. The code works on the non-unicode
application. However, my application is unicode enabled, when I compiled the
with acedao.tlh, it will cause a lot of errors. Is there a ACEDAO.dll
unicode version? If not, is there I can do to make my application uses the
acedao.tlh?

Thanks.

.



Relevant Pages

  • Re: How to display German Umlauts correctly on Mac and Unix
    ... > larger due to translation tables). ... If you have to custom compile build tools to get a feature, ... And with the Unicode translation steps. ... "are written using the Unicode character set". ...
    (comp.lang.java.gui)
  • Re: Multicast Socket for Win CE 4.2 / Pocket PC 2003
    ... API and multicast works, in general, on a variety of devices that I've built ... I can't speak directly for Pocket PC, ... The Unicode thing has *nothing* to do with incompatibility and Microsoft ... it does not even compile. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Re[2]: Pre-information on Unicode in Delphi 2008
    ... and will not compile if the new VCL is utterly Unicode. ... So "all existing" applications would break and simply making application ... This is NOT what string encoding RTTI would be for, ...
    (borland.public.delphi.non-technical)
  • Re: How to port pocket pc 2002 application to windows xp??
    ... edition if the program doesn't use the Microsoft Foundation Classes ... This will let you compile ... string problems. ... make sure UNICODE and _UNICODE are _both_ defined ...
    (microsoft.public.pocketpc.developer)
  • Re: String Manipulations
    ... >> Unicode although after taking your advice it worked as I originally ... >> within the same scope of the CString example that wont compile either. ... >> Perhaps my project environment needs to be adjusted a bit? ... >> sample code shouldn't be this cumbersome. ...
    (microsoft.public.vc.language)