CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: danielmofo

Search: Search took 0.02 seconds.

  1. Re: Windows 64 bit or 32 bit preprocessor directives

    Also when using angle-bracket-form?

    http://msdn.microsoft.com/en-us/library/8etzzkb6(v=vs.100).aspx
    says it does
  2. Re: Windows 64 bit or 32 bit preprocessor directives

    Ok, so do I need to add the following to Additional Include Directories to make it works for both 32 and 64 bit windows?

    C:\Program Files (x86)\Common Files\System\ado
    C:\Program Files\Common...
  3. Re: Windows 64 bit or 32 bit preprocessor directives

    #import <msado15.dll>

    does not work and the following error is generated

    'fatal error C1083: Cannot open type library file: 'msado15.dll': No such file or directory'
  4. Re: Windows 64 bit or 32 bit preprocessor directives

    thnx
  5. Windows 64 bit or 32 bit preprocessor directives

    Hi,

    I want to connect to an SQL Server database using ADO with VC++.
    In order to do that you need to import an external dll, like so:

    #import "C:\\Program Files (x86)\\Common...
  6. Replies
    0
    Views
    1,336

    Crystal Reports VS2010 and Visual C++

    Hi,

    I'm a beginning VC++ developer and I need to figure out how to integrate Crystal Reports 13 in an MFC project.
    I know I need to use the Crystal ActiveX Report Viewer, but I don't know to...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured