Search found 465 matches

by gururamnath
Sat Jan 20, 2007 6:37 am
Forum: wxDev-C++
Topic: help testing wx-devc++ with Digitalmars C++ Compiler
Replies: 22
Views: 5198

I was able to replicate the problem. If you have the dmc include at the last then you get this issue. I have fixed couple of problems and updated the compilers, so Please uninstall the current version and follow the instructions given above.

Thanks,
Guru Kathiresan
by gururamnath
Sat Jan 20, 2007 2:32 am
Forum: wxDev-C++
Topic: help testing wx-devc++ with Digitalmars C++ Compiler
Replies: 22
Views: 5198

Thats rite, we use mingw make for processing the makefiles and the executables used for building will be dmc. I have made some more modifications to make the default wx projects work out of the box. Please do the following to test the dmc further: 1) Install wx-DevC++ 6.10.1 (If you unselect the run...
by gururamnath
Fri Jan 19, 2007 7:01 pm
Forum: wxDev-C++
Topic: help testing wx-devc++ with Digitalmars C++ Compiler
Replies: 22
Views: 5198

Hi, How about the devpak ? If you havent updated it, please do so. I have changed the include structure from include\dmars\ to \include\dmars\include\ . The problem you are seeing is related with STL port. Try updating the devpak and then reset the config files and see if that fixes the problem. Als...
by gururamnath
Fri Jan 19, 2007 10:07 am
Forum: wxDev-C++
Topic: help testing wx-devc++ with Digitalmars C++ Compiler
Replies: 22
Views: 5198

I think you havent deleted the ini files. Try adding -D_STLP_NO_NEW_IOSTREAMS to the compiler cmd line in the Compiler options for the DMC. If you have updated the devcpp.exe, devpack and the ini & ver files you should be able to run them without any problem. Once we have all the build issues so...
by gururamnath
Fri Jan 19, 2007 8:10 am
Forum: wxDev-C++
Topic: help testing wx-devc++ with Digitalmars C++ Compiler
Replies: 22
Views: 5198

It seems the STLPort library given with the distribution need to be installed in a certain directory structure and it also needs to be at the top of the include list. We also need to add a define to make the STL related code work properly. I have updated the program to create a default define and al...
by gururamnath
Fri Jan 19, 2007 6:27 am
Forum: Compiler / Linking / IDE Related
Topic: Digital Mars C++ compiler debug problem
Replies: 1
Views: 920

Digital Mars C++ compiler debug problem

Hello, I have created a small hello world program with DM C++. I added the corresponding debug switches to the compiler and the linker (with the help from DMARS newsgroup) but the debug information is not added to the executable. can anyone let me know what are the parameters we need to use ? Curren...
by gururamnath
Fri Jan 19, 2007 2:13 am
Forum: wxDev-C++
Topic: help testing wx-devc++ with Digitalmars C++ Compiler
Replies: 22
Views: 5198

Sof_T wrote:However I ran into problems trying to compile an older console based program which made extensive use of stl. Most of the errors seemed to be stl based.
When you add the include/dmars/STLport/ dir and make it the first item, it will solve some problems but not all.

-Guru
by gururamnath
Fri Jan 19, 2007 2:07 am
Forum: wxDev-C++
Topic: using Digital Mars
Replies: 13
Views: 2443

Hi, I'm hoping to create a separate installer for wx-DevC++ that hosts the DMC alone (without mingw). I think that will be a light weighted release < 20 mb of size. Once we make the IDE work for all the project types, we'll explore the option. By theory dmc produced exes can be debugged by windbg/cd...
by gururamnath
Thu Jan 18, 2007 7:34 pm
Forum: wxDev-C++
Topic: How can I use the project Version as string in my program?
Replies: 2
Views: 772

Re: How can I use the project Version as string in my progra

Have a look at the version info constants in the file
<ProjectName>_private.h

You can find this file in the output directory.

-Guru Kathiresan
by gururamnath
Thu Jan 18, 2007 6:18 pm
Forum: wxDev-C++
Topic: help testing wx-devc++ with Digitalmars C++ Compiler
Replies: 22
Views: 5198

Re: help testing wx-devc++ with Digitalmars C++ Compiler

Hi, You can find the executable zip at : <link removed> - Please see http://forums.wxwidgets.org/viewtopic.php?t=12155#54622 for updated install procedure Also download the DMC compiler devpak from <link removed> - Please see http://forums.wxwidgets.org/viewtopic.php?t=12155#54622 for updated instal...
by gururamnath
Thu Jan 18, 2007 9:17 am
Forum: wxDev-C++
Topic: As recursively (in subdirectories).
Replies: 2
Views: 926

Re: As recursively (in subdirectories).

You can find a code snippet in wxSnippets.com to copy files recursively. Remove the copyFile function and add your custom code.

Check

http://wxsnippets.com/view_article.php?num=75


-Guru Kathiresan
by gururamnath
Thu Jan 18, 2007 9:04 am
Forum: wxDev-C++
Topic: search in foxpro .dbf tables
Replies: 1
Views: 700

Re: search in foxpro .dbf tables

Have a look at Xbase classes at :

http://linux.techass.com/projects/xdb/

-Guru Kathiresan
by gururamnath
Thu Jan 18, 2007 9:00 am
Forum: wxDev-C++
Topic: using Digital Mars
Replies: 13
Views: 2443

Hello,
I have made some changes to wx-devc++ to make it use DMC natively. If anyone interested in testing it, please let me know.

Thanks,
Guru Kathiresan
by gururamnath
Thu Jan 18, 2007 8:55 am
Forum: wxDev-C++
Topic: help testing wx-devc++ with Digitalmars C++ Compiler
Replies: 22
Views: 5198

help testing wx-devc++ with Digitalmars C++ Compiler

Hello, We are adding the support for Digital Mars C++ compiler. The work is still in progress but currently basic program get compiled without any problems. If anyone wants help us test the alpha build, please let me know. Following are the advantages for Digital Mars C++ over other compilers : 1) F...
by gururamnath
Tue Jan 16, 2007 11:57 pm
Forum: wxDev-C++
Topic: WxDevC++ Testing Framework
Replies: 1
Views: 682

Re: WxDevC++ Testing Framework

What Framework do you have in mind ? Some of the frameworks available in the market are : * CppUnit * CppUnitLite * NanoCppUnit * Unit++ * CxxTest Since I havent used any of them, I'm not sure what is the best one. If some one who is interested in helping to add the unit testing feature, please let ...