Hi Arjen!
>> Can I just enter this path in FindwxWidgets.cmake by replacing
>> list(APPEND wxWidgets_LIBRARIES winmm comctl32 rpcrt4 wsock32) with
>> list(APPEND wxWidgets_LIBRARIES C:\Program Files (x86)\Microsoft
>> SDKs\Windows\v7.0A\Lib\comctl32.lib C:\Program Files (x86)\Microsoft
>> SDKs\Windows\v7.0A\Lib\rpcrt4.lib)
>> ?
>
> I'd say so, but put the full names in quotes (") as they contain spaces
> and change \ to /.
>
> Now let's keep our fingers crossed ...
Good, that you crossed your fingers ;-)
Now, by replacing
list(APPEND wxWidgets_LIBRARIES winmm comctl32 rpcrt4 wsock32)
with
list(APPEND wxWidgets_LIBRARIES "C:/Program Files (x86)/Microsoft
SDKs/Windows/v7.0A/Lib/comctl32.lib" "C:/Program Files (x86)/Microsoft
SDKs/Windows/v7.0A/Lib/rpcrt4.lib")
all three projects, i.e. wxwidgets, plplotwxwidgets and wxPLplotDemo,
compile in Visual Studio 2010.
This means, that obviously winmm.lib and wsock32.lib are not needed by any
of these projects.
Anyway, this problem will occur again as soon as someone else downloads
PLplot and tries to use it with wxWidgets.
--
Best regards,
Thorsten
------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel