I’m no specialist with such stuff but I suspect that there is a missing Create call? The following worked for me without error:
In default method CMFCAppApp::InitInstance():
tamx = new CTaminoX();
tamx->Create(TEXT("TaminoX"), "TaminoX", WS_CHILD | WS_VISIBLE, CRect(0, 0, 20, 20), m_pMainWnd, 1234);
tamx->Initialize();
Is there a reason why you want to use C++? You could try using VB first. It is a lot easier to get going and do things (see how small the VB samples are).
[This message was edited by markk on 09 Jul 2003 at 13:26.]
#webMethods#API-Management#webMethods-Tamino-XML-Server-APIs