I compiled an exe on windows VS 2005, a c++ program that link to other libs of mine. It compiled and suddenly it doesn\'t with an error of LNK1170 COMDAT \"
I have written a simple template class for test purpose. It compiles without any errors, but when I try to use it in main(), it give some linker errors.
I\'m trying to statically link my Qt application to Google Breakpad under Windows but I always get unresolved symbol errors. I\'m using qmake and VC++2008 and there seems to be some problem with my pr
I wrote a nice little array class in C++ that uses void* to save its entries. Now, I want make it use templates. This is my new header:
EDIT: I\'m not going to do this, I now realize how dangerous this can be. But, the question stays for purely academic purposes.
I have the following files. foo.h (C++ header file) foo.mm (C++ file) test_viewcontroller.h (objective c header file)
I have a mem_malloc() and mem_free() defined for me and I want to use them to replace the malloc() and free() and consequently C++\'s new and delete.
I tried to compile the following Fortran code found at http://techlogbook.wordpress.com/200...-kubuntu-8-04/
When I look at my Build Results window, there are duplicate entries for each Compile .m, Precompile .pch, and Link .
I\'m doing a opengl program, and found an example that does what I want, but when I try to compile it, using