Click here to Skip to main content
15,911,139 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionRe: How to set IMAGE_DLLCHARACTERISTICS_NX_COMPAT bit to make DLL DEP compatible with VC 6.0 compiler [modified] Pin
dolly17-Jul-08 19:47
dolly17-Jul-08 19:47 
AnswerObviously this will not work! Pin
Elmue2-Jul-20 7:34
Elmue2-Jul-20 7:34 
GeneralRe: Obviously this will not work! Pin
Richard Deeming2-Jul-20 23:20
mveRichard Deeming2-Jul-20 23:20 
AnswerRe: Obviously this will not work! Pin
Elmue3-Jul-20 19:42
Elmue3-Jul-20 19:42 
QuestionNamespace-extension: How to customize "Details" in left-pane Pin
seansu5-Jul-08 1:04
seansu5-Jul-08 1:04 
QuestionC++ ATL COM addin DLL blocked by Vista's DEP Pin
dolly4-Jul-08 1:33
dolly4-Jul-08 1:33 
AnswerRe: C++ ATL COM addin DLL blocked by Vista's DEP Pin
Anna-Jayne Metcalfe7-Sep-08 4:11
Anna-Jayne Metcalfe7-Sep-08 4:11 
QuestionConvert Visual Studio 2005 ATL COM project into Visual C++ 6.0 project Pin
dolly3-Jul-08 1:49
dolly3-Jul-08 1:49 
Hello Friends,

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

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

prjconverter.exe

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

I am having many error, mainly

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

Because even in converted project,


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

Coeapi_sampleModule _AtlModule;

BUT

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


CComModule _Module;

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

Please Help.

Thanks well in Advance!

dolly,
N,IN

AnswerRe: Convert Visual Studio 2005 ATL COM project into Visual C++ 6.0 project Pin
hdj83114-Aug-08 21:51
hdj83114-Aug-08 21:51 
QuestionCalendar Control question [modified] Pin
monsieur_jj2-Jul-08 21:59
monsieur_jj2-Jul-08 21:59 
Questionmouse move or click event on Internet Explorer Pin
Dabara1-Jul-08 22:53
Dabara1-Jul-08 22:53 
AnswerRe: mouse move or click event on Internet Explorer Pin
Ju@ncho4-Jul-08 3:23
Ju@ncho4-Jul-08 3:23 
QuestionSDI Form View Application Pin
Robert Payan30-Jun-08 19:33
Robert Payan30-Jun-08 19:33 
QuestionNamespace-extension: How to implement IShellFolder2 Pin
seansu29-Jun-08 8:03
seansu29-Jun-08 8:03 
AnswerRe: Namespace-extension: How to implement IShellFolder2 Pin
KarstenK2-Jul-08 22:15
mveKarstenK2-Jul-08 22:15 
QuestionThe project is not compiling Pin
theCPkid28-Jun-08 2:42
theCPkid28-Jun-08 2:42 
AnswerRe: The project is not compiling Pin
KarstenK2-Jul-08 22:13
mveKarstenK2-Jul-08 22:13 
GeneralRe: The project is not compiling Pin
theCPkid3-Jul-08 1:57
theCPkid3-Jul-08 1:57 
QuestionDefine a enum type variable on the Interface (ATL project) ? [modified] Pin
iman_kh27-Jun-08 10:32
iman_kh27-Jun-08 10:32 
AnswerRe: Define a enum type variable on the Interface (ATL project) ? Pin
Ju@ncho4-Jul-08 3:32
Ju@ncho4-Jul-08 3:32 
QuestionCTreeItem question Pin
monsieur_jj26-Jun-08 21:31
monsieur_jj26-Jun-08 21:31 
QuestionMy Treeviewlist causes my main dialogue to crash... help Pin
monsieur_jj25-Jun-08 14:39
monsieur_jj25-Jun-08 14:39 
AnswerRe: My Treeviewlist causes my main dialogue to crash... help Pin
monsieur_jj25-Jun-08 19:52
monsieur_jj25-Jun-08 19:52 
QuestionIn ATL, Progess Bar look Pin
sumit.durg23-Jun-08 20:47
sumit.durg23-Jun-08 20:47 
AnswerRe: In ATL, Progess Bar look Pin
sumit.durg23-Jun-08 22:47
sumit.durg23-Jun-08 22:47 

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.