Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows missing dlls when running very basic example. #12

Closed
FaisalAhmedAlghamdi opened this issue May 9, 2024 · 4 comments
Closed

Comments

@FaisalAhmedAlghamdi
Copy link

libgcc_s_seh-1.dll was not found
libstdc++-6.dll was not found

my code looks like this

import uing

proc main =
  let window = newWindow("Window Title", 300, 30)

  show window
  mainLoop()

init()
main()

my nimble package

# Package

version       = "0.1.0"
author        = "Faisal Alghamdi"
description   = "POSman"
license       = "MIT"
srcDir        = "src"
bin           = @["posman"]


# Dependencies

requires "nim >= 2.0.2"
requires "uing"
@FaisalAhmedAlghamdi FaisalAhmedAlghamdi changed the title Windows missing dlls when compiling very basic example. Windows missing dlls when running very basic example. May 9, 2024
@neroist
Copy link
Owner

neroist commented May 9, 2024

Weird... I think I ran into this issue before too, try using HEAD instead of the most recent version.

@FaisalAhmedAlghamdi
Copy link
Author

Weird... I think I ran into this issue before too, try using HEAD instead of the most recent version.

how do i specify it in the nimble file?

@neroist
Copy link
Owner

neroist commented May 9, 2024

According to the Nimble docs its

requires "uing#head"

@FaisalAhmedAlghamdi
Copy link
Author

works thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants