I am trying to cross compile Qt with WebKit for an embedded arm device (freescale processor). I have a arm-none-linux-gnueabi toolchain.
I am using the below code that i found somewhere in the net and i am getting an error when i try to build it. The compilation is ok.
I have for homework to write my own abstract class Vector. I make some of the code, but when I try to compile it I have error. This is the code:
Okay, up until now, I thought that functions defined in header files are treated like inline functions, just like template stuff, defined once, and all that.
I have trying to define a class DS with the declaration in DS.h and implementation at DS.cpp The code is very small so here is the listing:
I am trying to run the code which is written using C and that is for a dialogic board dmv 960A 4T1pci. I am trying to convert that code to a DLL but I am facing 34 errors which are almost same , here
I got a problem of linking an OpenSSL library into an existing project. Where I do get it wrong? Below are the steps I have followed.
I am trying to compile a sample code using OpenHaptics libraries in Visual Syudio 2010. I linked the multi-threaded C-runtime, and the libraries through Project Properties -> Linker -> Input. An
I kept getting the following linker error when i try using Core Plot in my project... Undefined symbols for architecture i386:
I\'m trying a controlled, learning experiment with my project and it involves creating my own collections and iterators, essentially an array and a linked list.There is something that I\'m missing sin