Click here to Skip to main content
15,911,141 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: mfc control variable problem Pin
Michael P Butler1-Feb-04 9:37
Michael P Butler1-Feb-04 9:37 
GeneralRe: mfc control variable problem Pin
Qraven1-Feb-04 9:57
Qraven1-Feb-04 9:57 
GeneralBitmaps again! Pin
Dennis L1-Feb-04 9:10
Dennis L1-Feb-04 9:10 
GeneralRe: Bitmaps again! Pin
CodeBrain2-Feb-04 0:42
CodeBrain2-Feb-04 0:42 
GeneralRe: Bitmaps again! Pin
John R. Shaw2-Feb-04 1:29
John R. Shaw2-Feb-04 1:29 
GeneralCharacters Pin
seth.jackson1-Feb-04 9:03
seth.jackson1-Feb-04 9:03 
GeneralRe: Characters Pin
Robert A. T. Káldy2-Feb-04 13:46
Robert A. T. Káldy2-Feb-04 13:46 
GeneralC++ Question. Pin
WREY1-Feb-04 9:00
WREY1-Feb-04 9:00 
GeneralRe: C++ Question. Pin
Ryan Binns1-Feb-04 17:19
Ryan Binns1-Feb-04 17:19 
GeneralRe: C++ Question. Pin
WREY2-Feb-04 1:34
WREY2-Feb-04 1:34 
GeneralAnother MFC Question Pin
Dev5781-Feb-04 8:57
Dev5781-Feb-04 8:57 
GeneralRe: Another MFC Question Pin
Diddy1-Feb-04 9:03
Diddy1-Feb-04 9:03 
GeneralRe: Another MFC Question Pin
Dev5781-Feb-04 9:45
Dev5781-Feb-04 9:45 
GeneralRe: Another MFC Question Pin
Roger Wright1-Feb-04 10:44
professionalRoger Wright1-Feb-04 10:44 
GeneralRe: Another MFC Question Pin
Roger Allen2-Feb-04 0:53
Roger Allen2-Feb-04 0:53 
General"Volume Control" question Pin
User 66581-Feb-04 8:31
User 66581-Feb-04 8:31 
GeneralRe: "Volume Control" question Pin
Michael P Butler1-Feb-04 9:06
Michael P Butler1-Feb-04 9:06 
GeneralRe: "Volume Control" question Pin
Diddy1-Feb-04 9:10
Diddy1-Feb-04 9:10 
GeneralThanks! Pin
User 66581-Feb-04 9:20
User 66581-Feb-04 9:20 
GeneralProblem With Making New Project Pin
Rassul Yunussov1-Feb-04 7:48
Rassul Yunussov1-Feb-04 7:48 
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") ];

And that's why i think i have error, that my servers isn't registred(smth like this). I haveVisual Studio Net 2002 and WTL installed. Can it be the problem??? How to uninstall in that case WTL??? Or What To Do???Thanks.
GeneralRe: Problem With Making New Project Pin
Michael P Butler1-Feb-04 8:07
Michael P Butler1-Feb-04 8:07 
GeneralRe: Problem With Making New Project Pin
anonimous1-Feb-04 22:52
anonimous1-Feb-04 22:52 
GeneralRe: Problem With Making New Project Pin
Michael P Butler1-Feb-04 22:58
Michael P Butler1-Feb-04 22:58 
GeneralRe: Problem With Making New Project Pin
Anonymous1-Feb-04 23:28
Anonymous1-Feb-04 23:28 
GeneralRe: Problem With Making New Project Pin
Rassul Yunussov2-Feb-04 5:39
Rassul Yunussov2-Feb-04 5:39 

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.