User forums > Using Code::Blocks
looking for a dll
stahta01:
--- Quote from: 3DModelerMan on September 20, 2008, 11:48:16 pm ---I just thought of something though, won't this affect the rest of my computers programs?.
I have windows XP so if my installer wrote in XP to system32 (wich is where my dll's are searched for), if the install program wrote the dll's to there would it be the same on other windows systems?.
--- End quote ---
If your installer puts any DLLs into system32 other than windows DLLs; I hope to never use your program.
This assumes an normal program; some system utilities seem to put DLLs there, but most other programs do not.
http://en.wikipedia.org/wiki/Dll_hell
http://msdn.microsoft.com/en-us/library/ms682586.aspx
Tim S
J!M!:
I'm new to Code::Blocks.
In the systems PATH-variable I added "C:\QtOpenSource\bin", which works fine within "QDevelop". But now, in Code::Blocks the compiler just can't find Qt. (I want to build a DLL from sources which use Qt.) Why?
Btw: Why is in Project->Properties some text as black as the background, so that I can't read it?
GreezZ J!M!
stahta01:
Try adding the dll path to Code::Blocks in addition to the Windows System Variable PATH.
The method I use is to add it to Global Compiler Settings.
"Settings" -> "Compiler and Debugger"
Tab "Tool chain exe"
SubTab "Additional paths"
Tim S
J!M!:
Thx 4 your answer.
But I've already tried that without success. Check out the screenshots in the attachment.
Greezz J!M!
[attachment deleted by admin]
stahta01:
Please try it again this time use
SubTab "Additional paths"
Oops, not sure which tab is highlighted in your pic.
FYI: You also need to update the project search folders, but since that has nothing to do with finding the DLL on program execution, not sure if it needs stated.
Tim S
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version