Click here to Skip to main content
16,011,438 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Eytukan30-Sep-05 0:32
Eytukan30-Sep-05 0:32 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Jörgen Sigvardsson30-Sep-05 9:13
Jörgen Sigvardsson30-Sep-05 9:13 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Eytukan3-Oct-05 6:30
Eytukan3-Oct-05 6:30 
QuestionHow to get the specified item in IHTMLDocument2?I have no any idea.Need help! Pin
at2000128-Sep-05 17:18
at2000128-Sep-05 17:18 
AnswerRe: How to get the specified item in IHTMLDocument2?I have no any idea.Need help! Pin
at2000128-Sep-05 21:53
at2000128-Sep-05 21:53 
Questiongarbage collection & compaction Pin
Member 231338128-Sep-05 3:54
Member 231338128-Sep-05 3:54 
Questionprograming the video RAM Pin
Member 231338128-Sep-05 3:47
Member 231338128-Sep-05 3:47 
QuestionOCX link to ATL Pin
honae28-Sep-05 2:56
honae28-Sep-05 2:56 
Hi,

My problem is the follow one:

who to know, everything that I will go to describe will be about OPOS(Ole Point-of-Service)

I have many Automation Controllers. There are many ocx.
These ocxs are the Control Objects to an specific device( like CashDrawer ). The Control Object make calls to methods that are implemented in a Service Object. Each device or device class has a Service Object. This Service Object can be ATL or MFC.

I need to know how do I have to create a projec in Visual c++ 6.0 to build a Automation Server(Service Object). What steps do i have to do? Like what kind of Server type( Dynamic Link Library, Executable or Service), which check box do I have to check( allow merging of proxy, support MFC and/or support MTS) or
which ATL Object do I have to insert in project?

To show an example, the CrashDrawer's Control object defines the fallow method:

long COPOSCashDrawer::GetOpenResult()
{
long result;
InvokeHelper(0x31, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}

How do I have define the Service Object to answer that method? I really dont't know how to do that. Please i need your help!

Grateful!

Hélio





Question(cout << double) != (cin >> double) Pin
Malcolm Smart28-Sep-05 0:40
Malcolm Smart28-Sep-05 0:40 
QuestionMy control can't run on win98,help~~ Pin
at2000127-Sep-05 15:41
at2000127-Sep-05 15:41 
AnswerRe: My control can't run on win98,help~~ Pin
Anonymous28-Sep-05 1:48
Anonymous28-Sep-05 1:48 
GeneralRe: My control can't run on win98,help~~ Pin
at2000128-Sep-05 6:00
at2000128-Sep-05 6:00 
QuestionNo _disinterface :( Pin
Eytukan26-Sep-05 6:17
Eytukan26-Sep-05 6:17 
GeneralRe: No _disinterface :( Pin
Jörgen Sigvardsson26-Sep-05 12:17
Jörgen Sigvardsson26-Sep-05 12:17 
GeneralRe: No _disinterface :( Pin
Eytukan27-Sep-05 6:15
Eytukan27-Sep-05 6:15 
GeneralRe: No _disinterface :( Pin
Jörgen Sigvardsson27-Sep-05 9:44
Jörgen Sigvardsson27-Sep-05 9:44 
GeneralRe: No _disinterface :( Pin
Eytukan27-Sep-05 23:10
Eytukan27-Sep-05 23:10 
AnswerRe: No _disinterface :( Pin
Eytukan28-Sep-05 3:24
Eytukan28-Sep-05 3:24 
GeneralRe: No _disinterface :( Pin
Jörgen Sigvardsson28-Sep-05 9:50
Jörgen Sigvardsson28-Sep-05 9:50 
GeneralRe: No _disinterface :( Pin
Eytukan28-Sep-05 22:57
Eytukan28-Sep-05 22:57 
GeneralRe: No _disinterface :( Pin
Jörgen Sigvardsson29-Sep-05 4:12
Jörgen Sigvardsson29-Sep-05 4:12 
QuestionDisplay avi files Pin
S/Madjid25-Sep-05 23:58
S/Madjid25-Sep-05 23:58 
QuestionHelp needed with ATL OLEDB Consmer Pin
Omar Alvi25-Sep-05 23:36
Omar Alvi25-Sep-05 23:36 
QuestionPutting a slider on dialog box causes error Pin
Tomek.Sergey24-Sep-05 4:19
Tomek.Sergey24-Sep-05 4:19 
QuestionBSTR Pin
Eytukan23-Sep-05 3:32
Eytukan23-Sep-05 3:32 

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.