 |
|
|
 |
|
 |
excellent work ... saved my lot of time, writing my own. helped even after such a long time this was posted
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I am new to winCE.Is there any tools available for white box testing in winCE.If any documents to do white box testing in winCE please let me know where it is available.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
Just recompiled the code for our Windows CE 5.00 device and it works fine. I had to make a couple of changes: 1. Added the ARMV4I CPU to the configurations (this has to be hand-edited in the .VCP file because Embedded Visual C++ never manages this correctly). 2. Where the code has the line: #if !defined(_X86_) && !defined(WIN32_PLATFORM_HPC2000) I changed it to: #if !defined(_X86_) && !defined(WIN32_PLATFORM_HPC2000) && defined(GN_CONTEXTMENU) so it compiles for Windows CE without the Pocket PC libraries.
Thanks for the code!
|
| Sign In·View Thread·PermaLink | 3.56/5 (12 votes) |
|
|
|
 |
|
 |
I tried to delete a service from HKEY_LOCAL_MACHINE\Services. It gave an error saying "error deleting registry. 5". And after that it deleted the whole Services branch!!
Now I am trying to find a way to restore the original registry entries. It any of you guys know a way then please let me know. I am using Pocket PC with Windows CE 4.2.
this is the problem with free utilities... you never know if it'll work!
|
| Sign In·View Thread·PermaLink | 1.20/5 (2 votes) |
|
|
|
 |
|
 |
A Google search turns up that Error 5 is "Access Denied".
A lot of programs, both from Microsoft and from other vendors, open a registry key at launch and then intentionally or unintentionally leave it in a locked state so it can't be deleted.
I'm not sure what caused the rest of the key to get deleted, though. But I'm not the program author.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
>this is the problem with free utilities... you never know if it'll work!
erh? this is no different from commercial software? You wouldn't believe what crap some people sell.
Gr,
Jan
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Hi. excuse me i have a question for windows application the regedit and How write program ? Ammar. Mail:amfh2001@yahoo.com
|
| Sign In·View Thread·PermaLink | 1.80/5 (5 votes) |
|
|
|
 |
|
 |
Hey,
Is there a way to modify the emulator registry from a Visual C++ application on the Desktop? Because I'm kinda stucked right now because of this I'm currently developing a licensing application.
Thanks.
Raphael Amorim Dantas Leite VC++, VB, Java, .NET and eMbedded Programmer
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Using the Embedded Visual C++ Environment, select "Tools->Remote Registry Editor". It loads the executable from "C:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\bin\wce420\ceregedt.exe" I don't think it will work without having ActiveSync communicate with your Emulator first.
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
 |
Althoug there may have other regedit there, but they all don't want to share code. And in many case, we need code for some reason. So thx a lot!!!!
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
hi Guys, This is Rajesh.How do i create a SDK Tool Kit. (see Micrsoft given all the product in SDK know.) Same like how do i do that?. do you have any idea in this?. thanks rajesh.S (
Rajesh
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
I've used RegKing but this should make life more interesting. I'll definitely be checking this one out.
cheers, Chris Maunder
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Nice to see code but as a mention, there are MANY registry editors out there, some of them freeware with excellent features.
Anyway, who else would LOVE to see more PocketPC code on code project?
Thanks!
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
There could be several registry editors out there. I couldn't find one for PocketPC. This just solves my problem for editing registry on an IPAQ.
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Its excelent you have done so and learned in the process - I do it all the time. Check out:
http://www.grundlesoftware.com/regeditce.htm [shareware] http://www.phm.lu/products/regedit.asp [free and EXCELLENT]
Just wanted to list them for anyone curious.
|
| Sign In·View Thread·PermaLink | 3.00/5 (2 votes) |
|
|
|
 |
|
 |
What a ridiculous post some damn good code and you complain about others already did some app? bah, the main goal here is to share code, not apps ( or appz, as you wish )
HTK
|
| Sign In·View Thread·PermaLink | 4.50/5 (3 votes) |
|
|
|
 |
|
|
 |