datee / HaxeVLC

A bit of VLC integration for Haxe / OpenFL ... C++ target - Windows only.. for now..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile problems with the example project with VS 2017

f-rank opened this issue · comments

Hi, getting this on compile

Error: VlcBitmap.cpp
./src/vlc/VlcBitmap.cpp(681): error C2573: 'vlc::VlcBitmap_obj': cannot delete pointers to objects of this type; the class has no non-placement overload for 'operator delete'.
Use::delete, or add 'operator delete(void*)' to the class
include\vlc/VlcBitmap.h(31): note: see declaration of 'vlc::VlcBitmap_obj'

I remember trying your most excellent project with VS 2015 and not having any problems with it so it could be related to having installed VS 2017 last week to compile Armory 3D Blender projects.

Found vcvarsall.bat for each install and all is well now.
Going to chalk it up to the MS being MS.

commented

Hm yes I'm not sure what the current status is with Haxe and Visual Studio 2017.. there could be some issues...
Will look at this at some point! Thanks anyway!

hello,

after searching for a cpp windows video player I was very happy to find this repo, but I have althouhg this compiler error? how can I fix it?