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 "lifeatt... May 06, 2021  
  With the DUMPBIN utility you can confirm if your library is 32-bit or 64-bit.

This command:

dumpbin /headers fltk.lib | more

will show a huge dump of info (which is why I sent it to 'more'). The first bits of info you'll see are something like:

Dump of file fltk.lib

File Type: LIBRARY

FILE HEADER VALUES
            8664 machine (x64)
               A number of sections
        5FD13075 time date stamp Wed Dec  9 15:15:49 2020
             635 file pointer to symbol table
              26 number of symbols
               0 size of optional header
               0 characteristics

As you can see [bolded] in the above, this particular fltk.lib file on my machine is built to x64.

Kevin

--
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/5f260135-54ce-4103-938f-dc0db06b6f74n%40googlegroups.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'.