qb64 icon indicating copy to clipboard operation
qb64 copied to clipboard

Improve resolution of paths for DECLARE LIBRARY

Open QB64Bot opened this issue 5 years ago • 0 comments

Issue by flukiluke Monday Oct 29, 2018 at 13:58 GMT Originally opened as https://github.com/Galleondragon/qb64/issues/71


The current logic used is very sucky:

  • Code includes must use a .h extension
  • Dynamic libraries must begin with lib on Linux
  • The appropriate places aren't searched for dynamic libraries, causing machine-specific constants needing to be hard coded in
  • Probably other problems

QB64Bot avatar Jan 03 '20 07:01 QB64Bot