Menu

#322 Issues building CoolPrj 6.34 with VS2015

6.34.7
closed
1
2015-10-02
2015-07-28
Ramon
No

Issues building coolprj 6.34 (VS2015 RTM)

  1. Missing file vcmake.bat
  2. unresolved external symbols:
    2a. TCoolGrid::TCell::TCell(const TCoolGrid::TCell &other)
    2b. TCoolGrid::TCell & TCoolGrid::TCell::operator=(const TCoolGrid::TCell &other)

Thanks

Related

Wiki: OWLNext_Stable_Releases

Discussion

  • Vidar Hasfjord

    Vidar Hasfjord - 2015-08-01
    • summary: Issues building coolprj (VS2015 RTM) --> Issues building CoolPrj 6.34 with VS2015
    • labels: Build, Internal, CoolPrj, VS2015 --> Build, CoolPrj, VS2015
    • Group: 6.34 --> unspecified
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -Issues building coolprj (VS2015 RTM)
    +Issues building coolprj 6.34 (VS2015 RTM)
    
     1. Missing file vcmake.bat
     2. unresolved external symbols:
    
     

    Last edit: Vidar Hasfjord 2015-08-01
  • Vidar Hasfjord

    Vidar Hasfjord - 2015-08-01
    1. Missing file vcmake.bat

    This is not a bug. "vcmake.bat" is simply not provided for CoolPrj (nor OWLExt). Use "source/coolprj/vc.mak" (directly, or indirectly via OWLMaker).

    2. unresolved external symbols

    I can confirm this. For CoolPrj 6.34 DLL builds, VS2015 reports the unresolved external symbols you listed. At first glance, this seems to be a bug in the compiler, since these methods are declared private and unused. Also, VS2013 builds the CoolPrj 6.34 DLLs just fine.

    Note that VS2015 builds the CoolPrj 6.42 DLLs just fine, so I recommend updating to OWLNext 6.42 to circumvent the problem. Or, use VS2013 if you really need to stay at 6.34.

     

    Last edit: Vidar Hasfjord 2015-08-01
  • Vidar Hasfjord

    Vidar Hasfjord - 2015-08-01
    • status: open --> pending
    • assigned_to: Vidar Hasfjord
    • Group: unspecified --> 6.34.7

    This issue was fixed in [r3218].

     

    Related

    Commit: [r3218]


    Last edit: Vidar Hasfjord 2015-08-01
  • Vidar Hasfjord

    Vidar Hasfjord - 2015-10-02
    • status: pending --> closed
     

Log in to post a comment.