.dll

Started by Flaze07, 10 July 2017, 12:24:47

Flaze07

hi so...I just want to ask something ::)
why is the .dll in lib folder ??



and here's a question that's unrelated to tgui
why is it that
lazarus's forum, codeblock forum, sfml forum, this forum are all....similiar

texus

When creating the library, all files that are created end up in a single build directory. I just copy the relevant files (.dll and .lib/.a) together to a "lib" folder. I could put the dlls in a separate "bin" directory perhaps, but I don't really care much where they are placed as long as people can find them.

These forums all use SMF (Simple Machines Forum) as forum software.

Flaze07

ah I see...


well in the end I moved them to bin folder

Flaze07

also why is the signal result (checked or unchecked ) is in string style ??

(I've heard that it is close to CSS-style (never learnt CSS tho) )

texus

Quotewell in the end I moved them to bin folder
Why would you have to move them? Is there a reason you need them in a bin folder?
They just need to be placed next to your executable.

Quotealso why is the signal result (checked or unchecked ) is in string style ??
What exactly are you referring to? I didn't understand what you meant with this.

Flaze07

nvm forget what I said about the string
also...the reason I put them in bin folder in tgui folder in codeblock folder is because that's how I use sfml and sfgui