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

2019/01/11/0000-introduction-to-gtkDcoding #14

Open
utterances-bot opened this issue Sep 4, 2021 · 4 comments
Open

2019/01/11/0000-introduction-to-gtkDcoding #14

utterances-bot opened this issue Sep 4, 2021 · 4 comments

Comments

@utterances-bot
Copy link

0000: Introduction to GtkDcoding | gtkDcoding

An introduction to GTK 3 and how it can be used to create Graphical User Interfaces (GUI) for applications - a D language tutorial.

http://gtkdcoding.com/2019/01/11/0000-introduction-to-gtkDcoding.html

Copy link
Owner

This is a test comment, just to make sure it's all working.

Copy link

Gemxi commented Oct 2, 2021

If "Error: linker exited with status 1181"
try dmd –de –w –m64 gtkd.lib test_rig_imperative.d

Copy link
Owner

Thanks for leaving a comment, EasyLian. I'm assuming you got a linking error using that command? If so, you left out the -L in front of the library name. The command statement should be:

dmd -de -w -m64 -Lgtkd.lib test_rig_imperative.d

Copy link

Gemxi commented Oct 18, 2021

Yes ,I got a linking error using that command.
Error: linker exited with status 1181
You are right. I must left out the -L in front of the library name.
The command:
dmd –de –w –m64 gtkd.lib test_rig_imperative.d

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

3 participants