digitalmars.D.learn - can't run libuid examples
- greatsam4sure (3/3) Dec 21 2017 I am having problem with running the examples of libuid on
- bauss (6/9) Dec 21 2017 Okay, but how are we supposed to help if you don't show us what
- greatsam4sure (64/73) Dec 24 2017 These are the errors I am having
I am having problem with running the examples of libuid on Windows and how to use libuid on a project without errors. I am using dmd version 2.076
Dec 21 2017
On Thursday, 21 December 2017 at 18:41:28 UTC, greatsam4sure wrote:I am having problem with running the examples of libuid on Windows and how to use libuid on a project without errors. I am using dmd version 2.076Okay, but how are we supposed to help if you don't show us what errors you get? Errors can depend on many things like your compiler-setup, paths, linker, your code, packages, compiler-flags and so on.
Dec 21 2017
On Friday, 22 December 2017 at 04:41:09 UTC, bauss wrote:On Thursday, 21 December 2017 at 18:41:28 UTC, greatsam4sure wrote:These are the errors I am having example2.obj(example2) Error 42: Symbol Undefined _uiEditableComboboxText .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiEditableComboboxSetText .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiNewPasswordEntry .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiEntryOnChanged .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiNewEntry .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiNewSearchEntry .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiEntryText .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiEntrySetText .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiEntryReadOnly .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiEntrySetReadOnly .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiFontButtonOnChanged .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiNewFontButton .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiFontButtonFont .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiNewForm .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiFormAppend .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiFormDelete .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiFormPadded .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiFormSetPadded .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiNewGrid .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiGridAppend .dub\build\example2-debug-windows-x86-dmd_2076-2BF5EBEC270C34966AAC50F10B4761A example2.obj(example2) Error 42: Symbol Undefined _uiGridInsertAtI am having problem with running the examples of libuid on Windows and how to use libuid on a project without errors. I am using dmd version 2.076Okay, but how are we supposed to help if you don't show us what errors you get? Errors can depend on many things like your compiler-setup, paths, linker, your code, packages, compiler-flags and so on.
Dec 24 2017