Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncom dll problem Pin
rjkg3-Jul-08 2:16
rjkg3-Jul-08 2:16 
AnswerRe: com dll problem Pin
Nibu babu thomas3-Jul-08 2:28
Nibu babu thomas3-Jul-08 2:28 
GeneralRe: com dll problem Pin
rjkg3-Jul-08 2:38
rjkg3-Jul-08 2:38 
AnswerRe: com dll problem Pin
Roger Stoltz3-Jul-08 2:39
Roger Stoltz3-Jul-08 2:39 
GeneralRe: com dll problem Pin
KarstenK3-Jul-08 3:10
mveKarstenK3-Jul-08 3:10 
AnswerRe: com dll problem Pin
KarstenK3-Jul-08 3:09
mveKarstenK3-Jul-08 3:09 
QuestionAvoiding global in Callbacks Pin
flip3-Jul-08 2:01
flip3-Jul-08 2:01 
QuestionConvert Visual Studio 2005 ATL project into Visual C++ 6.0 project Pin
dolly3-Jul-08 1:52
dolly3-Jul-08 1:52 
Hello Friends,

I have an <b>ATL project in Visual Studio 2005, but now I want it in Visual C++6.0.</b>

I have used one utility available on Code Project only i.e.

<b>prjconverter.exe</b>

it converted .sln to .dsw BUT on building the project,

I am having many error, mainly

<b>"C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlcom.h(2945) : error C2065: '_Module' : undeclared identifier"</b>

Because even in converted project,


class Coeapi_sampleModule : public <b>CAtlDllModuleT</b>&lt; Coeapi_sampleModule &gt;
{
public :
DECLARE_LIBID(LIBID_oeapi_sampleLib)
DECLARE_REGISTRY_APPID_RESOURCEID(IDR_OEAPI_SAMPLE, "{2FB8F87B-D079-497D-8948-F2F060162392}")
};

<b>Coeapi_sampleModule _AtlModule</b>;

<b>BUT</b>

what I want (generated by compiler if we build in vc 6) is


<b>CComModule _Module;</b>

and i read that CComModule is obsolete now, but I have to use it anyway because <b>I have to code & build the project in Visual C++ 6.0</b> only not in Visual Studio 2005.

Please Help.

Thanks well in Advance!

dolly,
N,IN

AnswerRe: Convert Visual Studio 2005 ATL project into Visual C++ 6.0 project Pin
Gary R. Wheeler3-Jul-08 1:55
Gary R. Wheeler3-Jul-08 1:55 
QuestionWrapping a C++ LIB into a DLL Pin
indogerman3-Jul-08 1:50
indogerman3-Jul-08 1:50 
AnswerRe: Wrapping a C++ LIB into a DLL Pin
Gary R. Wheeler3-Jul-08 1:58
Gary R. Wheeler3-Jul-08 1:58 
AnswerRe: Wrapping a C++ LIB into a DLL Pin
KarstenK3-Jul-08 3:14
mveKarstenK3-Jul-08 3:14 
QuestionBorderLess AboutBox. Pin
Le@rner3-Jul-08 1:36
Le@rner3-Jul-08 1:36 
AnswerRe: BorderLess AboutBox. Pin
CPallini3-Jul-08 1:41
mveCPallini3-Jul-08 1:41 
AnswerRe: BorderLess AboutBox. Pin
Rajesh R Subramanian3-Jul-08 1:42
professionalRajesh R Subramanian3-Jul-08 1:42 
GeneralRe: BorderLess AboutBox. Pin
CPallini3-Jul-08 2:08
mveCPallini3-Jul-08 2:08 
GeneralRe: BorderLess AboutBox. Pin
Rajesh R Subramanian3-Jul-08 2:25
professionalRajesh R Subramanian3-Jul-08 2:25 
GeneralOT Pin
CPallini3-Jul-08 22:24
mveCPallini3-Jul-08 22:24 
GeneralRe: OT Pin
Rajesh R Subramanian3-Jul-08 22:32
professionalRajesh R Subramanian3-Jul-08 22:32 
GeneralRe: OT Pin
CPallini3-Jul-08 23:30
mveCPallini3-Jul-08 23:30 
GeneralRe: BorderLess AboutBox. Pin
Le@rner3-Jul-08 2:43
Le@rner3-Jul-08 2:43 
Questioncannot move temporary file. [modified] Pin
manju#1233-Jul-08 1:22
manju#1233-Jul-08 1:22 
AnswerRe: cannot move temporary file. Pin
Iain Clarke, Warrior Programmer3-Jul-08 2:02
Iain Clarke, Warrior Programmer3-Jul-08 2:02 
AnswerRe: cannot move temporary file. Pin
Jijo.Raj3-Jul-08 9:49
Jijo.Raj3-Jul-08 9:49 
QuestionMaking CEdit Transparent Pin
sudhir_Kumar3-Jul-08 1:22
sudhir_Kumar3-Jul-08 1:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.