Click here to Skip to main content
15,921,577 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionHow to handle ctrl+c etc in Shell Extension Pin
Solidcore8-Nov-05 0:15
Solidcore8-Nov-05 0:15 
QuestionHow to create a Service using ATL Pin
snprani7-Nov-05 19:02
snprani7-Nov-05 19:02 
AnswerRe: How to create a Service using ATL Pin
G Haranadh7-Nov-05 19:49
G Haranadh7-Nov-05 19:49 
QuestionActivex Versioning Pin
omaycotte7-Nov-05 10:17
omaycotte7-Nov-05 10:17 
Questionadd page in property sheet Pin
Maddie from Dartford6-Nov-05 19:23
Maddie from Dartford6-Nov-05 19:23 
AnswerRe: add page in property sheet Pin
srinivasa rao dutta12-Nov-05 0:53
srinivasa rao dutta12-Nov-05 0:53 
QuestionGetting messages generated by toolbar buttons click? Pin
Roozbeh693-Nov-05 8:07
professionalRoozbeh693-Nov-05 8:07 
Questionlinker error using CADOConnection Pin
balu chettri2-Nov-05 20:23
balu chettri2-Nov-05 20:23 
Hi!
I'm using ATL to create ADO connection connection
but linker errors occur.
unresolved external symbol _CLSID_CADORecordset
unresolved external symbol _IID_IADORecordset
unresolved external symbol _CLSID_CADOConnection
unresolved external symbol _IID_IADOConnection

my code :

# include <atlbase.h>
# include <adoid.h>
# include <adoint.h>
# include <comdef.h>

CComPtr<ADOConnection> p_Con;
CComPtr<ADORecordset> p_Rst;

CoCreateInstance (CLSID_CADOConnection, NULL,
CLSCTX_INPROC_SERVER,IID_IADOConnection,
(LPVOID *) &p_Con);

CoCreateInstance (CLSID_CADORecordset, NULL,
CLSCTX_INPROC_SERVER,
IID_IADORecordset, (LPVOID *) & p_Rst);

Pleas help


B2C
QuestionAdding MFC Support to a standard DLL Project Pin
ChemmieBro2-Nov-05 5:50
ChemmieBro2-Nov-05 5:50 
Questiondefinition Pin
D.N.1-Nov-05 20:49
D.N.1-Nov-05 20:49 
AnswerRe: definition Pin
Michael P Butler1-Nov-05 21:14
Michael P Butler1-Nov-05 21:14 
QuestionLink List using STL Pin
itkid28-Oct-05 3:59
itkid28-Oct-05 3:59 
AnswerRe: Link List using STL Pin
Jeff Thompson28-Oct-05 18:37
Jeff Thompson28-Oct-05 18:37 
Questionhow to implementate a registration script Pin
T.J.27-Oct-05 22:49
T.J.27-Oct-05 22:49 
QuestionATL COM Program Pin
LiYS27-Oct-05 17:06
LiYS27-Oct-05 17:06 
AnswerRe: ATL COM Program Pin
User 21559727-Oct-05 20:17
User 21559727-Oct-05 20:17 
AnswerRe: ATL COM Program Pin
Michael Dunn31-Oct-05 13:13
sitebuilderMichael Dunn31-Oct-05 13:13 
QuestionVector mapping Pin
itkid25-Oct-05 5:15
itkid25-Oct-05 5:15 
AnswerRe: Vector mapping Pin
__yb1-Nov-05 21:23
__yb1-Nov-05 21:23 
QuestionHelp: complie error when define struct in atl7.0 Pin
dog.in.yellow22-Oct-05 16:34
dog.in.yellow22-Oct-05 16:34 
AnswerRe: Help: complie error when define struct in atl7.0 Pin
Igor Vigdorchik23-Oct-05 16:21
Igor Vigdorchik23-Oct-05 16:21 
GeneralRe: Help: complie error when define struct in atl7.0 Pin
dog.in.yellow24-Oct-05 5:20
dog.in.yellow24-Oct-05 5:20 
GeneralRe: Help: complie error when define struct in atl7.0 Pin
Igor Vigdorchik24-Oct-05 7:14
Igor Vigdorchik24-Oct-05 7:14 
AnswerRe: Help: complie error when define struct in atl7.0 Pin
User 21559727-Oct-05 20:20
User 21559727-Oct-05 20:20 
GeneralRe: Help: complie error when define struct in atl7.0 Pin
dog.in.yellow28-Oct-05 23:23
dog.in.yellow28-Oct-05 23:23 

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.