Re: [Kicad-developers] MSVC compile: missing s3d_plugin_oce.dll

2020-11-16 Thread Mark Roszko
Ah it's a bug in vcpkg I need to fix upstream.

For now you'll need to include in your kicad install folder for debug, the
non-debug versions of freetype, zlib, bz2 and libpng

On Mon, Nov 16, 2020 at 1:44 PM Mark Roszko  wrote:

> Ah I've been meaning to fix that. There's something wrong with the
> compilation settings and/or wxdynamiclibrary loader that's causing it not
> to load DLLs from the application's executable directory, very specifically
> for the OCE plugin.
>
> On Mon, Nov 16, 2020 at 6:22 AM  wrote:
>
>> Compiling the current source (7043) with MSVC and the proposed
>> CMakeSettings.json I get a missing s3d_plugin_oce.dll error when starting
>> the 3D viewer.
>>
>> What is wrong here?
>>
>>
>>
>> -Martin.
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> --
> Mark
>


-- 
Mark
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] MSVC compile: missing s3d_plugin_oce.dll

2020-11-16 Thread Mark Roszko
Ah I've been meaning to fix that. There's something wrong with the
compilation settings and/or wxdynamiclibrary loader that's causing it not
to load DLLs from the application's executable directory, very specifically
for the OCE plugin.

On Mon, Nov 16, 2020 at 6:22 AM  wrote:

> Compiling the current source (7043) with MSVC and the proposed
> CMakeSettings.json I get a missing s3d_plugin_oce.dll error when starting
> the 3D viewer.
>
> What is wrong here?
>
>
>
> -Martin.
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>


-- 
Mark
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] MSVC compile: missing s3d_plugin_oce.dll

2020-11-16 Thread develop
Compiling the current source (7043) with MSVC and the proposed
CMakeSettings.json I get a missing s3d_plugin_oce.dll error when starting
the 3D viewer.

What is wrong here?

 

-Martin.

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp