Netlife Career | 2 Oct 2005 12:58
Picon
Favicon

www.netlifecareer.com REGISTER FREE & APPLY FAST


Many NEW JOBS are posted this week at www.netlifecareer.com REGISTER FREE & APPLY FAST

Dear Candidate,

This is to inform about the NEW JOBS posted at our career portal www.netlifecareer.com You can register
FREE and apply fast.(THIS JOB PORTAL IS ABSOLUTELY FREE FOR EMPLOYERS/RECRUITERS/EMPLOYEES)

Click on the link below to register and apply fast:

http://www.netlifecareer.com/scripts/emp_new_reg.php

Once you register with www.netlifecareer.com , and refer 10 of your friends easily through our TELL A
FRIEND option, your resume will be automatically send to HR Heads of 500 leading companies and 500 leading
placement agencies for free.  This free service is only for a limited period.

Some of the key jobs posted in last 7 days:

Job (visit www.netlifecareer.com for details)LocationExperienceTeam Leader ( C++/CORBA/UNIX)
Chennai    5 - 8Sr. Software Engineers (VoIP/Audio Drivers/Video) Cochin    3 - 4Sr. Software Engineers.
(Server Development) SSE/2 Cochin    3 - 4Module Leaders/ Sr. Software Engineers. Code SSE/1 Cochin    3 -
4Software Engineers (Driver Development) Code:SE/4 Cochin    2 - 3Software Engineers (Embedded
Technology)code: SE/5 Cochin    2 - 3Software Engineers (C/C++) [code: SE/6] Cochin    2 - 3Software
Engineers (C++/VC++) [code: SE/7] Cochin    2 - 3Software Engineers (Java) [code: SE/8] Cochin    2 - 3Senior
QA Engineers [code: SQA/9] Cochin    2 - 3QC/Test Engineers [code: QC/10] Cochin    2 - 3Technical Writers
[code: TW/11] Cochin    3 - 3Hardware Engineer [code: HE/12] Cochin    2 - 3.NET/C# 4-6 EXP BANGALORE Bangalore   
4 - 6J2EE 2-6 EXP BANGALORE/HYDRABAD Bangalore    2 - 6Oracle DBA Chennai    2 - 10DATA WARE HOUSING
B.O/INFORMATICA-CHENNAI-WIPRO-2+ Chennai    2 - 4Telemarketing
 Bangalore    0 - 0PeopleSoft Financials Chennai    1 - 3J2EE (EJB,servlets,JSP) C# (winforms,remoting) Delhi   
3 - 10 Embedded Programmers Chennai    3 - 5Mobile/Networking Developer Chennai or Bangalore or Gurgon    3 -
(Continue reading)

He Shiming | 3 Oct 2005 05:12
Picon
Gravatar

Weird crash in property sheet

Hi,

I've got PROGRAM.EXE accessing UI.DLL via predefined C++ interfaces. 
The "PROGRAM" calls one of the interfaces in "UI" to launch a wizard 
(well, a propsheet control).

After clicking "Next" on the first page of the wizard, the program 
will crash on some computer (but not mine). And I tracked down the 
crash point, and it's somewhere in \program files\microsoft platform 
sdk\include\prsht.h, line #1017. The crash is inside the definition of:

ISOLATION_AWARE_INLINE INT_PTR WINAPI IsolationAwarePropertySheetW
(LPCPROPSHEETHEADERW unnamed1)

API, and I think it happens when (void)IsolationAwareDeactivateActCtx
(0, ulpCookie); is called.

In the exception output, I got: 

Unhandled exception at 0x7c9431a0 in file.dmp: 0xC015000F: The 
activation context being deactivated is not the most recently 
activated one.

What does that mean? I'm definitely not doing anything weird during 
page active and kill process. Why did it crash only on some computers? 
How do I fix it?

Thanks,
He Shiming

(Continue reading)

