Re: Using AtlAxWinInit() - Langage ATL
From: Alexander Nickolov (agnickolov_at_mvps.org)
Date: 06/08/04
- Next message: Marius: "Reuse interface definition"
- Previous message: Alexander Nickolov: "Re: windows handler of an out proc server"
- In reply to: Solange Ezveff: "Using AtlAxWinInit() - Langage ATL"
- Next in thread: Ed Dore [MSFT]: "Re: Using AtlAxWinInit() - Langage ATL"
- Reply: Ed Dore [MSFT]: "Re: Using AtlAxWinInit() - Langage ATL"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Jun 2004 22:43:45 -0700
You don't need ATL.DLL - link the code statically instead.
Use the release min-dependency target.
-- ===================================== Alexander Nickolov Microsoft MVP [VC], MCSD email: agnickolov@mvps.org MVP VC FAQ: http://www.mvps.org/vcfaq ===================================== "Solange Ezveff" <se@friend.fr> wrote in message news:fff259ae.0406070559.6b2bab53@posting.google.com... > Hi, > > I cannot initailizate an ATL Window under Windows 98. > > On Windows XP, it works. On Windows 98, it does not work because the > atl.dll is not installed on windows 98. > > I cannot find how to use a similar function to AtlAxWinInit() that is > recognized in standard by Windows 98. > > If there a way to pass through this initialization to create this ATL > windows ? > > I created the window like this: > HWND hWnd2 = CreateWindow("AtlAxWin", > "http://www.connection-internet.com",WS_POPUPWINDOW|WS_SYSMENU|WS_VISIBLE, > 200, 200, 400, 400, hWnd1, NULL, NULL, NULL); > > The only article I found is : > http://groups.google.fr/groups?q=AtlAxWinInit+98&hl=fr&lr=&ie=UTF-8&newwindow=1&safe=off&selm=OQE97IwIEHA.3308%40tk2msftngp13.phx.gbl&rnum=1 > > I really thank your analysis and answer. > > > Solange > 12 rue de Seine > Design and IT Salle d'exposition > Chicago and Paris > http://www.connection-internet.com
- Next message: Marius: "Reuse interface definition"
- Previous message: Alexander Nickolov: "Re: windows handler of an out proc server"
- In reply to: Solange Ezveff: "Using AtlAxWinInit() - Langage ATL"
- Next in thread: Ed Dore [MSFT]: "Re: Using AtlAxWinInit() - Langage ATL"
- Reply: Ed Dore [MSFT]: "Re: Using AtlAxWinInit() - Langage ATL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|