Link Problems using Microsoft Visual C++.NET 2005 Express

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
fluxy
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sun Nov 12, 2006 2:01 pm

Link Problems using Microsoft Visual C++.NET 2005 Express

Post by fluxy »

Hello,

I have tried to compile wxWidgets 2.7.2 on my computer with Microsoft C++.NET 2005 (Express Edition). The Plattform SDK are also installed to local disc and the Path to the bin, lib and include directory is set in the Options->BuildDirectory dialog.

I have tried to compile it using the following page

http://www.wxwidgets.org/wiki/index.php ... etup_Guide

The Problem is, that i get unrevolved symbols by using the wx.dsw in the build directory (not the wx_dll, only the static workspace). 44 Projects cannot be build.

Could someone help me?
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

What are the error messages you have?
Did you look for similar errors in this forum? There have been tons of messages about VS.Net 2005.
fluxy
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sun Nov 12, 2006 2:01 pm

Post by fluxy »

here a list of errors
Fehler 1 error LNK2019: unresolved external symbol __imp__UnregisterClassA@8 referenced in function "public: static void __cdecl wxGLModule::UnregisterClasses(void)" (?UnregisterClasses@wxGLModule@@SAXXZ) glcanvas.obj
Fehler 2 error LNK2019: unresolved external symbol __imp__ReleaseDC@8 referenced in function "public: virtual __thiscall wxGLCanvas::~wxGLCanvas(void)" (??1wxGLCanvas@@UAE@XZ) glcanvas.obj
Fehler 3 error LNK2019: unresolved external symbol __imp__CreatePalette@4 referenced in function "public: class wxPalette __thiscall wxGLCanvas::CreateDefaultPalette(void)" (?CreateDefaultPalette@wxGLCanvas@@QAE?AVwxPalette@@XZ) glcanvas.obj
Fehler 4 error LNK2019: unresolved external symbol __imp__DescribePixelFormat@16 referenced in function "public: class wxPalette __thiscall wxGLCanvas::CreateDefaultPalette(void)" (?CreateDefaultPalette@wxGLCanvas@@QAE?AVwxPalette@@XZ) glcanvas.obj
Fehler 5 error LNK2019: unresolved external symbol __imp__GetPixelFormat@4 referenced in function "public: class wxPalette __thiscall wxGLCanvas::CreateDefaultPalette(void)" (?CreateDefaultPalette@wxGLCanvas@@QAE?AVwxPalette@@XZ) glcanvas.obj
Fehler 6 error LNK2019: unresolved external symbol __imp__SwapBuffers@4 referenced in function "public: void __thiscall wxGLCanvas::SwapBuffers(void)" (?SwapBuffers@wxGLCanvas@@QAEXXZ) glcanvas.obj
Fehler 7 error LNK2019: unresolved external symbol __imp__RealizePalette@4 referenced in function "public: void __thiscall wxGLCanvas::OnQueryNewPalette(class wxQueryNewPaletteEvent &)" (?OnQueryNewPalette@wxGLCanvas@@QAEXAAVwxQueryNewPaletteEvent@@@Z) glcanvas.obj
Fehler 8 error LNK2019: unresolved external symbol __imp__SelectPalette@12 referenced in function "public: void __thiscall wxGLCanvas::OnQueryNewPalette(class wxQueryNewPaletteEvent &)" (?OnQueryNewPalette@wxGLCanvas@@QAEXAAVwxQueryNewPaletteEvent@@@Z) glcanvas.obj
Fehler 9 error LNK2019: unresolved external symbol __imp__UnrealizeObject@4 referenced in function "public: void __thiscall wxGLCanvas::OnQueryNewPalette(class wxQueryNewPaletteEvent &)" (?OnQueryNewPalette@wxGLCanvas@@QAEXAAVwxQueryNewPaletteEvent@@@Z) glcanvas.obj
Fehler 10 error LNK2019: unresolved external symbol __imp__GetDC@4 referenced in function "public: __thiscall ScreenHDC::ScreenHDC(void)" (??0ScreenHDC@@QAE@XZ) glcanvas.obj
Fehler 11 error LNK2019: unresolved external symbol __imp__RegisterClassA@4 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 12 error LNK2019: unresolved external symbol __imp__LoadCursorA@8 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 13 error LNK2019: unresolved external symbol __imp__SetPixelFormat@12 referenced in function "public: void __thiscall wxGLCanvas::SetupPixelFormat(int *)" (?SetupPixelFormat@wxGLCanvas@@QAEXPAH@Z) glcanvas.obj
Fehler 14 error LNK2019: unresolved external symbol __imp__ChoosePixelFormat@8 referenced in function "public: void __thiscall wxGLCanvas::SetupPixelFormat(int *)" (?SetupPixelFormat@wxGLCanvas@@QAEXPAH@Z) glcanvas.obj
Fehler 15 fatal error LNK1120: 14 unresolved externals ..\..\lib\vc_dll\wxmswuniv272_gl_vc_custom.dll
Fehler 16 error LNK2019: unresolved external symbol __imp__UnregisterClassW@8 referenced in function "public: static void __cdecl wxGLModule::UnregisterClasses(void)" (?UnregisterClasses@wxGLModule@@SAXXZ) glcanvas.obj
Fehler 17 error LNK2019: unresolved external symbol __imp__ReleaseDC@8 referenced in function "public: virtual __thiscall wxGLCanvas::~wxGLCanvas(void)" (??1wxGLCanvas@@UAE@XZ) glcanvas.obj
Fehler 18 error LNK2019: unresolved external symbol __imp__CreatePalette@4 referenced in function "public: class wxPalette __thiscall wxGLCanvas::CreateDefaultPalette(void)" (?CreateDefaultPalette@wxGLCanvas@@QAE?AVwxPalette@@XZ) glcanvas.obj
Fehler 19 error LNK2019: unresolved external symbol __imp__DescribePixelFormat@16 referenced in function "public: class wxPalette __thiscall wxGLCanvas::CreateDefaultPalette(void)" (?CreateDefaultPalette@wxGLCanvas@@QAE?AVwxPalette@@XZ) glcanvas.obj
Fehler 20 error LNK2019: unresolved external symbol __imp__GetPixelFormat@4 referenced in function "public: class wxPalette __thiscall wxGLCanvas::CreateDefaultPalette(void)" (?CreateDefaultPalette@wxGLCanvas@@QAE?AVwxPalette@@XZ) glcanvas.obj
Fehler 21 error LNK2019: unresolved external symbol __imp__SwapBuffers@4 referenced in function "public: void __thiscall wxGLCanvas::SwapBuffers(void)" (?SwapBuffers@wxGLCanvas@@QAEXXZ) glcanvas.obj
Fehler 22 error LNK2019: unresolved external symbol __imp__RealizePalette@4 referenced in function "public: void __thiscall wxGLCanvas::OnQueryNewPalette(class wxQueryNewPaletteEvent &)" (?OnQueryNewPalette@wxGLCanvas@@QAEXAAVwxQueryNewPaletteEvent@@@Z) glcanvas.obj
Fehler 23 error LNK2019: unresolved external symbol __imp__SelectPalette@12 referenced in function "public: void __thiscall wxGLCanvas::OnQueryNewPalette(class wxQueryNewPaletteEvent &)" (?OnQueryNewPalette@wxGLCanvas@@QAEXAAVwxQueryNewPaletteEvent@@@Z) glcanvas.obj
Fehler 24 error LNK2019: unresolved external symbol __imp__UnrealizeObject@4 referenced in function "public: void __thiscall wxGLCanvas::OnQueryNewPalette(class wxQueryNewPaletteEvent &)" (?OnQueryNewPalette@wxGLCanvas@@QAEXAAVwxQueryNewPaletteEvent@@@Z) glcanvas.obj
Fehler 25 error LNK2019: unresolved external symbol __imp__GetDC@4 referenced in function "public: __thiscall ScreenHDC::ScreenHDC(void)" (??0ScreenHDC@@QAE@XZ) glcanvas.obj
Fehler 26 error LNK2019: unresolved external symbol __imp__RegisterClassW@4 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 27 error LNK2019: unresolved external symbol __imp__LoadCursorW@8 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 28 error LNK2019: unresolved external symbol __imp__SetPixelFormat@12 referenced in function "public: void __thiscall wxGLCanvas::SetupPixelFormat(int *)" (?SetupPixelFormat@wxGLCanvas@@QAEXPAH@Z) glcanvas.obj
Fehler 29 error LNK2019: unresolved external symbol __imp__ChoosePixelFormat@8 referenced in function "public: void __thiscall wxGLCanvas::SetupPixelFormat(int *)" (?SetupPixelFormat@wxGLCanvas@@QAEXPAH@Z) glcanvas.obj
Fehler 30 fatal error LNK1120: 14 unresolved externals e:\wx\lib\vc_dll\wxmswuniv272u_gl_vc_custom.dll 1
Fehler 49 error LNK2019: unresolved external symbol __imp__UnregisterClassW@8 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 50 error LNK2019: unresolved external symbol __imp__RegisterClassW@4 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 51 error LNK2019: unresolved external symbol __imp__LoadCursorW@8 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 52 error LNK2019: unresolved external symbol __imp__GetDC@4 referenced in function "public: __thiscall wxGLCanvas::wxGLCanvas(class wxWindow *,int,int *,class wxPoint const &,class wxSize const &,long,class wxString const &,class wxPalette const &)" (??0wxGLCanvas@@QAE@PAVwxWindow@@HPAHABVwxPoint@@ABVwxSize@@JABVwxString@@ABVwxPalette@@@Z) glcanvas.obj
Fehler 53 error LNK2019: unresolved external symbol __imp__ReleaseDC@8 referenced in function "public: virtual __thiscall wxGLCanvas::~wxGLCanvas(void)" (??1wxGLCanvas@@UAE@XZ) glcanvas.obj
Fehler 54 error LNK2019: unresolved external symbol __imp__SetPixelFormat@12 referenced in function "public: void __thiscall wxGLCanvas::SetupPixelFormat(int *)" (?SetupPixelFormat@wxGLCanvas@@QAEXPAH@Z) glcanvas.obj
Fehler 55 error LNK2019: unresolved external symbol __imp__ChoosePixelFormat@8 referenced in function "public: void __thiscall wxGLCanvas::SetupPixelFormat(int *)" (?SetupPixelFormat@wxGLCanvas@@QAEXPAH@Z) glcanvas.obj
Fehler 56 error LNK2019: unresolved external symbol __imp__RealizePalette@4 referenced in function "public: void __thiscall wxGLCanvas::SetupPalette(class wxPalette const &)" (?SetupPalette@wxGLCanvas@@QAEXABVwxPalette@@@Z) glcanvas.obj
Fehler 57 error LNK2019: unresolved external symbol __imp__SelectPalette@12 referenced in function "public: void __thiscall wxGLCanvas::SetupPalette(class wxPalette const &)" (?SetupPalette@wxGLCanvas@@QAEXABVwxPalette@@@Z) glcanvas.obj
Fehler 58 error LNK2019: unresolved external symbol __imp__DescribePixelFormat@16 referenced in function "public: void __thiscall wxGLCanvas::SetupPalette(class wxPalette const &)" (?SetupPalette@wxGLCanvas@@QAEXABVwxPalette@@@Z) glcanvas.obj
Fehler 59 error LNK2019: unresolved external symbol __imp__GetPixelFormat@4 referenced in function "public: void __thiscall wxGLCanvas::SetupPalette(class wxPalette const &)" (?SetupPalette@wxGLCanvas@@QAEXABVwxPalette@@@Z) glcanvas.obj
Fehler 60 error LNK2019: unresolved external symbol __imp__CreatePalette@4 referenced in function "public: class wxPalette __thiscall wxGLCanvas::CreateDefaultPalette(void)" (?CreateDefaultPalette@wxGLCanvas@@QAE?AVwxPalette@@XZ) glcanvas.obj
Fehler 61 error LNK2019: unresolved external symbol __imp__SwapBuffers@4 referenced in function "public: void __thiscall wxGLCanvas::SwapBuffers(void)" (?SwapBuffers@wxGLCanvas@@QAEXXZ) glcanvas.obj
Fehler 62 error LNK2019: unresolved external symbol __imp__UnrealizeObject@4 referenced in function "public: void __thiscall wxGLCanvas::OnQueryNewPalette(class wxQueryNewPaletteEvent &)" (?OnQueryNewPalette@wxGLCanvas@@QAEXAAVwxQueryNewPaletteEvent@@@Z) glcanvas.obj
Fehler 63 fatal error LNK1120: 14 unresolved externals e:\wx\lib\vc_dll\wxmswuniv272ud_gl_vc_custom.dll 1
Fehler 64 error LNK2019: unresolved external symbol __imp__UnregisterClassA@8 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 65 error LNK2019: unresolved external symbol __imp__RegisterClassA@4 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 66 error LNK2019: unresolved external symbol __imp__LoadCursorA@8 referenced in function "public: static bool __cdecl wxGLModule::RegisterClasses(void)" (?RegisterClasses@wxGLModule@@SA_NXZ) glcanvas.obj
Fehler 67 error LNK2019: unresolved external symbol __imp__GetDC@4 referenced in function "public: __thiscall wxGLCanvas::wxGLCanvas(class wxWindow *,int,int *,class wxPoint const &,class wxSize const &,long,class wxString const &,class wxPalette const &)" (??0wxGLCanvas@@QAE@PAVwxWindow@@HPAHABVwxPoint@@ABVwxSize@@JABVwxString@@ABVwxPalette@@@Z) glcanvas.obj
Fehler 68 error LNK2019: unresolved external symbol __imp__ReleaseDC@8 referenced in function "public: virtual __thiscall wxGLCanvas::~wxGLCanvas(void)" (??1wxGLCanvas@@UAE@XZ) glcanvas.obj
Fehler 69 error LNK2019: unresolved external symbol __imp__SetPixelFormat@12 referenced in function "public: void __thiscall wxGLCanvas::SetupPixelFormat(int *)" (?SetupPixelFormat@wxGLCanvas@@QAEXPAH@Z) glcanvas.obj
Fehler 70 error LNK2019: unresolved external symbol __imp__ChoosePixelFormat@8 referenced in function "public: void __thiscall wxGLCanvas::SetupPixelFormat(int *)" (?SetupPixelFormat@wxGLCanvas@@QAEXPAH@Z) glcanvas.obj
Fehler 71 error LNK2019: unresolved external symbol __imp__RealizePalette@4 referenced in function "public: void __thiscall wxGLCanvas::SetupPalette(class wxPalette const &)" (?SetupPalette@wxGLCanvas@@QAEXABVwxPalette@@@Z) glcanvas.obj
Fehler 72 error LNK2019: unresolved external symbol __imp__SelectPalette@12 referenced in function "public: void __thiscall wxGLCanvas::SetupPalette(class wxPalette const &)" (?SetupPalette@wxGLCanvas@@QAEXABVwxPalette@@@Z) glcanvas.obj
Fehler 73 error LNK2019: unresolved external symbol __imp__DescribePixelFormat@16 referenced in function "public: void __thiscall wxGLCanvas::SetupPalette(class wxPalette const &)" (?SetupPalette@wxGLCanvas@@QAEXABVwxPalette@@@Z) glcanvas.obj
Fehler 74 error LNK2019: unresolved external symbol __imp__GetPixelFormat@4 referenced in function "public: void __thiscall wxGLCanvas::SetupPalette(class wxPalette const &)" (?SetupPalette@wxGLCanvas@@QAEXABVwxPalette@@@Z) glcanvas.obj
Fehler 75 error LNK2019: unresolved external symbol __imp__CreatePalette@4 referenced in function "public: class wxPalette __thiscall wxGLCanvas::CreateDefaultPalette(void)" (?CreateDefaultPalette@wxGLCanvas@@QAE?AVwxPalette@@XZ) glcanvas.obj
Fehler 76 error LNK2019: unresolved external symbol __imp__SwapBuffers@4 referenced in function "public: void __thiscall wxGLCanvas::SwapBuffers(void)" (?SwapBuffers@wxGLCanvas@@QAEXXZ) glcanvas.obj
Fehler 77 error LNK2019: unresolved external symbol __imp__UnrealizeObject@4 referenced in function "public: void __thiscall wxGLCanvas::OnQueryNewPalette(class wxQueryNewPaletteEvent &)" (?OnQueryNewPalette@wxGLCanvas@@QAEXAAVwxQueryNewPaletteEvent@@@Z) glcanvas.obj
Fehler 78 fatal error LNK1120: 14 unresolved externals e:\wx\lib\vc_dll\wxmswuniv272d_gl_vc_custom.dll 1
Fehler 79 error LNK2019: unresolved external symbol __imp__SystemParametersInfoA@16 referenced in function "public: __thiscall wxAuiFloatingFrame::wxAuiFloatingFrame(class wxWindow *,class wxAuiManager *,class wxAuiPaneInfo const &,int,long)" (??0wxAuiFloatingFrame@@QAE@PAVwxWindow@@PAVwxAuiManager@@ABVwxAuiPaneInfo@@HJ@Z) floatpane.obj
Fehler 80 fatal error LNK1120: 1 unresolved externals e:\wx\lib\vc_dll\wxmswuniv272_aui_vc_custom.dll 1
Fehler 99 error LNK2019: unresolved external symbol __imp__SystemParametersInfoW@16 referenced in function "public: __thiscall wxAuiFloatingFrame::wxAuiFloatingFrame(class wxWindow *,class wxAuiManager *,class wxAuiPaneInfo const &,int,long)" (??0wxAuiFloatingFrame@@QAE@PAVwxWindow@@PAVwxAuiManager@@ABVwxAuiPaneInfo@@HJ@Z) floatpane.obj
Fehler 100 fatal error LNK1120: 1 unresolved externals e:\wx\lib\vc_dll\wxmsw272u_aui_vc_custom.dll 1
Fehler 101 error LNK2019: unresolved external symbol __imp__SystemParametersInfoW@16 referenced in function "public: __thiscall wxAuiFloatingFrame::wxAuiFloatingFrame(class wxWindow *,class wxAuiManager *,class wxAuiPaneInfo const &,int,long)" (??0wxAuiFloatingFrame@@QAE@PAVwxWindow@@PAVwxAuiManager@@ABVwxAuiPaneInfo@@HJ@Z) floatpane.obj
Fehler 102 fatal error LNK1120: 1 unresolved externals e:\wx\lib\vc_dll\wxmsw272ud_aui_vc_custom.dll 1
Fehler 103 error LNK2019: unresolved external symbol __imp__SystemParametersInfoA@16 referenced in function "public: __thiscall wxAuiFloatingFrame::wxAuiFloatingFrame(class wxWindow *,class wxAuiManager *,class wxAuiPaneInfo const &,int,long)" (??0wxAuiFloatingFrame@@QAE@PAVwxWindow@@PAVwxAuiManager@@ABVwxAuiPaneInfo@@HJ@Z) floatpane.obj
Fehler 104 fatal error LNK1120: 1 unresolved externals e:\wx\lib\vc_dll\wxmsw272_aui_vc_custom.dll
Fehler 105 error LNK2019: unresolved external symbol __imp__SystemParametersInfoA@16 referenced in function "public: __thiscall wxAuiFloatingFrame::wxAuiFloatingFrame(class wxWindow *,class wxAuiManager *,class wxAuiPaneInfo const &,int,long)" (??0wxAuiFloatingFrame@@QAE@PAVwxWindow@@PAVwxAuiManager@@ABVwxAuiPaneInfo@@HJ@Z) floatpane.obj
Fehler 106 fatal error LNK1120: 1 unresolved externals e:\wx\lib\vc_dll\wxmsw272d_aui_vc_custom.dll 1
Fehler 107 error LNK2019: unresolved external symbol __imp__SystemParametersInfoW@16 referenced in function "public: __thiscall wxAuiFloatingFrame::wxAuiFloatingFrame(class wxWindow *,class wxAuiManager *,class wxAuiPaneInfo const &,int,long)" (??0wxAuiFloatingFrame@@QAE@PAVwxWindow@@PAVwxAuiManager@@ABVwxAuiPaneInfo@@HJ@Z) floatpane.obj
Fehler 108 fatal error LNK1120: 1 unresolved externals e:\wx\lib\vc_dll\wxmswuniv272u_aui_vc_custom.dll
Fehler 109 error LNK2019: unresolved external symbol __imp__SystemParametersInfoW@16 referenced in function "public: __thiscall wxAuiFloatingFrame::wxAuiFloatingFrame(class wxWindow *,class wxAuiManager *,class wxAuiPaneInfo const &,int,long)" (??0wxAuiFloatingFrame@@QAE@PAVwxWindow@@PAVwxAuiManager@@ABVwxAuiPaneInfo@@HJ@Z) floatpane.obj
Fehler 110 fatal error LNK1120: 1 unresolved externals e:\wx\lib\vc_dll\wxmswuniv272ud_aui_vc_custom.dll 1
Fehler 111 error LNK2019: unresolved external symbol __imp__SystemParametersInfoA@16 referenced in function "public: __thiscall wxAuiFloatingFrame::wxAuiFloatingFrame(class wxWindow *,class wxAuiManager *,class wxAuiPaneInfo const &,int,long)" (??0wxAuiFloatingFrame@@QAE@PAVwxWindow@@PAVwxAuiManager@@ABVwxAuiPaneInfo@@HJ@Z) floatpane.obj
Fehler 112 fatal error LNK1120: 1 unresolved externals e:\wx\lib\vc_dll\wxmswuniv272d_aui_vc_custom.dll 1
Yes, i have searched before. But I have not found any solution for my problem exactly.
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

