comp.os.mswindows.programmer.win32
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
February 2008
motuwethfrsasuw
    123 5
45678910 6
11121314151617 7
18192021222324 8
2526272829   9
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... win32 Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Sampling the instruction pointer...         


Author: mannewalis
Date: Feb 8, 2008 18:36

Hi,

I would like to write a piece of code that periodically samples the
instruction pointer into a fixed size circular buffer that can be
written to disk whenever I want.

I gather I need to implement some sort of VxD or ISR to do this, but
have no idea where to start.

Can someone point me at some code to do this?

I'm guessing I need to know how to hook the timer interrupt, and do IO
with a thread to exchange the buffer when requested.

Thanks
Justin
no comments
  Vista - Windows Service Security         


Author: Tom Handal
Date: Feb 8, 2008 10:42

Hi all,

I have a service running in Vista. Apparently I can't write files,
or even do an OutputDebugString from the service. I understand in
Vista there was some service hardening added. What permissions do I
need to set on the service to let me be able to write files, do an
OutputDebugString, etc.?

Thanks
Tom
no comments
  Compilation of code for both StrongArm and Win32         


Author: Hansen
Date: Feb 8, 2008 07:49

I'm writting an application for a StrongArm target, that is able to
run on a win32 simulator. I'm need to write to the serial port and
would like to use open(), ioctl() and so on without having to use
ifdef's for win32 (and then use _open() etc.)

I'm looking for some sort of wrapper that wraps the win32 api with the
matching POSIX function definitions.

Is it possible and which library could do that? I was wondering if
maybe MinGW, Cygwin, Uwin or something else could do the trick
3 Comments
  Re: Explorer variables: How to pass multiple arguments to a program?         


Author: -Lost
Date: Feb 8, 2008 06:19

Response to "Alf P. Steinbach" :
>>>>> (( Basically, I'd like to pass multiple arguments to my editor
>>>>> -- yet it is not possible with %%1 alone. Thanks for any
>>>>> insights anyone cam provide on the matter. ))
>>>> Try %%*.
>...
Show full article (2.89Kb)
no comments
  need help for zoom an image         


Author: swetha
Date: Feb 8, 2008 04:13

Hi,

I want to zoom-in and zoom out an image which is bitmap.

Actually I am loading 2 bitmaps one on the other.I want to zoom that
first image.In those 2 images second one is an aircraft.I want to zoom
that area where the aircraft is placing.

Now I can able to zoom an image using stretchblt.ButI want to zoom
that particular area where aircraft is placing.

Hope you got my problem.Please give reply as early as possible.
Thanks And Regards,
swetha.
2 Comments