-
mark,
sorry abt taking so long,i was very busy with other work.anyways i think i have given u the cvs access so u can commit the code.
let me know if there is still any problems.
2008-01-22 07:49:24 UTC by hardik05
-
I am not a c++ programmer but I did use c in the distant past. I have the gpp (c++ compiler) module installed in djgpp beta 2.04 now. You could try to find a Usenet forum for Windows XP/Vista c++ developers.
2007-08-05 13:49:22 UTC by mz2ptc0
-
What I did was list all the prototypes and that solved the problem. I'm trying to get some interest in this program but it seems everyone is too busy. Do you program in C++? Would like to use C++ and Win 32 API. Not interested in learning MFC.
2007-07-25 22:28:02 UTC by mark210
-
If it crashed the compiler maybe you should report it to Borland's developers. I am disappointed that I could not get it to compile after installing djgpp 2.04 Alpha 2 on a Windows XP sp2 system. I got similar errors to those reported in another thread from a linux system installation of djgpp. Maybe he should post one version for each compiler (?).
2007-07-14 12:47:33 UTC by mz2ptc0
-
Finally got it to compile with Borland C++ 3.1. Had to add prototypes and added #include <direct.h>.
When I first compiled HED.C it crashed the compiler. WOW. Took some time to trouble shoot it.
How do I send you the zip file with updated code and exe? Runs fine under Win Xp.
2007-06-30 22:31:50 UTC by mark210
-
say the list of partition types in the code.
http://www.osdever.net/documents/pdf/partitiontypes.pdf
http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
these two should make a more complete list.
If I knew more about CVS without being dangerous (at least I knew what RCS was doing), I would make the code changes myself.
2007-03-30 23:25:39 UTC by jmichae3
-
(condensed error messages) after commenting out the linux #define,
C:\DOWNLO~1\DISKED~1\DISKED~1>gxx hed.c
hed.c:1540:15: warning: unknown escape sequence '\-'
hed.c:1540:15: warning: unknown escape sequence '\-'
hed.c: In function `main':
hed.c:1738: warning: return type of `main' is not `int'
f:/djgpp/2.03/v2/tmp/cclHcgFI.o(.text+0x1cd0):hed.c: undefined reference to `_absread'...
2007-03-30 19:16:37 UTC by jmichae3
-
I can't compile the source off the CVS tree with TC 2.0 or BCC 5.5. None of those contains the proper header files.
In TC 2.0 it complains about missing dirent.h header
BCC 5.5 complains about missing bios.h header
As for VC++ 6.0 I recognized the gotoxy calls and knew it was not for VC++ 6.0 anyway.
is this for DJGPP maybe? I don't have this set up.
2007-03-29 22:46:32 UTC by jmichae3
-
the zip file I downloaded contains nothing except an empty directory.
2007-03-29 22:40:11 UTC by jmichae3
-
pasiz committed patchset 4 of module diskeditor to the Disk Editor CVS repository, changing 1 files.
2005-11-01 20:20:07 UTC by pasiz