From what I can read, you have 2 sets of problems. One with wxGL, one with wxAUI.
It seems you are building wxWidgets as wxUniversal. Is it intended?

I have used the LIB and DLL versions of wxWidgets on Windows and GTK but I never tried wxUniversal.
fluxy
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sun Nov 12, 2006 2:01 pm

Post by fluxy »

I don't know that you mean with "wxUniversial". I've download the wxwidgets archive file (wxWidgets-2.7.2.zip) from the internet. The archive includes the build-direcory, where the wx-project files are located in. I use the wx.dsw (which was converted to Visual Studio 2005 before).

What do you mean with wxUniversial?
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

wxUniversal is a flavor of wxWidgets (one set of build configurations). You can use it so as not to use any system-based widget.

I wonder which configuration you have chosen to build wxWidgets.

Personnaly, I use:
Unicode Debug/Release (to build static libraries)
DLL Unicode Debug/Release (to build dynamic libraries)

I have apps using wxWidgets as libs, other as dlls. That's why I build both static and dynamic versions.
fluxy
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sun Nov 12, 2006 2:01 pm

Post by fluxy »

I've tried to build wx with help on the mentioned site (http://www.wxwidgets.org/wiki/index.php ... etup_Guide).

There are described, that the projects in the main workspace ( the one standing under your local installication diroctory, foolowing the build directory. named "wx.dsw").

