Author Topic: looking for a dll  (Read 14700 times)

Offline J!M!

  • Single posting newcomer
  • *
  • Posts: 5
Re: looking for a dll
« Reply #15 on: September 21, 2008, 10:28:30 pm »
"AdditionalPaths" is highlighted.

Thatz also my 2nd problem: Why do I have a such weird color distribution?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: looking for a dll
« Reply #16 on: September 21, 2008, 10:34:30 pm »
Btw: Why is in Project->Properties some text as black as the background, so that I can't read it?

GreezZ J!M!

Because you selected an black background; somewhere in Code::Blocks there is an bug.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline J!M!

  • Single posting newcomer
  • *
  • Posts: 5
Re: looking for a dll
« Reply #17 on: September 21, 2008, 10:43:48 pm »
Hmm.. Isn't there a patch for this? This really gets on my nerves...

But what is with my main problem? Isn't there other solution?
Ok, what I've thought: Even it is a Qt project, I've started up by making a "Dynamic Link Library"-Project. Maybe thatz the reason why C::B can't find Qt. But if then I choose "Qt Application", am I still able not to compile an .exe but a .dll, by changing build/project-options afterwards?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: looking for a dll
« Reply #18 on: September 21, 2008, 10:54:42 pm »
Hmm.. Isn't there a patch for this? This really gets on my nerves...

But what is with my main problem? Isn't there other solution?
Ok, what I've thought: Even it is a Qt project, I've started up by making a "Dynamic Link Library"-Project. Maybe thatz the reason why C::B can't find Qt. But if then I choose "Qt Application", am I still able not to compile an .exe but a .dll, by changing build/project-options afterwards?

Sounds more and more that you did not set the project search folder correctly, please confirm they are right.

Turn on Compiler logging and post the results.
This is done by selecting the "Full command line" option Under menu "Settings" -> "Compiler and Debugger" -> "Other Setting" tab, "Compiler logging".

What is the error?

Is it an compiler error, linker error or runtime error?

Tim S
« Last Edit: September 21, 2008, 10:57:24 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline J!M!

  • Single posting newcomer
  • *
  • Posts: 5
Re: looking for a dll
« Reply #19 on: September 21, 2008, 11:11:39 pm »
WTF!
Don't know w2do.... -.-
-> screenshot

[attachment deleted by admin]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: looking for a dll
« Reply #20 on: September 21, 2008, 11:42:31 pm »
Instead of "Task descripting" chose "Full commandline" from the dropdown list.