Forum: C++ Jan 14th, 2008 |
| Replies: 37 Views: 9,980 Yeah.I am using Visual C++-6.0 .
Ok vijayan, I will try in Visual Studio 2005 and I will tell about the status of this code.
Thanku very much,
Regards,
swetha. |
Forum: C++ Jan 11th, 2008 |
| Replies: 37 Views: 9,980 Hi vijayan,
I am using the code from this below link.
http://msdn2.microsoft.com/en-us/lib...y1(VS.80).aspx
In this code if I am including atlwin.h and atlhost.h header files I am... |
Forum: C++ Jan 11th, 2008 |
| Replies: 37 Views: 9,980 It was returning the error again CATASTROPHIC FAILURE. What have to do to acieve this problem.
What is the nex step I have to do?
Please help me to come out from this problem.
Forgot to tell... |
Forum: C++ Jan 11th, 2008 |
| Replies: 37 Views: 9,980 Hi vijayan,
Now, I am tyring to read ocx file using ATL.
I am sending the code how I have tried.
/*****************************************************************/
# import "C:\Program... |
Forum: C++ Dec 19th, 2007 |
| Replies: 0 Views: 405 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... |
Forum: C++ Dec 17th, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
Now I am trying to provide an activeXcontrol using ATL.
http://msdn2.microsoft.com/en-us/library/9d0714y1(VS.80).aspx
The link what you have given containing some sample... |
Forum: C++ Dec 13th, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
Instead of reading .ocx file using activeXcontrol container in C++ I am trying to read the bitmap image (which I got from screen shot while reading the .ocx file in MFC) and also I... |
Forum: C++ Dec 10th, 2007 |
| Replies: 37 Views: 9,980 #include "stdafx.h"
#import "C:\Program Files\GMS\Bin\MMap.ocx" no_namespace \
raw_native_types named_guids
#include "atlbase.h"
#include "atlwin.h"
int _tmain(int argc, _TCHAR*... |
Forum: C++ Dec 7th, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
The links which u sent are referring to MFC code and not C++.Actually I want to read that file using C++ and with out using MFC.ActiveXcontrol code also should be in c++.
Just... |
Forum: C++ Dec 7th, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
I tried with try and catch method like
try
{
pMp->GetMapID();
}
catch(const _com_error ce)
{ |
Forum: C++ Dec 7th, 2007 |
| Replies: 37 Views: 9,980 Hi Vijayan,
I tried what ever you mentioned. I am getting access violation and memory could not be read errors while debugging.
Am I missing or doing something wrong in the following two lines?... |
Forum: C++ Dec 5th, 2007 |
| Replies: 37 Views: 9,980 Hi Vijayan,
I got licensed version of the file and able to compile it successfuly. While executing it, program is quitting with "Abnormal program termination". I debugged it and it's terminating... |
Forum: C++ Dec 3rd, 2007 |
| Replies: 37 Views: 9,980 radar.cpp is new/modified file name of earlier image.cpp. Both of them are same. Very sorry for the confusion. When I keep attribute named_guids, I am getting the 1st error. And, if I remove it, I am... |
Forum: C++ Dec 3rd, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
How u told like that only i was doing from starting onwards.But the errors are coming.
I think I already sent MMap.tlh file in previous mails.So,now I am sending while... |
Forum: C++ Nov 30th, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
Thank you very much for ur prompt replies.
I tried all your suggestions. However, I am getting syntax errors in mmap.tlh file while reading it like the following
error... |
Forum: C++ Nov 30th, 2007 |
| Replies: 37 Views: 9,980 How u told in previous mail like that only I did modifications in my code.Again same problem is coming.Now , I am sending the mmap.cpp,mmap.h and also mmap.tlh.
If you dont mind can you tell what... |
Forum: C++ Nov 29th, 2007 |
| Replies: 37 Views: 9,980 /*************************************************/
This is mmap.tlh header file
/***********************************************************/
#pragma once
#pragma pack(push, 8)
#include... |
Forum: C++ Nov 29th, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
this is (an extract from) my "MMap.tlh" header generated:
/////////.........................................///////////
struct... |
Forum: C++ Nov 28th, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
How did you define "IID_IiTunesDetector" variable in your header file? I tried defining this variable from all possible ways .However, while compiling I am getting error as unexpected... |
Forum: C++ Nov 27th, 2007 |
| Replies: 37 Views: 9,980 Hi vijayan,
Thanks a lot for ur prompt response.I will try tomarrow.
The .ocx file contains the map.So I need to read that file and display that map.I think using ur code I can achieve this... |
Forum: C++ Nov 27th, 2007 |
| Replies: 37 Views: 9,980 Hi,
Thanku very much for giving quick reply.
Actually I am very new to c++.So now I am having .ocx file.
Using #import "filename" ?I am trying to read that file.If I use #import directive it... |
Forum: C++ Nov 23rd, 2007 |
| Replies: 37 Views: 9,980 Hi,
I have an existing .ocx file which contains a map. I need to open this file in C++ and not in MFC. MSDN help suggested me that it can be done throuch " #import "file_name" " However, the... |