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

Search:

Type: Posts; User: jimmiller96

Search: Search took 0.02 seconds.

  1. Re: New 'LNK2019: unresolved external' Error

    Resolved, Finally!!!!

    As expected, it was something quite stupid. I have an old header file from DOS days that declared unknown types, including bool. This header file was being included from...
  2. Re: New 'LNK2019: unresolved external' Error

    Well, it's been a few days of trying everything under the sun, and still no success. Here's the latest:

    - I create a new blank VS project and use the same class code: Success
    - I include and...
  3. Re: New 'LNK2019: unresolved external' Error

    Yes, same types, just different revisions from many different attempts. My latest rev looks like this:


    char* mFormatDef::ByteFormat(__int64 Number, int iDigits, int siCFmt, int siDFmt, bool...
  4. Re: New 'LNK2019: unresolved external' Error

    I have stripped down the components to the bare minimum, the following will compile, but will still prevent a successful link.

    Definition:

    enum siDisplayFormat2 {siNOLETTER2 = 0, siMB2,...
  5. [RESOLVED] New 'LNK2019: unresolved external' Error

    I have an existing VS C++ console application that I have been updating over the past couple of days. This morning I added a new function to one of the classes, and suddenly started getting this...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured