|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - Help wanted to compile an app with DM + MFC
I am the maintainer of an OpenSource product called Eraser see http://www.heidi.ie/eraser While looking for a way to compile the DOS version I came upon Digitalmars. What I would like to do is recompile the entire product with DM. This task has proven to be bigger than I anticipated as almost all the files fail to compile in DM. Eraser has about a 1million downloads a year. Making eraser compilable with DM would allow many more people to make their own changes to the code. Currently the need to own VC6 or VC7(.Net) makes playing with eraser's source accessible only to those with large $$$ to spend. This I would like to change. Kind regards Garrett Trant http://www.heidi.ie Jul 30 2002
Garrett Trant wrote:I am the maintainer of an OpenSource product called Eraser see http://www.heidi.ie/eraser While looking for a way to compile the DOS version I came upon Digitalmars. What I would like to do is recompile the entire product with DM. This task has proven to be bigger than I anticipated as almost all the files fail to compile in DM. Jul 30 2002
I have the DOs version working. It is the windows version my request is about;What kind of error/failer messages do you get? Jul 30 2002
Indeed you are talking about a DOS version in this newsgroup, but all that seems to be available on sourceforge is a Windows version. Do you want to compile both versions with DM? Should not be to much of a big deal, but I guess it will be a bit of work. If almost all files fail to compile with DM, let us know what the errors are and if they are the same. It might be just one simple thing in one header file included in the majority of sources files... Jan Garrett Trant wrote:I am the maintainer of an OpenSource product called Eraser see http://www.heidi.ie/eraser While looking for a way to compile the DOS version I came upon Digitalmars. What I would like to do is recompile the entire product with DM. This task has proven to be bigger than I anticipated as almost all the files fail to compile in DM. Eraser has about a 1million downloads a year. Making eraser compilable with DM would allow many more people to make their own changes to the code. Currently the need to own VC6 or VC7(.Net) makes playing with eraser's source accessible only to those with large $$$ to spend. This I would like to change. Kind regards Garrett Trant http://www.heidi.ie Jul 30 2002
Do you want to compile both versions with DM? Jul 30 2002
Garrett Trant wrote:Do you want to compile both versions with DM? Jul 30 2002
On Tue, 30 Jul 2002 10:17:09 -0400, Jan Knepper <jan smartsoft.cc> wrote: ------------8< big snip >8------------That should be defined in commctrl.h, but I might be using a newer version. Jul 30 2002
Frank Albe wrote:On Tue, 30 Jul 2002 10:17:09 -0400, Jan Knepper <jan smartsoft.cc> wrote: ------------8< big snip >8------------That should be defined in commctrl.h, but I might be using a newer version. Jul 30 2002
"Garrett Trant" <gtrant -nospam-heidi.ie> wrote in message news:ai5sn0$2fhi$1 digitaldaemon.com...I am the maintainer of an OpenSource product called Eraser see http://www.heidi.ie/eraser Jul 30 2002
Walter Thanks for the tip. I believe Jan has newer versions of MFC available. I'll wait until then. Thanks for the reply. Garrett "Walter" <walter digitalmars.com> wrote in message news:ai76uh$1i17$3 digitaldaemon.com..."Garrett Trant" <gtrant -nospam-heidi.ie> wrote in message news:ai5sn0$2fhi$1 digitaldaemon.com...I am the maintainer of an OpenSource product called Eraser see http://www.heidi.ie/eraser Aug 01 2002
Does erase use MFC? If so, which version? Jan Garrett Trant wrote:Walter Thanks for the tip. I believe Jan has newer versions of MFC available. I'll wait until then. Thanks for the reply. Garrett "Walter" <walter digitalmars.com> wrote in message news:ai76uh$1i17$3 digitaldaemon.com..."Garrett Trant" <gtrant -nospam-heidi.ie> wrote in message news:ai5sn0$2fhi$1 digitaldaemon.com...I am the maintainer of an OpenSource product called Eraser see http://www.heidi.ie/eraser Aug 01 2002
eraser will was compiled with VC6 and I have recompiled the current version with VC7. The VC6 version of MFC should work. One of the errors is with CArray. I have downloaded the versions (4.21 Head) from the DM website and tried those. Garrett "Jan Knepper" <jan smartsoft.cc> wrote in message news:3D498698.4502B2FB smartsoft.cc...Does erase use MFC? If so, which version? Jan Garrett Trant wrote:Walter Thanks for the tip. I believe Jan has newer versions of MFC available. Aug 01 2002
|