Mateusz Loskot | 3 Oct 2005 06:29
Picon

RE: Pocket PC Development with WTL

Hi Robert,

> -----Original Message-----
> From: wtl@...
[mailto:wtl@...] On 
> Behalf Of robert_caldecott
> Sent: Thursday, September 29, 2005 2:04 PM
> To: wtl@...
> Subject: [wtl] Pocket PC Development with WTL
> 
> 
> I may have the chance to do some PPC development, and I want 
> to use WTL.  However, I know zip about PPC and wouldn't know 
> where to start.  Does anyone have any pointers?  Can I 
> compile PPC apps using VS 2003 as normal?  Is it just a case 
> of including the correct #define's, etc.?
> 
> Any information would be helpful.  Thanks in advance.
> 

Do you know ATL/WTL a bit or well?
If you do, then grab some WTL sample (given by others) or from the
CodeProject.com and
hack it. Just create something, read WTL sources and use this list.
Take some target i.e. "It could be nice to create something like Units
Coverter for Windows CE"
and release your idea.
Hacking is the best way to improve your skills.
That's the way I started to go and I'd recommed it ;-)

(Continue reading)

Mateusz Loskot | 3 Oct 2005 06:29
Picon

RE: Pocket PC Development with WTL

Hi Pat,

> -----Original Message-----
> From: wtl@...
[mailto:wtl@...] On 
> Behalf Of Pat Gulotta
> Sent: Thursday, September 29, 2005 3:56 PM
> To: wtl@...
> Subject: Re: [wtl] Pocket PC Development with WTL
> 
> 
> I have created WTL apps using Microsoft eMbedded VisualC++ 
> 3.0, Microsoft eMbedded VisualC++ 4.0, and am now using 
> Visual Studio 2005, beta 2.  I recommend Visual Studio 2005.  
> The dev environment is much richer. 
> 

Do you use VS2005 to create projects for your apps end-users?
How stable they are and would you recommend VS2005 to produce software for
sale?

Cheers

--
Mateusz Loskot 

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 
(Continue reading)

Pat Gulotta | 3 Oct 2005 16:05
Picon

RE: Pocket PC Development with WTL

Hi Mateusz,

I have found the VS Studio 2005 Embedded C++ compiler to be very stable. At least as stable as embedded Visual
C++ 3.0 and  4.0.   If I were creating software for sale, I would use Visual Studio 2005 release version
which will be available next month.  I am disappointed that VS Studio 2005 does not include the "Remote"
menu items that embedded Visual C++ 4.0 includes.  These menu items allow you to edit the PPC registry,
use Spy++ on PPC, ...   I have not looked to see if these utilities are being distributed with VS Studio
2005 since I can just fire up embedded Visual C++ 4.0 whenever I needed them.

Cheers,
-pat

---------- Original Message-----------
From: "Mateusz Loskot" <mloskot@...>
To: <wtl@...>
Sent: Mon, 3 Oct 2005 06:29:28 +0200
Subject: RE: [wtl] Pocket PC Development with WTL

>Hi Pat,
>
>> -----Original Message-----
>> From: wtl@...
[mailto:wtl@...] On
>> Behalf Of Pat Gulotta
>> Sent: Thursday, September 29, 2005 3:56 PM
>> To: wtl@...
>> Subject: Re: [wtl] Pocket PC Development with WTL
>>
>>
>> I have created WTL apps using Microsoft eMbedded VisualC++
(Continue reading)

Mateusz Loskot | 5 Oct 2005 06:59
Picon

RE: Pocket PC Development with WTL

Hi,

> 
> I have found the VS Studio 2005 Embedded C++ compiler to be 
> very stable. At least as stable as embedded Visual C++ 3.0 
> and  4.0.

So, I'm gonna to check it deeper.

> I am disappointed that VS Studio 2005 does not 
> include the "Remote" menu items that embedded Visual C++ 4.0 
> includes.  These menu items allow you to edit the PPC 
> registry, use Spy++ on PPC, ... 

