代码搜索:InsideCOM
找到约 73 项符合「InsideCOM」的源代码
代码结果 73
www.eeworm.com/read/237873/4619692
java insidecom_dispatch.java
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VJ98\jactivex.exe" /javatlb /c2j /creg /xh /wfc /w /xi /X:rkc /l "C:\WINDOWS\TEMP\jvcD320.TMP" /nol
www.eeworm.com/read/237873/4619693
java insidecom_dispatchdefault.java
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VJ98\jactivex.exe" /javatlb /c2j /creg /xh /wfc /w /xi /X:rkc /l "C:\WINDOWS\TEMP\jvcD320.TMP" /nol
www.eeworm.com/read/169281/9869283
idl testatl.idl
// TestATL.idl : IDL source for TestATL.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (TestATL.tlb) and marshalling code.
import "oaidl.idl";
import "o
www.eeworm.com/read/169281/9869329
java testcom.java
import component.*;
//
//
// TestCOM
//
//
class TestCOM
{
public static void main(String str[])
{
ISum myRef = (ISum)new InsideCOM();
int result = myRef.Sum(5, 4);
System.out.pri
www.eeworm.com/read/169281/9870073
vbs client.vbs
Dim myRef
Set MyRef = CreateObject("Component.InsideCOM")
MsgBox "Sum(5, 3) = " & myRef.Sum(5, 3)
' Create a new method on the object.
myRef.CreateNewSum "Hurray"
' Execute the method added a
www.eeworm.com/read/381515/9087987
cpp server.cpp
#include "CFactory.h"
#include "Iface.h"
#include "Cmpnt1.h"
#include "Cmpnt2.h"
#include "Cmpnt3.h"
///////////////////////////////////////////////////////////
//
// Server.cpp
//
// This
www.eeworm.com/read/381515/9088207
cpp server.cpp
#include "CFactory.h"
#include "Iface.h"
#include "Cmpnt1.h"
#include "Cmpnt2.h"
#include "Cmpnt3.h"
///////////////////////////////////////////////////////////
//
// Server.cpp
//
// This
www.eeworm.com/read/381515/9088455
cpp server.cpp
#include "CFactory.h"
#include "Iface.h"
#include "Cmpnt1.h"
#include "Cmpnt2.h"
#include "Cmpnt3.h"
///////////////////////////////////////////////////////////
//
// Server.cpp
//
// This
www.eeworm.com/read/381515/9088600
cpp server.cpp
#include "CFactory.h"
#include "Iface.h"
#include "Cmpnt1.h"
#include "Cmpnt2.h"
#include "Cmpnt3.h"
///////////////////////////////////////////////////////////
//
// Server.cpp
//
// This
www.eeworm.com/read/381515/9088725
cpp server.cpp
#include "CFactory.h"
#include "Iface.h"
#include "Cmpnt.h"
///////////////////////////////////////////////////////////
//
// Server.cpp
//
// This file contains the component server code.
/