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

Search:

Type: Posts; User: sunil.adhyaru

Search: Search took 0.03 seconds.

  1. I need some clarification on the differences between odbc, oledb and ado -

    I need some clarification on the differences between odbc, oledb and ado -
  2. How do i initialize pointer to structure to NULL

    Hi All,

    following is my code.

    typedef struct test
    {
    int a
    int* b
    }test;
  3. Re: error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

    Thanks . It is done.
  4. Re: error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

    Hi..Paresh,

    I got that , but i dont know what to do now

    Regards,
    Sunil
  5. Re: error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

    Hi..

    I am working on VisualStudio 2003

    There is no option like "Project | Settings | Custom Build".

    Regards,
    Sunil.
  6. [RESOLVED] error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

    Hi All,

    Could you help me solving this problem ??

    error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

    Regards,
    Sunil Adhyaru
  7. error LNK2001: unresolved external symbol "int __stdcall VerQueryValueA(void * const,

    Hi All,

    Could any one help me to solve this error??

    error LNK2001: unresolved external symbol "int __stdcall VerQueryValueA(void * const,char *,void * *,unsigned int *)"...
  8. Re: Command line error D2016 : '/RTC1' and '/clr' command-line options are incompatible

    It is done.
    Thanks.
  9. Re: error C2039: 'Windows' : is not a member of 'System'

    It is done.
    Thanks.
  10. error C2039: 'Windows' : is not a member of 'System'

    Hi All,

    Could any one help me to resolve following error??

    "error C2039: 'Windows' : is not a member of 'System' "

    Regards,
    Sunil Adhyaru
  11. Re: Command line error D2016 : '/RTC1' and '/clr' command-line options are incompatible

    Project type is "MFC Application"
  12. Command line error D2016 : '/RTC1' and '/clr' command-line options are incompatible

    Hi All,
    I am getting following error message while converting my project from VC++6.0 to VisualStudio .Net2003.

    Command line error D2016 : '/RTC1' and '/clr' command-line options are incompatible...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured