Fenêtre SDL ne s'affiche pas [RESOLU] [C++] - C++ - Programmation
Marsh Posté le 04-02-2011 à 23:34:03
I found the problem. I hadn't noticed the error gdb gave me when running the program: " gdb: unknown target exception 0xc0000135". In fact the program didn't start at all.
This means it could not load a dll because of some path problems. I tried putting the dll I use for log4cplus in the system path, tried other workarounds like starting eclipse from but to no avail. One way I found to make it work is simply to put the dll in the Debug folder.
The problem with this gdb error is quite widespread (see google). This is not a proper fix, but I will live with it for the time being, so I consider the problem solved.
Marsh Posté le 04-02-2011 à 11:41:44
Bon jour a tous,
J'ai reproduit un problème que j'ai avec ce petit programme de test plus bas. Il ne fait rien d'autre que d'utiliser deux librairies et afficher une fenêtre SDL avec un pixel rouge. Je sais, passionant.
J'utilise log4cplus comme logger. Si je commente les deux lignes 32 et 33 plus bas, alors tout se passe nickel. Si je les exécute (ou n'importe quoi relatif au logger semble t'il, comme une simple déclaration de variable), alors ma fenêtre SDL ne s'affiche plus bien que je n'aie aucune erreur. A la place dans la console d'eclispe cdt j'ai un message du genre [New thread: 0x8168d] et c'est tout.
Si vous voyez ce qui pourrait clocher hésitez pas, google ne me retourne rien.
Message édité par gelatine_velue le 04-02-2011 à 23:34:33