Menu

#46 __declspec & runinstall build errors on WIndows v5.6.1

closed-out-of-date
None
5
2008-08-28
2007-10-03
Anonymous
No

When I compiled the files I got an error relating to the __declspec declarations in win3.cpp, on my machine (VS 2005) the syntax is different. The changes are:
Line 1010:
__declspec(dllexport) LRESULT CALLBACK PlPlotWndProc (HWND hwnd,UINT message, UINT wParam,LONG lParam)
and Line 86 should have the same change

In runinstall.bat line 10 has a small type it should be:
if EXIST %1 goto copy

Thanks for the great utility!!

Discussion

  • Werner Smekal

    Werner Smekal - 2008-08-28
    • assigned_to: nobody --> smekal
    • status: open --> closed-out-of-date
     
  • Werner Smekal

    Werner Smekal - 2008-08-28

    Logged In: YES
    user_id=899567
    Originator: NO

    Hi,

    since the win3 driver is not supported anymore in the newer PLplot versions and since the build system has completely changed due the introduction of the CMake Build System, I'll close this bug with 'Out of Date' resolution. Thanks for the report.

    Werner

     

Log in to post a comment.