comp.os.mswindows.programmer.win32
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
May 2007
motuwethfrsasuw
 123456 18
78910111213 19
14151617181920 20
21222324252627 21
28293031    22
2007
 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
  LUA Problem         


Author: Sarath
Date: May 20, 2007 22:43

Hi All,

I'm not sure whether this is the right place to put the question. One
of my friend installed a his product can be used by both administrator
and as Limited user. So he installed his files as admin but he could
not modify the configuration files while he ran his executables in the
Limited User login.

Any solution to resolve this issue. Even we can't modify a file
created by admin in the Limite User login :(
1 Comment
  Re: Anyway to COMPRESS RESOURCES???         


Author: David Ching
Date: May 20, 2007 15:44

"AliR (VC++ MVP)" wrote in message
news:t0Q3i.3728$4Y.2984@newssvr19.news.prodigy.net...
> MSDN Doc:
>
> CImage provides enhanced bitmap support, including the ability to load and
> save images in JPEG, GIF, BMP, and Portable Network Graphics (PNG)
> formats.
>

CImage uses GDI+.

-- David
no comments
  debugging a service stuck in "starting" state         


Author:
Date: May 20, 2007 12:05

Hi all,

I have a machine running Windows 2000 server (not advanced nor enterprise)
on which the terminal server service is installed. The service never gets
any further than "starting" state; I cannot reinstall this machine, so I'd
like to find out why it is stuck in the "starting" state (everything I can
find on the internet says: reinstall).

I have some experience in using WinDbg to debug crash dumps.

Could anyone give me any pointers as to what to look for that might indicate
what is going on with the service? Any typical clues I should look out for?
1 Comment