|
-
May 17th, 1999, 07:25 PM
#1
License key to use OCX on client PC, Help me!
Error "Fail to create empty document" occurs when I run my application run on a client PC, I was told that this is a licensing issue. Can any one tell me what is the license key and how I can get it? What should I pass when I call Create function??
I used the MSComm32.ocx and the code is
if(!m_commctrl.Create(NULL,0,CRect(0,0,0,0),this,ID_COMMCTRL))
{
TRACE0("Failed to create OLE Communication Control\n");
return -1;
}
//***************************************************************
If anyone of you know, please help me. Thank you.
siang
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|