![]() |
|
Alleg44.dll cant be found :( |
johannes eriksson wallin
Member #12,906
May 2011
|
i have just start to work in allegro and it works great |
gnolam
Member #2,030
March 2002
![]() |
Well, first off, you should have a look at your keyboard. Your shift key appears to be broken. Second, the DLL needs to be in your executable's working directory. [EDIT] -- |
johannes eriksson wallin
Member #12,906
May 2011
|
so I should just dl the dll? and move it to my working directory and not system32? thx |
gnolam
Member #2,030
March 2002
![]() |
Alright, since my "your shift key appears to be broken" comment was apparently too subtle: start capitalizing your posts. This isn't Counter-Strike. It's a forum. You have ample time to use proper spelling and capitalization in your posts. -- |
johannes eriksson wallin
Member #12,906
May 2011
|
I'm sorry but I didn't think it was impotent, but form now on I will do my best |
gnolam
Member #2,030
March 2002
![]() |
Much better! You should not have to download anything. If you're using Allegro, you have either already downloaded or built an Allegro DLL yourself (and if you need further proof that you have it, your program runs in Dev-C++ -- |
johannes eriksson wallin
Member #12,906
May 2011
|
Just did a search for Alleg44.dll cant find it anywhere. Created a new project of allegro and it runs just fine, but I have the same problem when i try to run the .exe :/ I feel kinda stupid right now. Thanks for trying to help me |
gnolam
Member #2,030
March 2002
![]() |
johannes eriksson wallin said: Just did a search for Alleg44.dll cant find it anywhere. Even from the command line? I.e. dir alleg44.dll /s in the root of C:\ (or whichever drive you keep your programming stuff on)? (The graphical search tool in Windows is notoriously bad at actually finding stuff) -- |
johannes eriksson wallin
Member #12,906
May 2011
|
Okey I found it... I feel kinda dumb now when I find it in my dev-cpp\bin folder, argh! But thanks a lot |
J-Gamer
Member #12,491
January 2011
![]() |
Just a side question, but can programs find a dll when you put it in a /bin subfolder? When using multiple libraries, you would want to make the main folder as clean as you can. Or is the better option to put the executable in the bin folder as well and have a link to it in the main folder? " There are plenty of wonderful ideas in The Bible, but God isn't one of them." - Derezo |
gnolam
Member #2,030
March 2002
![]() |
Well, technically, you can specify any path you want with LoadLibrary()/LoadLibraryEx(). -- |
J-Gamer
Member #12,491
January 2011
![]() |
Ok, thanks " There are plenty of wonderful ideas in The Bible, but God isn't one of them." - Derezo |
|