Twiz Posted February 8, 2007 Posted February 8, 2007 Hi! I use Code::Blocks with the MinGW compiler for C programming. I put .h file in the \Include dir, the .a file in the \lib dir, set up compiler, linking statically the lib, but it doesn't works...can someone help me?thanks TWiz
/dev/null Posted February 8, 2007 Posted February 8, 2007 Hi! I use Code::Blocks with the MinGW compiler for C programming. I put .h file in the \Include dir, the .a file in the \lib dir, set up compiler, linking statically the lib, but it doesn't works...can someone help me?thanksTWizand you are trying to do what?? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Twiz Posted February 9, 2007 Author Posted February 9, 2007 and you are trying to do what??to use AutoIt3.h...it says me that are syntax error, but I just typed "#include <AutoIt3.h>...how can I install the library?
/dev/null Posted February 9, 2007 Posted February 9, 2007 to use AutoIt3.h...it says me that are syntax error, but I just typed "#include <AutoIt3.h>...how can I install the library?Library? AutoIT3.h?? Are you talking about AutoItX?? Do you want to use libautoitx3.a?? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Twiz Posted February 12, 2007 Author Posted February 12, 2007 Library? AutoIT3.h?? Are you talking about AutoItX?? Do you want to use libautoitx3.a??when I include AutoItX.h in my source files, I link statically libautoitx3.a in the linker settings, but when I try to compile programs it says there are some errors before init! how can I solve this problems? Are there any tutorials to find out a solution? Tnx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now