Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Template magic

Template magic

Scheduled Pinned Locked Moved C / C++ / MFC
graphicshelpquestion
10 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hint_54
    wrote on last edited by
    #1

    launcher.obj : error LNK2001: unresolved external symbol "public: __thiscall tLgInteger >,unsigned __int64>::tLgInteger >,unsigned __int64>(unsigned long)" (??0?$tLgInteger@V?$vector@KV?$allocator@K@std@@@std@@_K@@QAE@K@Z) ;P hint_54

    T C R 3 Replies Last reply
    0
    • H hint_54

      launcher.obj : error LNK2001: unresolved external symbol "public: __thiscall tLgInteger >,unsigned __int64>::tLgInteger >,unsigned __int64>(unsigned long)" (??0?$tLgInteger@V?$vector@KV?$allocator@K@std@@@std@@_K@@QAE@K@Z) ;P hint_54

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #2

      hint_54 wrote:

      launcher.obj : error LNK2001: unresolved external symbol "public: __thiscall tLgInteger >,unsigned __int64>::tLgInteger >,unsigned __int64>(unsigned long)" (??0?$tLgInteger@V?$vector@KV?$allocator@K@std@@@std@@_K@@QAE@K@Z)

      huuuu :wtf: where is the question ?


      Don't know where to start ?
      Refer the Forums Guidelines and ask a friend

      [VisualCalc 3.0][Flags Beginner's Guide]

      H 1 Reply Last reply
      0
      • H hint_54

        launcher.obj : error LNK2001: unresolved external symbol "public: __thiscall tLgInteger >,unsigned __int64>::tLgInteger >,unsigned __int64>(unsigned long)" (??0?$tLgInteger@V?$vector@KV?$allocator@K@std@@@std@@_K@@QAE@K@Z) ;P hint_54

        C Offline
        C Offline
        CPallini
        wrote on last edited by
        #3

        :)

        If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

        1 Reply Last reply
        0
        • T toxcct

          hint_54 wrote:

          launcher.obj : error LNK2001: unresolved external symbol "public: __thiscall tLgInteger >,unsigned __int64>::tLgInteger >,unsigned __int64>(unsigned long)" (??0?$tLgInteger@V?$vector@KV?$allocator@K@std@@@std@@_K@@QAE@K@Z)

          huuuu :wtf: where is the question ?


          Don't know where to start ?
          Refer the Forums Guidelines and ask a friend

          [VisualCalc 3.0][Flags Beginner's Guide]

          H Offline
          H Offline
          hint_54
          wrote on last edited by
          #4

          No question ;) just found that funny :laugh: hint_54

          T 1 Reply Last reply
          0
          • H hint_54

            No question ;) just found that funny :laugh: hint_54

            T Offline
            T Offline
            toxcct
            wrote on last edited by
            #5

            i may be missing something there, but, what's funny in this ?


            Don't know where to start ?
            Refer the Forums Guidelines and ask a friend

            [VisualCalc 3.0][Flags Beginner's Guide]

            H 1 Reply Last reply
            0
            • T toxcct

              i may be missing something there, but, what's funny in this ?


              Don't know where to start ?
              Refer the Forums Guidelines and ask a friend

              [VisualCalc 3.0][Flags Beginner's Guide]

              H Offline
              H Offline
              hint_54
              wrote on last edited by
              #6

              This was the line that produced that error tLgInteger::tLgInteger( tElement nValue ) So it's just like CPallini said: "No more alcohol to the linker!" ;p hint_54

              S 1 Reply Last reply
              0
              • H hint_54

                This was the line that produced that error tLgInteger::tLgInteger( tElement nValue ) So it's just like CPallini said: "No more alcohol to the linker!" ;p hint_54

                S Offline
                S Offline
                Stephen Hewitt
                wrote on last edited by
                #7

                Yes, but tLgInteger is a template as is tVector. All these template parameters have to be encoded into the typename. Ignoring the long typename (it is of no consequence anyway) the error is simple: the constructor is declared but not defined.

                Steve

                1 Reply Last reply
                0
                • H hint_54

                  launcher.obj : error LNK2001: unresolved external symbol "public: __thiscall tLgInteger >,unsigned __int64>::tLgInteger >,unsigned __int64>(unsigned long)" (??0?$tLgInteger@V?$vector@KV?$allocator@K@std@@@std@@_K@@QAE@K@Z) ;P hint_54

                  R Offline
                  R Offline
                  Rajesh R Subramanian
                  wrote on last edited by
                  #8

                  Interesting :-D Btw.. My 1 too.


                  Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

                  T C 2 Replies Last reply
                  0
                  • R Rajesh R Subramanian

                    Interesting :-D Btw.. My 1 too.


                    Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

                    T Offline
                    T Offline
                    toxcct
                    wrote on last edited by
                    #9

                    brahmma wrote:

                    Btw.. My 1 too.

                    :laugh::laugh::laugh:


                    Don't know where to start ?
                    Refer the Forums Guidelines and ask a friend

                    [VisualCalc 3.0][Flags Beginner's Guide]

                    1 Reply Last reply
                    0
                    • R Rajesh R Subramanian

                      Interesting :-D Btw.. My 1 too.


                      Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

                      C Offline
                      C Offline
                      CPallini
                      wrote on last edited by
                      #10

                      Mine?

                      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups