Search found 74 matches
- Thu Jul 06, 2006 10:17 pm
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
Ok now I get rc.exe /r /fo"Compiled/Project1_private.res" /I"C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/include" /I"C:/wxDev-C++/include/wx/msw" /I"C:/wxDev-C++/include" Compiled/Project1_private.rc C:/wxDev-C++/include/wx/msw/chkconf.h(34) : warning RC4011: identifier truncated to 'wxUS...
- Thu Jul 06, 2006 4:44 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
OK I've just tried your latest build. Here is the make file # Project: Project1 # Makefile created by wxDev-C++ 6.10 on 06/07/06 08:49 # Compiler: # CompilerType: 1 CPP = cl.exe /nologo CC = cl.exe /nologo WINDRES = rc.exe RES = C:/wxDev-C++/Projects/p1/Project1_private.res OBJ = Project1App.obj Pro...
- Thu Jul 06, 2006 4:26 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
Well you refered to those instruction ealier in this thread so I dont quite understand why you would have taken them down? From my end it is getting pretty frustrating try to patch things one line at a time. Regarding you other comments: Yes I've tried using the vcenv.exe. A couple of issues: 1)VC++...
- Wed Jul 05, 2006 9:59 pm
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
Hi Joel, Why are you reluctant to fix the link to the instruction page? http://wxdsgn.sourceforge.net/tutorial/VC_branch/wxdevcpp_VC_branch_instructions.html Makes life much easier to check that everything is in the right place rather than fixing it line by line via postings here! I tried what you s...
- Wed Jul 05, 2006 6:54 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
- Wed Jul 05, 2006 6:35 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
This is what i get: Compiler: VC2003 Building Makefile: "C:\wxDev-C++\Projects\p1\Makefile.win" Executing make clean rm -f Project1App.obj Project1Frm.obj C:/wxDev-C++/Projects/p1/Project1_private.res Project1.exe cl.exe /nologo /c Project1App.cpp /FoProject1App.obj /I"C:/Program Files/Microsoft Pla...
- Tue Jul 04, 2006 10:06 pm
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
Getting close now I think. This is what i get now: Compiler: vc2003 Building Makefile: "C:\wxDev-C++\Projects\p1\Makefile.win" Executing make... make.exe -f "C:\wxDev-C++\Projects\p1\Makefile.win" all make.exe: *** No rule to make target `C:/wxDev-C++/Projects/p1/Project1_private.res', needed by `Pr...
- Tue Jul 04, 2006 7:07 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
Now i get loads of errors Heres my log. Any thoughts? Compiler: vc2003 Building Makefile: "C:\wxDev-C++\Projects\p1\Makefile.win" Executing make... make.exe -f "C:\wxDev-C++\Projects\p1\Makefile.win" all g++.exe /nologo /c Project1App.cpp /FoProject1App.obj /I"include" /I"C:/Program Files/Microsoft ...
- Tue Jul 04, 2006 6:12 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
Hi Joel, Still having problems. Now I'm getting an error: Application failes to start because mspdb71.dll was not found. The file is there but for some is not finding it. If you could put up your instruction page again that would be good. Just as a check for the right path settings. Finally i get th...
- Tue Jun 27, 2006 10:38 pm
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
Ok Joel it no longer crashes :) Now I'm getting a load of errors related to gcc such as: In file included from C:/wxDev-C++/Bin/../lib/gcc/mingw32/3.4.2/../../../../include/wx/string.h:170, I guess this is because I'm setting something wrong in the project options, but what I've no idea. I have all ...
- Tue Jun 27, 2006 10:21 pm
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
Just a note your link to instructions:
http://wxdsgn.sourceforge.net/tutorial/ ... tions.html
seems to be broken
http://wxdsgn.sourceforge.net/tutorial/ ... tions.html
seems to be broken
- Tue Jun 27, 2006 9:50 pm
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
- Tue Jun 27, 2006 6:03 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
- Mon Jun 26, 2006 6:55 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
- Mon Jun 26, 2006 5:46 am
- Forum: wxDev-C++
- Topic: wxDev-C++ for Visual C++
- Replies: 93
- Views: 23842
I take that back. Nothing compiles at the moment with VC2005! What should the settings be for Parameters->Compiler,C++Compiler,Linker. I dont seem to have any *.lib files anywhere? I think I've installed, unistalled a dozen times now and nothing seems to be working. Having to down load the packages ...