BTW, On every installation of evc4.0 I had to set Remote Tools paths 
manually, because installer set incorrect paths.

Cheers

--
Mateusz Loskot

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

(Continue reading)

AkshayFedEx | 5 Oct 2005 09:45

Tooltips for ATL Executable (EXE) project

 In myIn my ATL Executable (EXE) project. I have lot of dialog boxes. I would like 
to add tooltips feature in all controls of dialog boxes. I never do such 
thing before. 

I searched on Internet. I got lot of sample project on MFC or .net.  But 
not on the ATL 3.0 with WTL. 

Can you suggest me about this( How to do it )? Or Give me some sample on it. 

ATL Executable (EXE) project. I have lot of dialog boxes. I would like 
to add tooltips feature in all controls of dialog boxes. I never do such 
thing before. 

I searched on Internet. I got lot of sample project on MFC or .net.  But 
not on the ATL 3.0 with WTL. 

Can you suggest me about this( How to do it )? Or Give me some sample on it. 

 
Thanks & Regards
Akshay Harsulkar
VC++/ATL COM Programmer 
Mobile no. 9822556538
__________________________________________________________________
Look What The New Netscape.com Can Do!
Now you can preview dozens of stories and have the ones you select delivered to you without ever leaving the
Top Home Page. And the new Tool Box gives you one click access to local Movie times, Maps, White Pages and
more.  See for yourself at http://netcenter.netscape.com/netcenter/

[Non-text portions of this message have been removed]
(Continue reading)

Ryan Ginstrom | 5 Oct 2005 09:54
Picon

RE: Tooltips for ATL Executable (EXE) project

wtl@... wrote:
>  In myIn my ATL Executable (EXE) project. I have lot of
> dialog boxes. I would like to add tooltips feature in all
> controls of dialog boxes. I never do such thing before.
> 
> I searched on Internet. I got lot of sample project on MFC or
> .net.  But not on the ATL 3.0 with WTL.
> 
> Can you suggest me about this( How to do it )? Or Give me some sample
> on it. 

I found the code in this article very helpful.
CToolTipDialog class : a simple WTL class to enable tooltips in your dialogs
http://www.codeproject.com/wtl/CToolTipDialog.asp

Regards,
Ryan

---
Ryan Ginstrom

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
(Continue reading)

wtl | 5 Oct 2005 12:31
Picon

New file uploaded to wtl


Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the wtl 
group.

  File        : /atlTT.h 
  Uploaded by : arnavpoch <ar@...> 
  Description : ToolTip window, dialog and UpdateUI classes 

You can access this file at the URL:
http://groups.yahoo.com/group/wtl/files/atlTT.h 

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files

Regards,

arnavpoch <ar@...>

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
(Continue reading)

Alain Rist | 5 Oct 2005 12:51

RE : Tooltips for ATL Executable (EXE) project

Thanks Ryan,

I downloaded the latest version (now called atlTT.h) in the Files area.
Not yet submitted to WTL as it lacks of area tools.

cheers,
AR

-----Message d'origine-----
De : wtl@...
[mailto:wtl@...] De la part de Ryan
Ginstrom
Envoyé : mercredi 5 octobre 2005 09:54
À : wtl@...
Objet : RE: [wtl] Tooltips for ATL Executable (EXE) project

wtl@... wrote:
>  In myIn my ATL Executable (EXE) project. I have lot of
> dialog boxes. I would like to add tooltips feature in all
> controls of dialog boxes. I never do such thing before.
> 
> I searched on Internet. I got lot of sample project on MFC or
> .net.  But not on the ATL 3.0 with WTL.
> 
> Can you suggest me about this( How to do it )? Or Give me some sample
> on it. 

I found the code in this article very helpful.
CToolTipDialog class : a simple WTL class to enable tooltips in your
dialogs
(Continue reading)


Gmane