Advertisement
Advertisement
| 05.05.2008 at 06:08PM PDT, ID: 23378242 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: |
CoInitialize(NULL);
//Create brg Instance
brg = new CTPcom_Exe();
BOOL r = brg->CreateDispatch(L"TP.TPcom_EXE");
if (r == 0) {
AfxMessageBox(L"Cann't Connect to the TP Automation Object",
MB_ICONERROR | MB_OK);
delete brg;
brg = NULL;
CoUninitialize();
return;
}
|
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |