begin process at 2012 05 30 05:25:00
  Trouver un code source :
 
dans
 
Accueil > Forum > 

Archive C/C++

 > 

Archives

 > 

Au secours

 > 

[VC++6\wxWidgets] Problème à l'installation de v2.6.1


Derniers messages déposésPoser une question dans le forum ou lancer une discussion

[VC++6\wxWidgets] Problème à l'installation de v2.6.1

mercredi 22 juin 2005 à 12:42:24 | [VC++6\wxWidgets] Problème à l'installation de v2.6.1

Sunsawe

Bonjour à tous.
Je cherche donc à installer la dernière version à ce jour de wxWidgets avec VC++.
Pour cela je suis le guide indiqué ici [url=http://wiki.wxwidgets.org/wiki.pl?MSVC_Setup_Guide_For_Wx_2.5.4_And_Later]http://wiki.wxwidgets.org/wiki.pl?MSVC_Set...2.5.4_And_Later[/url]
seulement lors de la compilation de la librairie j'ai ces erreurs:
[code]Linking...
   Creating library ..\..\lib\vc_dll\wxmswuniv26u_xrc.lib and object
..\..\lib\vc_dll\wxmswuniv26u_xrc.exp
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall wxToggleButton::GetValue(void)const "
(?GetValue@wxToggleButton@@UBE_NXZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall wxToggleButton::SetValue(bool)"
(?SetValue@wxToggleButton@@UAEX_N@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall wxToggleButton::Command(class wxCommandEvent &)"
(?Command@wxToggleButton@@UAEXAAVwxCommandEvent@@@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall wxToggleButton::MSWCommand(unsigned int,unsigned short)"
(?MSWCommand@wxToggleButton@@UAE_NIG@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual unsigned long __thiscall wxToggleButton::MSWGetStyle(long,unsigned
long *)const " (?MSWGetStyle@wxToggleButton@@MBEKJPAK@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual class wxSize __thiscall wxToggleButton::DoGetBestSize(void)const "
(?DoGetBestSize@wxToggleButton@@MBE?AVwxSize@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual enum wxBorder __thiscall wxToggleButton::GetDefaultBorder(void)const
" (?GetDefaultBorder@wxToggleButton@@MBE?AW4wxBorder@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
class wxClassInfo * __thiscall wxToggleButton::GetClassInfo(void)const "
(?GetClassInfo@wxToggleButton@@UBEPAVwxClassInfo@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: bool __thiscall wxToggleButton::Create(class
wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize
const &,long,class wxValidator const &,cla
ss wxString const &)"
(__imp_?Create@wxToggleButton@@QAE_NPAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@JABVwxValidator@@1@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) const wxToggleButton::`vftable'{for
`wxInputConsumer'}" (__imp_??_7wxToggleButton@@6BwxInputConsumer@@@)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) const wxToggleButton::`vftable'{for `wxControlBase'}"
(__imp_??_7wxToggleButton@@6BwxControlBase@@@)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: virtual __thiscall
wxToggleButton::~wxToggleButton(void)" (__imp_??1wxToggleButton@@UAE@XZ)
..\..\lib\vc_dll\wxmswuniv26u_xrc_vc_custom.dll : fatal error LNK1120: 12
unresolved externals
Error executing link.exe.

wxmswuniv26u_xrc_vc_custom.dll - 13 error(s), 0 warning(s)
--------------------Configuration: xrc - Win32 DLL Universal Unicode
Debug--------------------
Linking...
   Creating library ..\..\lib\vc_dll\wxmswuniv26ud_xrc.lib and object
..\..\lib\vc_dll\wxmswuniv26ud_xrc.exp
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall wxToggleButton::GetValue(void)const "
(?GetValue@wxToggleButton@@UBE_NXZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall wxToggleButton::SetValue(bool)"
(?SetValue@wxToggleButton@@UAEX_N@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall wxToggleButton::Command(class wxCommandEvent &)"
(?Command@wxToggleButton@@UAEXAAVwxCommandEvent@@@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall wxToggleButton::MSWCommand(unsigned int,unsigned short)"
(?MSWCommand@wxToggleButton@@UAE_NIG@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual unsigned long __thiscall wxToggleButton::MSWGetStyle(long,unsigned
long *)const " (?MSWGetStyle@wxToggleButton@@MBEKJPAK@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual class wxSize __thiscall wxToggleButton::DoGetBestSize(void)const "
(?DoGetBestSize@wxToggleButton@@MBE?AVwxSize@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual enum wxBorder __thiscall wxToggleButton::GetDefaultBorder(void)const
" (?GetDefaultBorder@wxToggleButton@@MBE?AW4wxBorder@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
class wxClassInfo * __thiscall wxToggleButton::GetClassInfo(void)const "
(?GetClassInfo@wxToggleButton@@UBEPAVwxClassInfo@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: bool __thiscall wxToggleButton::Create(class
wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize
const &,long,class wxValidator const &,cla
ss wxString const &)"
(__imp_?Create@wxToggleButton@@QAE_NPAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@JABVwxValidator@@1@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
wxToggleButton::wxToggleButton(void)" (__imp_??0wxToggleButton@@QAE@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class wxClassInfo
wxToggleButton::ms_classInfo"
(__imp_?ms_classInfo@wxToggleButton@@2VwxClassInfo@@A)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: virtual __thiscall
wxToggleButton::~wxToggleButton(void)" (__imp_??1wxToggleButton@@UAE@XZ)
..\..\lib\vc_dll\wxmswuniv26ud_xrc_vc_custom.dll : fatal error LNK1120: 12
unresolved externals
Error executing link.exe.

wxmswuniv26ud_xrc_vc_custom.dll - 13 error(s), 0 warning(s)
--------------------Configuration: xrc - Win32 DLL Universal
Release--------------------
Linking...
   Creating library ..\..\lib\vc_dll\wxmswuniv26_xrc.lib and object
..\..\lib\vc_dll\wxmswuniv26_xrc.exp
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall wxToggleButton::GetValue(void)const "
(?GetValue@wxToggleButton@@UBE_NXZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall wxToggleButton::SetValue(bool)"
(?SetValue@wxToggleButton@@UAEX_N@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall wxToggleButton::Command(class wxCommandEvent &)"
(?Command@wxToggleButton@@UAEXAAVwxCommandEvent@@@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall wxToggleButton::MSWCommand(unsigned int,unsigned short)"
(?MSWCommand@wxToggleButton@@UAE_NIG@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual unsigned long __thiscall wxToggleButton::MSWGetStyle(long,unsigned
long *)const " (?MSWGetStyle@wxToggleButton@@MBEKJPAK@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual class wxSize __thiscall wxToggleButton::DoGetBestSize(void)const "
(?DoGetBestSize@wxToggleButton@@MBE?AVwxSize@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual enum wxBorder __thiscall wxToggleButton::GetDefaultBorder(void)const
" (?GetDefaultBorder@wxToggleButton@@MBE?AW4wxBorder@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
class wxClassInfo * __thiscall wxToggleButton::GetClassInfo(void)const "
(?GetClassInfo@wxToggleButton@@UBEPAVwxClassInfo@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: bool __thiscall wxToggleButton::Create(class
wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize
const &,long,class wxValidator const &,cla
ss wxString const &)"
(__imp_?Create@wxToggleButton@@QAE_NPAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@JABVwxValidator@@1@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) const wxToggleButton::`vftable'{for
`wxInputConsumer'}" (__imp_??_7wxToggleButton@@6BwxInputConsumer@@@)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) const wxToggleButton::`vftable'{for `wxControlBase'}"
(__imp_??_7wxToggleButton@@6BwxControlBase@@@)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: virtual __thiscall
wxToggleButton::~wxToggleButton(void)" (__imp_??1wxToggleButton@@UAE@XZ)
..\..\lib\vc_dll\wxmswuniv26_xrc_vc_custom.dll : fatal error LNK1120: 12
unresolved externals
Error executing link.exe.

wxmswuniv26_xrc_vc_custom.dll - 13 error(s), 0 warning(s)
--------------------Configuration: xrc - Win32 DLL Universal
Debug--------------------
Linking...
   Creating library ..\..\lib\vc_dll\wxmswuniv26d_xrc.lib and object
..\..\lib\vc_dll\wxmswuniv26d_xrc.exp
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall wxToggleButton::GetValue(void)const "
(?GetValue@wxToggleButton@@UBE_NXZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall wxToggleButton::SetValue(bool)"
(?SetValue@wxToggleButton@@UAEX_N@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall wxToggleButton::Command(class wxCommandEvent &)"
(?Command@wxToggleButton@@UAEXAAVwxCommandEvent@@@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall wxToggleButton::MSWCommand(unsigned int,unsigned short)"
(?MSWCommand@wxToggleButton@@UAE_NIG@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual unsigned long __thiscall wxToggleButton::MSWGetStyle(long,unsigned
long *)const " (?MSWGetStyle@wxToggleButton@@MBEKJPAK@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual class wxSize __thiscall wxToggleButton::DoGetBestSize(void)const "
(?DoGetBestSize@wxToggleButton@@MBE?AVwxSize@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "protected:
virtual enum wxBorder __thiscall wxToggleButton::GetDefaultBorder(void)const
" (?GetDefaultBorder@wxToggleButton@@MBE?AW4wxBorder@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol "public: virtual
class wxClassInfo * __thiscall wxToggleButton::GetClassInfo(void)const "
(?GetClassInfo@wxToggleButton@@UBEPAVwxClassInfo@@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: bool __thiscall wxToggleButton::Create(class
wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize
const &,long,class wxValidator const &,cla
ss wxString const &)"
(__imp_?Create@wxToggleButton@@QAE_NPAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@JABVwxValidator@@1@Z)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
wxToggleButton::wxToggleButton(void)" (__imp_??0wxToggleButton@@QAE@XZ)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class wxClassInfo
wxToggleButton::ms_classInfo"
(__imp_?ms_classInfo@wxToggleButton@@2VwxClassInfo@@A)
xh_tglbtn.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: virtual __thiscall
wxToggleButton::~wxToggleButton(void)" (__imp_??1wxToggleButton@@UAE@XZ)
..\..\lib\vc_dll\wxmswuniv26d_xrc_vc_custom.dll : fatal error LNK1120: 12
unresolved externals
Error executing link.exe.

wxmswuniv26d_xrc_vc_custom.dll - 13 error(s), 0 warning(s)[/code]


Ensuite, quand j'essai de compiler le Hello World fournit ici [url=http://wiki.wxwidgets.org/wiki.pl?Hello_World]http://wiki.wxwidgets.org/wiki.pl?Hello_World[/url]
J'obtiens les erreurs suivantes:
[code]Linking...
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _free already defined in
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _exit already defined in
LIBCD.lib(crt0dat.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _malloc already defined in
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _realloc already defined in
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _memmove already defined in
LIBCD.lib(memmove.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _tolower already defined in
LIBCD.lib(tolower.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _toupper already defined in
LIBCD.lib(toupper.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strtol already defined in
LIBCD.lib(strtol.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strtoul already defined in
LIBCD.lib(strtol.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __vsnprintf already defined in
LIBCD.lib(vsnprint.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strstr already defined in
LIBCD.lib(strstr.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _abort already defined in
LIBCD.lib(abort.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strncpy already defined in
LIBCD.lib(strncpy.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __snprintf already defined in
LIBCD.lib(snprintf.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fflush already defined in
LIBCD.lib(fflush.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strchr already defined in
LIBCD.lib(strchr.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strncmp already defined in
LIBCD.lib(strncmp.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fclose already defined in
LIBCD.lib(fclose.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __get_osfhandle already defined in
LIBCD.lib(osfinfo.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _sprintf already defined in
LIBCD.lib(sprintf.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __close already defined in
LIBCD.lib(close.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __write already defined in
LIBCD.lib(write.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __commit already defined in
LIBCD.lib(commit.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _calloc already defined in
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __CrtSetDbgFlag already defined in
LIBCD.lib(dbgheap.obj)
LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other
libs; use /NODEFAULTLIB:library
wxmsw26d_core.lib(app.obj) : error LNK2001: unresolved external symbol
__imp__InitCommonControls@0
wxmsw26d_core.lib(window.obj) : error LNK2001: unresolved external symbol
__imp___TrackMouseEvent@4
wxmsw26d_core.lib(statbr95.obj) : error LNK2001: unresolved external symbol
__imp__CreateStatusWindowA@16
wxmsw26d_core.lib(spinbutt.obj) : error LNK2001: unresolved external symbol
__imp__CreateUpDownControl@48
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_Create@20
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_Destroy@4
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_GetImageCount@4
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_GetIconSize@12
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_Add@12
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_AddMasked@12
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_ReplaceIcon@12
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_Replace@16
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_Remove@8
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_Draw@24
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_SetBkColor@8
wxmsw26d_core.lib(imaglist.obj) : error LNK2001: unresolved external symbol
__imp__ImageList_GetIcon@12
wxmsw26d_core.lib(uuid.obj) : error LNK2001: unresolved external symbol
__imp__UuidToStringA@8
wxmsw26d_core.lib(uuid.obj) : error LNK2001: unresolved external symbol
__imp__RpcStringFreeA@4
wxmsw26d_core.lib(uuid.obj) : error LNK2001: unresolved external symbol
__imp__UuidCreate@4
wxmsw26d_core.lib(uuid.obj) : error LNK2001: unresolved external symbol
__imp__UuidFromStringA@8
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/hello2.exe : fatal error LNK1120: 21 unresolved externals[/code]

Quelqu'un peut il m'indiquer comment solutionner ce problème?
Des jours que je suis au point mort dans mon projet à cause de divers problèmes de librairies que j'arrive pas à installer. Alors franchement à l'aide.
Merci

mercredi 22 juin 2005 à 13:11:45 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

LordBob

Membre Club
tout simplement tu vas dans le dossier: C:\dossier_wxWidgets\build\msw, tu ouvres "wx.dsw", tu compiles et voila !
personnellement, j'ai rien fait d'autre, tout c'est fait tout seul !
Bob...

"La chance accorde ses faveur aux esprits avertis..."
mercredi 22 juin 2005 à 13:15:59 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

Sunsawe

Et ben j'ai passé ma journée d'hier à faire ça et ça a donné ce que tu vois plus haut. C'est justement pour ça que j'appelle à l'aide.
Merci quand même.

mercredi 22 juin 2005 à 13:34:28 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

LordBob

Membre Club
sinon pour info, voila la page dont je me suis servit pour compiler:
[ Lien ]
Bob...

"La chance accorde ses faveur aux esprits avertis..."
mercredi 22 juin 2005 à 13:35:30 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

LordBob

Membre Club
en fait c'est c:\dossier_wxWidgets\src\wxWidgets.dsw qu'il faut compiler !
Bob...

"La chance accorde ses faveur aux esprits avertis..."
mercredi 22 juin 2005 à 14:38:01 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

Sunsawe

oui mais non. Regarde je sais que c'est un peut fouiller parce que les liens n'apparaissent pas dans mon post mais j'ai pris toutes mes infos sur ce site.
ensuite la méthode que tu décris est valable pour les versions antérieures à la 2.5.4
Depuis celle ci il faut bien utiliser build\msw
Mais voilà moi j'obtiens les erreurs précédentes.

mercredi 22 juin 2005 à 14:51:51 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

LordBob

Membre Club
moi j'ai compiler la version 2.6.0 en fesant ce que je t'ai dit !
Bob...

"La chance accorde ses faveur aux esprits avertis..."
mercredi 22 juin 2005 à 16:00:54 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

fredcl

pfff z'avez qu'a prendre Dev-Cpp (GCC), y'as des types qui ont déjà tout compilé wxWidgets pour vous NA!
;-p
mercredi 22 juin 2005 à 16:27:15 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

LordBob

Membre Club
Sunsawe << ecoute je viens de telecharger wxWidgets 2.6.1 et de reussir à le compiler sans aucun problème et en ne cahngeant rien !
tu lance ouvre le fichier wxWindows.dsp qu'il y a dans le repertoire src du dossier de wxWidgets. Tu compiles et ca devrais marchait !
Bob...

"La chance accorde ses faveur aux esprits avertis..."
mercredi 22 juin 2005 à 16:35:47 | Re : [VC++6\wxWidgets] Problème à l'installation de v2.6.1

Sunsawe

le problème n'est pas tant de compilé la librairie que de l'utiliser. Tu a essayé de l'utiliser? ça fonctionnne? Le hello world t'as essayé? Parce que moi aussi bien que des dll ne se compile pas, toutes les .lib mais impossible de compiler un projet avec.


1 2

Cette discussion est classée dans : error, obj, unresolved, lib, wxtogglebutton


Répondre à ce message

Sujets en rapport avec ce message

So I need help again [ par lerilcy ] Je dois utiliser une CFile en Vc++6 et etrangement mon " #include "afx.h" " provoque une erreur lors du linkingVoici l'erreur:Compiling...file.cppLi (v6c++) - Le linking [ par lerilcy ] Je dois utiliser une CFile en Vc++6 et etrangement mon " #include "afx.h" " provoque une erreur lors du linkingVoici l'erreur:Compiling...file.cppLink ODE : link errors à la compilation [ par Tibabou ] Bonjour,    Je souhaite utiliser ODE dans un programme. Malheureusement, la compilation pose problème (j'utilise Visual C++ 6 et je suis sous windows erreur link lnk2001 [ par Bestdoud ] bonjourJ'essaye de recompiler une dllj'ia pourtant mis "C:\Program Files\Microsoft Visual Studio\MyProjects\mvcdll\JPEGLIB.lib" dans les librairy dans probleme lors utilise jrtplib sour Visual C++ 6, j'en peut plus!!! [ par maaxobelixyeye ] J'ai bien compilé la lib, et j'ai bien installé sp6, les sdk, bien indiqué le chemin de lib, src, mais vc++6 me dit : example2.obj : error LNK2001: u Problème de LINK avec Visual C++ :unresolved external symbol [ par gros_landais ] Bonjour,J'ai besoin d'un server en C/C++ et je travail avec Visual C++ 6.0Lorsque je compile mon programme je n'ai pas d'erreur, mais pour le link j'a Manque une *.lib? [ par pepsidrinker ] Bonjour a tous,Alors voila mon probleme, j'utilise la library 'text-to-speech' de microsoft, qui en gros, fait 'parler' votre ordinateur , un peu comm Fx2 : Cypress CY7C68013A... Besoin d un expert visual c++ [ par no1no2 ] Bonjour, J ai pour mission de réaliser un projet en C++ une interface permettant d enregistrer un flux de donnée avec un CPLD et d utliser un port usb problème avec SDL [ par opaf20 ] j'ai suivi les instructions pour installer SDL mais il y a toujours un problème.J'ai compilé un code ki m mark o erreurs et par la suite lors de l'exe Probleme de librairie [ par KissyFroth ] J'ai un probleme avec une source que j'ai prise et que j'essaie vainement de compiler : Voilà l'erreur : nafxcwd.lib(afxmem.obj) : error LNK2005: "voi


Nos sponsors


Sondage...

CalendriCode

Mai 2012
LMMJVSD
 123456
78910111213
14151617181920
21222324252627
28293031   

Consulter la suite du CalendriCode

A découvrir



 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 1,201 sec (3)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales