can't run libuid examples

greatsam4sure greatsam4sure at gmail.com
Sun Dec 24 21:21:08 UTC 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:
>> 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
>
> Okay, 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.



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 _uiGridInsertAt


More information about the Digitalmars-d-learn mailing list