Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
atl
- Page 1
ATL : marshalling COleControl event source interface(MFC) to ATL client in
Programming
Software Development
12 Years Ago
by sp42086
… event source interface(MFC) to
ATL
client in a different process I need help on marshalling …an COleControl event source interface(MFC) to
ATL
client in a different process. Please give me a small… able to get the events from MFC Control to my
ATL
EXE client. Currently my AtlAdvise() fails and returning E_NOINTERFACE for…
ATL, CLR and MFC????
Programming
Software Development
18 Years Ago
by jan1024188
… it has the folowing to select, under C++ projects selection:
ATL
; CLR, MFC and Win32. Now Id like to know what… are
ATL
, CLR and MFC and what is each of them used…
Re: ATL, CLR and MFC????
Programming
Software Development
18 Years Ago
by jbennet
win32 is plain 32 bit windows apps CLR is .NET MFC is a windowing toolkit but its showing its age now Dunno about
ATL
. I think its a template libary
ATL Web Service
Programming
Software Development
21 Years Ago
by hoangpv
I have to write an online dictionary software. I plan to use
ATL
Web Service, but I don't have any experience in it, and so is the dictionary programming. Can you show me some ideal? Thanks
Atl/ Clr/ Mfc
Programming
Software Development
17 Years Ago
by mrjoli021
I am fairly new to c++. What is the diffrence between
ATL
, CLR, or MFC and for what are they used for.
Re: Atl/ Clr/ Mfc
Programming
Software Development
17 Years Ago
by Ancient Dragon
… easy. Requires a very good foundation and knowledge of c++.
ATL
(Active Template Library) is somewhat similar to MFC but revolves…
Re: VB6 and ATL
Programming
Software Development
14 Years Ago
by AndreRet
… not running the newest service pack of VB6, the
ATL
will change the registry setting for the referenced dll, …questions/1730515/how-to-create-a-vb6-collection-object-with-
atl
"]http://stackoverflow.com/questions/1730515/how-to-create-…Or [URL="http://www.codeguru.com/cpp/com-tech/
atl
/
atl
/article.php/c11"]http://www.codeguru.com/cpp/com…
RichEdit 2.0 Control in ATL project
Programming
Software Development
11 Years Ago
by SalvatMollet
I'm working on an
ATL
dll, under C++ VisualStudio 2008. I would include an RichEdit …(). I did it in a non
ATL
project with no problems, but in the
ATL
project I have an C3861 error, 'missing… if it is possible to use RichEdit 2.0 with
ATL
projects?
Problem with ATL Win32 Service built with VC++ 6.0 SP6 Enterprise edition & WinXP SP2
Hardware and Software
Microsoft Windows
17 Years Ago
by srinivasan34
… you can give me a solution. I have developed a
ATL
,COM 32-bit Service and in the Service I am… Service App I get the error as shown below The
ATL
Win32 Service wizard generates a class mentioned below class CServiceModule…
Issue with ATL Win32 Service built for VC++ 6.0 SP6 & WinXP SP2
Programming
Software Development
17 Years Ago
by srinivasan34
… you can give me a solution. I have developed a
ATL
,COM 32-bit Service and in the Service I am… Service App I get the error as shown below The
ATL
Win32 Service wizard generates a class mentioned below class CServiceModule…
VB6 and ATL
Programming
Software Development
14 Years Ago
by SpiritualMadMan
… provided a .DLL and the interface example is for C++
ATL
COM (I have tried to add a form and control… when I do.) Is there a way to implement an
ATL
COM interface in VB6. Thanks,
Re: MFC vs ATL vs COM
Programming
Software Development
13 Years Ago
by Ancient Dragon
MFC and
ATL
are both pretty old libraries that wrap win32 api functions. … called CLR/C++. I wouldn't bother learning MFC or
ATL
until you work for a company that has existing code… edition is free, but does not support either MFC nor
ATL
). COM is often used to transfer data between applications and…
Re: MFC vs ATL vs COM
Programming
Software Development
13 Years Ago
by mike_2000_17
… notable being ActiveX (which you have probably heard about too).
ATL
is another light-weight library that simply provides ways to… by design, since they all run on the same platform.
ATL
is not required either, obviously. Similarly, GUIs can be designed…
Linking errors while creating dll using ATL project
Programming
Software Development
18 Years Ago
by agarunk
… can be used in .NET thats why i have choosen
ATL
project to create dll file. Im developing dll(using VC…
hosting an activeXcontrol container using ATL
Programming
Software Development
17 Years Ago
by swethakiran
Hi, I am trying to read .ocx file using C++.But ,if I am using #import directive I am getting error like "catastrophic error".So,now I am trying to provide activeX control using
ATL
. Can any one tell me how to do this. Thanks& Regards, swetha.
My C++ ATL Com method doesnt detect by ASP page
Programming
Software Development
17 Years Ago
by neomalwimalasen
i have following code in
ATL
COM class (There are existing methods and i added a …
Re: My C++ ATL Com method doesnt detect by ASP page
Programming
Software Development
17 Years Ago
by Ancient Dragon
I'v had similar problems and the solution was to uninstall and unregister the
ATL
COM program then reinstall / reregister it.
Want to extend an ATL COM Example
Programming
Software Development
14 Years Ago
by SpiritualMadMan
… DLL. The sample code is set up as a simple
ATL
Object and the project compiles to an EXE that self…
I need some Atl Code
Programming
Software Development
14 Years Ago
by LampOil
… in borland C++ 5 & work with 9X & Nt
ATL
.dll The ocx i want to use is called Toaster…
Re: I need some Atl Code
Programming
Software Development
14 Years Ago
by LampOil
[QUOTE=;][/QUOTE] the reason i specified those is because i Did find some
atl
code but it only used the one piece of info TOAST.NUMBERCTL i need more specific code useing the GUID,File Name & control name not asking you to do it for me but tell me how to do it or where i can learn how to do it
MFC vs ATL vs COM
Programming
Software Development
13 Years Ago
by lochnessmonster
I'm rather confused on when i would use and what the following libraries( of frameworks[not sure what they are] ) would be used by a programmer. If anyone could please give a simple understandable definition i would greatly be appreciated.
ATL
MFC COM pretty much when would the following be used by a programmer and in what situations?
Re: ATL, CLR and MFC????
Programming
Software Development
18 Years Ago
by jan1024188
um...can I get any link with a .NET explanetion (what .NET is).. Tnx
Re: ATL, CLR and MFC????
Programming
Software Development
18 Years Ago
by jbennet
.NET is managed code, it runs on a frameowrk called the .net framework (just like how java runs on a JVM) C++ si the only modern MS language that supports anything apart from .NET
Re: ATL, CLR and MFC????
Programming
Software Development
18 Years Ago
by jan1024188
Ok, thanks
Re: Impossible to see ATL(?) image in Firefox
Hardware and Software
Microsoft Windows
18 Years Ago
by jado
Yeah, you might have to install this
ATL
thing in Firefox. I googled ATL3.0 and nothing came up so there may not be a Firefox extention. To see if it is an extention for it (if you have Windows XP with Service Pack 2 follow this), click on Tools > Internet Options > Programs > Manage Add-Ons. Have a look if there is anything there.
Re: Issue with ATL Win32 Service built for VC++ 6.0 SP6 & WinXP SP2
Programming
Software Development
17 Years Ago
by mitrmkar
Implement the timer proc outside the CServiceModule class. I.e. you will have [code]VOID CALLBACK ::TimerAPCProc(...)[/code] instead of [code]VOID CALLBACK CServiceModule::TimerAPCProc(...)[/code]
Re: Problem with ATL Win32 Service built with VC++ 6.0 SP6 Enterprise edition & WinXP SP2
Hardware and Software
Microsoft Windows
17 Years Ago
by caperjack
wrong form section for your problem try here,and good luck [url]http://www.daniweb.com/forums/forum2.html[/url]
Re: Linking errors while creating dll using ATL project
Programming
Software Development
18 Years Ago
by Ancient Dragon
you probably should post your question on adobe's "user to user" forum.
Re: I need some Atl Code
Programming
Software Development
14 Years Ago
by SgtMe
Questions: 1: What do you mean? 2: Do you expect us to do it for you? GUID: WEORINWEIONR-WERJNOWJENR-23409230489088wh-asdasdon Control: Me File Name: This thread is pointless
Re: MFC vs ATL vs COM
Programming
Software Development
13 Years Ago
by cppgangster
what is most popular language to program on .net currently?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC