Click here to Skip to main content
15,887,585 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
General[ Parse Data file & put the data into vector] Pin
Member 128563310-Aug-04 1:03
Member 128563310-Aug-04 1:03 
GeneralRe: [ Parse Data file & put the data into vector] Pin
Nitron26-Aug-04 5:09
Nitron26-Aug-04 5:09 
GeneralToolbar with trucolor bitmap buttons Pin
Mandalay8-Aug-04 3:56
Mandalay8-Aug-04 3:56 
GeneralRe: Toolbar with trucolor bitmap buttons Pin
Mandalay8-Aug-04 7:33
Mandalay8-Aug-04 7:33 
GeneralRe: Toolbar with trucolor bitmap buttons Pin
Tom J10-Aug-04 22:31
Tom J10-Aug-04 22:31 
QuestionHow to make tool bar for outlook express Pin
curious_keen7-Aug-04 1:10
curious_keen7-Aug-04 1:10 
QuestionHow to make tool bar for outlook express Pin
curious_keen7-Aug-04 1:09
curious_keen7-Aug-04 1:09 
GeneralAlex Kolesnichenko's "Building Rich COMponents with Attributed ATL" Pin
Rob Severin6-Aug-04 15:13
Rob Severin6-Aug-04 15:13 
In Alex's excellent article, source code is provided to build and test a COM server. The test used VBScript access/use the component and everything worked as it should.

I then tried testing it using VB6, but got a run-time error (Run time error 249: ActiveX component can't create object) during the form load, which is where I create the object.

What's up?

Here's my code;

Option Explicit
Public theobj As ServicesManager.CServicesMgr

Private Sub Command1_Click()
theobj.Start ("RobService")
Text1.Text = "Started"
MsgBox ("Howdy")
theobj.Stop ("RobService")
End Sub

Private Sub Form_Load()
Set theobj = CreateObject("ServicesManager.CServicesMgr")

End Sub


GeneralPre-Allocating stl maps / multimaps Pin
Jabin Reinhold4-Aug-04 4:35
Jabin Reinhold4-Aug-04 4:35 
GeneralRe: Pre-Allocating stl maps / multimaps Pin
gokings9-Aug-04 2:17
gokings9-Aug-04 2:17 
GeneralRe: Pre-Allocating stl maps / multimaps Pin
gokings9-Aug-04 8:03
gokings9-Aug-04 8:03 
GeneralRe: Pre-Allocating stl maps / multimaps Pin
Jörgen Sigvardsson20-Aug-04 9:32
Jörgen Sigvardsson20-Aug-04 9:32 
QuestionVC6 compiler limits with STL's mem_fun? Pin
T.T.H.28-Jul-04 23:03
T.T.H.28-Jul-04 23:03 
AnswerRe: VC6 compiler limits with STL's mem_fun? Pin
Kevin McFarlane7-Aug-04 8:16
Kevin McFarlane7-Aug-04 8:16 
GeneralATL Composite Control print - HOW TO Pin
VKatti27-Jul-04 5:56
VKatti27-Jul-04 5:56 
Generalconflict between ATL and MFC Pin
Anonymous25-Jul-04 20:57
Anonymous25-Jul-04 20:57 
GeneralRe: conflict between ATL and MFC Pin
Kevin McFarlane7-Aug-04 3:14
Kevin McFarlane7-Aug-04 3:14 
GeneralRe: conflict between ATL and MFC Pin
Jörgen Sigvardsson7-Aug-04 7:57
Jörgen Sigvardsson7-Aug-04 7:57 
GeneralRe: conflict between ATL and MFC Pin
gokings9-Aug-04 2:22
gokings9-Aug-04 2:22 
GeneralRe: conflict between ATL and MFC Pin
Kevin McFarlane28-Aug-04 0:18
Kevin McFarlane28-Aug-04 0:18 
QuestionHow to map WM_CHAR messages for a modeless dialog Pin
asimeqi23-Jul-04 11:16
asimeqi23-Jul-04 11:16 
GeneralOLEDB question... Pin
CherezZaboro23-Jul-04 5:34
CherezZaboro23-Jul-04 5:34 
GeneralRe: OLEDB question... Pin
palbano23-Jul-04 8:13
palbano23-Jul-04 8:13 
GeneralATL Container HOW TO Pin
vishalmore22-Jul-04 21:51
vishalmore22-Jul-04 21:51 
GeneralRe: ATL Container HOW TO Pin
Anonymous23-Jul-04 8:34
Anonymous23-Jul-04 8:34 

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.