Search:

Type: Posts; User: bibiteinfo

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    8,085

    Including lib in a lib

    I'm using VS.net 2003

    Is there a way to include libs in a lib and not getting 500 warnings telling you
    warning LNK4006: _png_set_compression_strategy already defined in libpng.lib(pngwrite.obj);...
  2. Ok I didn't explain well why it was entering the...

    Ok I didn't explain well why it was entering the block.

    I have a library (.lib) and I made a change in a .cpp of this library in the program that I show the code. The thing that is happening...
  3. I'Ve found my error, damn stupid ... I change the...

    I'Ve found my error, damn stupid ... I change the code in my lib, but I didn't recompile the lib so I used the old version...

    ... Thanx daved for the help
  4. If( false == true ) ... C++ enter in the code

    Hi all,

    I'M using VS.net 2003.

    I'm following my code and at some point I found that the test I'M doing seems to not work at all...



    if ( false == true )
    {
  5. Replies
    14
    Views
    1,924

    template class Liste_Mono { ...

    template <class TYPE>
    class Liste_Mono
    {

    public:
    static Cellule_MonoMemAllocator<TYPE> Allocator;

    public:
    static int (*Compare)(const TYPE & Elem1, const TYPE & Elem2);
    .
  6. Replies
    14
    Views
    1,924

    C1001 Compilator error ;)

    C1001 Compilator error ;)
  7. Replies
    14
    Views
    1,924

    template int...

    template <class TYPE>
    int (*Liste_Mono<TYPE>::Compare) (const TYPE & Elem1, const TYPE & Elem2) = NULL;


    I finally found the bad line of code, but can someone tell me what is wrong in this line??
  8. Replies
    14
    Views
    1,924

    #ifndef MATERIAL_H #define MATERIAL_H ...

    #ifndef MATERIAL_H
    #define MATERIAL_H

    #include "HString.h"
    #include <GL/glut.h>
    #include "Lumiere.h"
    #include "Tableau.h"
    #include "HashTable.h"
    #include "Liste.h"
  9. Replies
    14
    Views
    1,924

    thanx I think that for this error it was that,...

    thanx I think that for this error it was that, because I comment my code and I just get the C1001 error.

    Anyone has a clue where to search when getting this error?? I read in other post to search...
  10. Replies
    14
    Views
    1,924

    VC++ 6.0 to .net problems

    Hi, I have an application perfectly running on VC++ 6.0 and then if I open it and make a conversion to VC++ 7.1, I get some bizare errors. It might be the way I configure my .net, but I put all the...
Results 1 to 10 of 10