Click here to Skip to main content
15,916,835 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralThread safety of VS.NET STL Pin
User 988530-Jan-04 16:41
User 988530-Jan-04 16:41 
GeneralRe: Thread safety of VS.NET STL Pin
Joaquín M López Muñoz1-Feb-04 2:26
Joaquín M López Muñoz1-Feb-04 2:26 
GeneralRe: Thread safety of VS.NET STL Pin
User 98851-Feb-04 7:18
User 98851-Feb-04 7:18 
GeneralRe: Thread safety of VS.NET STL Pin
Jörgen Sigvardsson1-Feb-04 8:23
Jörgen Sigvardsson1-Feb-04 8:23 
GeneralRe: Thread safety of VS.NET STL Pin
User 98851-Feb-04 9:07
User 98851-Feb-04 9:07 
GeneralRe: Thread safety of VS.NET STL Pin
Joaquín M López Muñoz1-Feb-04 10:52
Joaquín M López Muñoz1-Feb-04 10:52 
GeneralRe: Thread safety of VS.NET STL Pin
Nemanja Trifunovic1-Feb-04 7:31
Nemanja Trifunovic1-Feb-04 7:31 
GeneralMaking project problem Pin
Rassul Yunussov30-Jan-04 13:46
Rassul Yunussov30-Jan-04 13:46 
I have some problem in writing An ATL COM Simple Server. When i try to make a new project i notice that some files where the main code must be are not created.
For example i write a project with name FirstCom, and i don't have FirstCom.h, and in FirstCom.cpp i have only this:
// FirstCom.cpp : Implementation of DLL Exports.

#include "stdafx.h"
#include "resource.h"

// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{85212E22-36B1-470E-A30A-CBC2B398C31B}", 
		 name = "FirstCom", 
		 helpstring = "FirstCom 1.0 Type Library",
		 resource_name = "IDR_FIRSTCOM") ] 

<\pre>
And that's why i think i have error, that my servers isn't registred(smth like this:)). I have
Visual Studio Net 2002 and WTL installed. Can it be the problem??? How to uninstall in that case WTL??? Or What To Do???
Thanks.

GeneralATL DLL in Embedded Visual C++ Pin
payday1130-Jan-04 10:19
payday1130-Jan-04 10:19 
GeneraliCON OVERLAY Pin
mjvalan29-Jan-04 19:41
mjvalan29-Jan-04 19:41 
GeneralMimic Acrobat Reader behavior for a new file type Pin
pnyr29-Jan-04 8:21
pnyr29-Jan-04 8:21 
GeneralRe: Mimic Acrobat Reader behavior for a new file type Pin
Michael Dunn29-Jan-04 16:49
sitebuilderMichael Dunn29-Jan-04 16:49 
GeneralRe: Mimic Acrobat Reader behavior for a new file type Pin
pnyr30-Jan-04 11:53
pnyr30-Jan-04 11:53 
Questioncould the image and text be putted into a listview? Pin
freehawk28-Jan-04 22:08
freehawk28-Jan-04 22:08 
AnswerRe: could the image and text be putted into a listview? Pin
valikac29-Jan-04 6:28
valikac29-Jan-04 6:28 
GeneralRe: could the image and text be putted into a listview? Pin
freehawk29-Jan-04 13:51
freehawk29-Jan-04 13:51 
QuestionCould you give me any advice? Pin
freehawk28-Jan-04 17:54
freehawk28-Jan-04 17:54 
GeneralSTL valarray and slices Pin
Miszou28-Jan-04 11:53
Miszou28-Jan-04 11:53 
GeneralRe: STL valarray and slices Pin
Stuart Dootson28-Jan-04 22:26
professionalStuart Dootson28-Jan-04 22:26 
GeneralRe: STL valarray and slices Pin
Miszou29-Jan-04 10:16
Miszou29-Jan-04 10:16 
Question.OCX or .DLL ? Pin
Dracula500028-Jan-04 8:20
Dracula500028-Jan-04 8:20 
AnswerRe: .OCX or .DLL ? Pin
Michael Dunn28-Jan-04 16:22
sitebuilderMichael Dunn28-Jan-04 16:22 
GeneralRe: .OCX or .DLL ? Pin
Dracula500029-Jan-04 8:36
Dracula500029-Jan-04 8:36 
GeneralUsing WTL controls in an MFC app Pin
armentage28-Jan-04 7:44
armentage28-Jan-04 7:44 
GeneralRe: Using WTL controls in an MFC app Pin
armentage28-Jan-04 7:56
armentage28-Jan-04 7:56 

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.