FLTK logo

Re: [fltk.general] FLTK on Visual Studio 2019 x64, "Cannot open include file: 'dirent.h': No such file or directory

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: FLTK on Visual Studio 2019 x64, "Cannot open include file: 'dirent.h': No such file or directory Greg Ercolano May 06, 2021  
 

These new errors appear to be link errors with your own app, and not FLTK itself.

Since it's complaining about practically every reference to FLTK means your app is not linking in the FLTK library; check your build settings to make sure you're linking with a path to the FLTK library files you built with x64.

On 5/6/21 8:16 AM, Tom Hogenkamp wrote:
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "public: virtual __cdecl Fl_Widget::~Fl_Widget(void)" (??1Fl_Widget@@UEAA@XZ) referenced in function "public: virtual __cdecl Fl_Box::~Fl_Box(void)" (??1Fl_Box@@UEAA@XZ) VirtualAdvertisement C:\Users\Tom\source\repos\VirtualAdvertisement\VirtualAdvertisement\MainWindow.obj 1
Error LNK2001 unresolved external symbol "public: virtual __cdecl Fl_Widget::~Fl_Widget(void)" (??1Fl_Widget@@UEAA@XZ) VirtualAdvertisement C:\Users\Tom\source\repos\VirtualAdvertisement\VirtualAdvertisement\Source.obj 1
Error LNK2001 unresolved external symbol "public: virtual __cdecl Fl_Widget::~Fl_Widget(void)" (??1Fl_Widget@@UEAA@XZ) VirtualAdvertisement C:\Users\Tom\source\repos\VirtualAdvertisement\VirtualAdvertisement\Toolbar.obj 1



--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/6d1ae9b0-c335-73fe-4db7-6f932b32c913%40seriss.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.