The first step was a Batch Build. Therefore every project will rebuild in ***any*** configuration. There were some build errors regarding to not found dll's, because of the build order.

The fix that it is neccessary to build the workspace again and again. I've tried this, but i can build it all time of my life, i will get the 44 errorfull project. That's how i have understood it on this page (on the page is mentioned that only 2 configurations will unable to build).

Geetings.
fluxy
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sun Nov 12, 2006 2:01 pm

Post by fluxy »

Have anyone a solution which can solve my problem?
extreme_definitions
Knows some wx things
Knows some wx things
Posts: 34
Joined: Sat Dec 02, 2006 12:59 pm
Contact:

Post by extreme_definitions »

The wiki site installation guide is not that helpful... I faced the same problem myself.

Maybe this will help?

http://wxwidgets.info/?q=wxwidgets_and_vc2005_video

This helped me compile wxWidgets in VS 2005.
User avatar
tierra
Site Admin
Site Admin
Posts: 1355
Joined: Sun Aug 29, 2004 7:14 pm
Location: Salt Lake City, Utah, USA
Contact:

Post by tierra »

extreme_definitions wrote:The wiki site installation guide is not that helpful... I faced the same problem myself.
I've personally been attending to this problem myself. The guide has undergone a massive rewrite in just the last week to help ease the process.

fluxy is attempting to batch build all of wxWidgets, which almost everyone I know (including myself) runs into problems with at least one or two configurations. What he should really be doing instead is just building the configurations he needs, which if he's like most people, he only needs the common configurations that don't usually have problems building.

The wxWiki guide up until now has only had instructions for batch building the entire library, but it won't for much longer.
schoonmoeder
Knows some wx things
Knows some wx things
Posts: 36
Joined: Thu Feb 01, 2007 12:03 pm
Location: netherlands

Post by schoonmoeder »

but what when you did all the steps above?
all my files i need can be compiled. eccapt my project file.

he gives me a fatal error about the wx\wx.h that he can't find.

done the move (several times)
done the copy setup.h (all the files i could find)
done the set variable (yeah already it's done in the movie 2)

is it because i run MSVC 8 express?
Post Reply