Hai....



i have Vc++ code . i need to create Dll file by using following code
can u help me....here with this i had sent my vc++ code
[code=cpp]
VARIANT root[64] = {0}; // Generic IDispatchs
VARIANT parm[64] = {0}; // Generic Parameters
VARIANT rVal = {0}; // Temporary result holder
int level=0; // Current index into root[]

// Initialize the OLE...