cross-version compatibility & DLLs [1 reply] microsoft.public.vc.atl, Saturday, January 28, 2006
Can anyone answer this?
I want to develop an ATL ActiveX composite control in VS2005. So that's
ATL8.0. And because it's a composite control, MSDN says that the client
desktop will need MS...
Restarted for mpg display... [0 replies] microsoft.public.vc.atl, Saturday, January 28, 2006
Hi!
I again restarted the work for displaying the mpg file on windows Ce
5.0 OS after failing once.
The available tools are as follows:
Platform Builder 5.0
Windows Ce 5.0 Emulator
Embedd...
newbie: cannot convert from 'ATL::CComQIPtr<T> [3 replies] microsoft.public.vc.atl, Friday, January 27, 2006
hello,
I'm a newbie to COM and trying to assign an IDispatch interface to my
class variable interface.
Here's the code:
STDMETHOD (put_aProperty) ( IDispatch* avalue )
{
CComQIPtr<IMy...
CComObject and GetActiveObject() [3 replies] microsoft.public.vc.atl, Friday, January 27, 2006
Hi,
Is it possible to invoke the GetActiveObject() on a CComObject?
Thanks in advance!
How to retrieve COM dll's path within itself [1 reply] microsoft.public.vc.atl, Friday, January 27, 2006
Hi,
I need to find out the folder path where the ActiveX dll is running
because I need to load dlls dynamically which are also located in the
same folder as the ActiveX. Is there any nativ...
atl dialog with activex control, inside atl EXE module weird... [0 replies] microsoft.public.vc.atl, Friday, January 27, 2006
Hi,
I have an ATL EXE project in which I display a modal CAxDialog window
(I call DoModal inside PreMessageLoop), from a dialog resource.
In response to a button click Iyet another mod...
Cannotinclude file: 'winsock2.h' [2 replies] microsoft.public.vc.atl, Friday, January 27, 2006
I ran a batch file intended to update my include paths and set up my IDE.
Unfortunately, the batch file did not work, and now I cannot compile any C++
project.
I've tried creating new ...
COM for Linux [7 replies] microsoft.public.vc.atl, Friday, January 27, 2006
Does anybody know Linux libraries of implementation of COM.
Every body says - COM is platform independent - you can use COM to create
applications on any platform,
But for a long time alread...
building a web site [0 replies] microsoft.public.vc.atl, fri,
I just got back working on my website. Its taken a long time to finish but I am getting there.
I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a ...
Getting LIBID or DIID from #import -or- improper creation of... [1 reply] microsoft.public.vc.atl, Thursday, January 26, 2006
In VS2K5, ATL, I want my activex composite control to respond to events
generated by a few contained controls (which are not insertable in the
dialog resource).
Currently, I'm manually add...
Windows Service failed during sys startup... [8 replies] microsoft.public.vc.atl, Thursday, January 26, 2006
Hello,
I use VS.net 2003 and C++
I create a Windows Service derived from ATL::CAtlServiceModuleT.
The service is set to Automatic.
It uses OBDC to connect to a BD in another server and ...
object hierarchy, parent-child links, etc [6 replies] microsoft.public.vc.atl, Thursday, January 26, 2006
I am trying to construct an object hierarchy for some relatively simple
objects I am trying to expose to COM / Automation for use in scripting.
Some of the child objects need to have links ba...
=?Utf-8?Q?Can=E2=80=99t_link_when_CString_are_used?= =?Utf... [0 replies] microsoft.public.vc.atl, Thursday, January 26, 2006
I try to use a function in a library (GetValueSetDefault in SimLib.lib) that
have a CString as parameter. But when I try to link my project I get a link
error. If I remove the CString param...
=?Utf-8?Q?Can=E2=80=99t_link_when_CString_are_used?= =?Utf... [0 replies] microsoft.public.vc.atl, Thursday, January 26, 2006
I try to use a function in a library (GetValueSetDefault in SimLib.lib) that
have a CString as parameter. But when I try to link my project I get a link
error. If I remove the CString param...
Has this been the solution? [4 replies] microsoft.public.vc.atl, Thursday, January 26, 2006
After adding lines below to my exported functions only (no COM dll) the
daily crashes to some process did not occur anymore.
I was assuming, that the loading process, had initialized COM alr...
COM_MAP and QueryInterface [1 reply] microsoft.public.vc.atl, Wednesday, January 25, 2006
Hi,
I have to say, I really didn't want to post this question because I'm
sure it's completely idiotic, but it seems I have no choice (ergo, I'm
an idiot, it seems).
I can't figure out ...
|