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

Search:

Type: Posts; User: raviraj_singh

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    12,291

    Re: unresolved external symbol sqlcxt

    error LNK2001: unresolved external symbol "void __cdecl sqlcxt(void * *,unsigned int *,struct sqlexd *,*struct sq*lcxp const* )" (?sqlcxt@@YAXPEAPEAXPEAIPEAUsqlexd@@PEBUsqlcxp@@@Z)

    But after...
  2. Replies
    3
    Views
    12,291

    unresolved external symbol sqlcxt

    Hi,
    I am using ProC code in my 64 bit application.

    i am getting the following error while building it:

    error LNK2001: unresolved external symbol sqlcxt

    I am linking to orasql9.lib.

    Can...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured