Hi,
Need to check this one too.
make[1]: Entering directory `/home/ros/rosapps/sysutils/ctm'
ctm: [CC] ctm.c
ctm.c: In function `PerfDataRefresh':
ctm.c:356: error: `PSYSTEM_PROCESSES' undeclared (first use in this function)
ctm.c:356: error: (Each undeclared identifier is reported only once
ctm.c:356: error: for each function it appears in.)
ctm.c:356: error: syntax error before "pSPI"
ctm.c:361: error: `PSYSTEM_PROCESSORTIME_INFO' undeclared (first use in this function)
ctm.c:361: error: syntax error before "SysProcessorTimeInfo"
ctm.c:377: error: `SysProcessorTimeInfo' undeclared (first use in this function)
ctm.c:377: error: syntax error before "malloc"
ctm.c:378: error: `SYSTEM_PROCESSORTIME_INFO' undeclared (first use in this function)
ctm.c:382: error: syntax error before ')' token
ctm.c:419: error: `pSPI' undeclared (first use in this function)
ctm.c:419: error: syntax error before "pBuffer"
ctm.c:431: error: syntax error before "pBuffer"
make[1]: *** [ctm.o] Error 1
make[1]: Leaving directory `/home/ros/rosapps/sysutils/ctm'
James
Thanks Martin!
On 4/17/05, J.S. Martin <josmar52789(a)gmail.com> wrote:
> I think you guys are doing a great job with ReactOS. I tried it out
> about a year ago and I thought it was OK, not useful to my needs, but
> a good effort. Then I tried it out yesterday and I was absolutely
> amazed! If you guys keep trying and keep making progress, you will
> certainly make this a great OS and I will definitely be willing to use
> it all the time. Keep up the great work!
> --
> J.S. Martin
>
WARNING: This e-mail has been altered by MIMEDefang. Following this
paragraph are indications of the actual changes made. For more
information about your site's MIMEDefang policy, contact
MIMEDefang Administrator <postmaster(a)deos.tudelft.nl>. For more information about MIMEDefang, see:
http://www.roaringpenguin.com/mimedefang/enduser.php3
An attachment named listdlls.exe was removed from this document as it
constituted a security hazard. If you require this document, please contact
the sender and arrange an alternate means of receiving it.
Hi,
Here is list dlls utility,
James
Hello everybody,
I've uploaded a "patch" to bugzilla that adds support for Swiss German
keyboards (kbdsg.dll) to ReactOS.
http://www.reactos.com/bugzilla/show_bug.cgi?id=509
(The zip-file I uploaded contains the content of .../lib/kbdsg)
I've tested it on qemu and on real hardware and as far as I can tell it
works great. It would be great if it were included into the official
ReactOS sources. If you need any further information (or files) please let
me know.
kind regards
Roman Hoegg
roman.hoegg(a)unisg.ch
romanh(a)unisg.ch
P.S. I'm sorry if you have received this email twice. I tried to send this
information to the mailinglist yesterday but it didn't seem to get
through.
------------------------------------------
Roman Högg
Research Assistant
=mcm institute
for Media and Communications Management
University of St. Gallen, Switzerland
Blumenbergplatz 9, 9000 St. Gallen
Phone +41 (0)71 224 34 39
Mobile +41 (0)79 418 59 13
e-mail roman.hoegg(a)unisg.ch
http://www.mcm.unisg.ch
Hi,
I am experiencing problems building current source as follows
gdi32: [LD] gdi32.nostrip.dll
objects/brush.o(.text+0x52): In function `CreateDIBPatternBrush':
I:/reactos/lib/gdi32/objects/brush.c:41: undefined reference to
`NtGdiCreateDIBBrush@16'
objects/brush.o(.text+0xc7): In function `CreateDIBPatternBrushPt':
I:/reactos/lib/gdi32/objects/brush.c:71: undefined reference to
`NtGdiCreateDIBBrush@16'
collect2: ld returned 1 exit status
make[1]: *** [gdi32.nostrip.dll] Error 1
make: *** [gdi32] Error 2
I have made sure I am fully current with the source and have tried a full
"clean" but to no avail.
Can anyone throw some light onto this problem.
Mike Lerwill