SiebelGuide.com     Siebel Blogs     Siebel Forum    
September 07, 2010, 02:13:37 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: You should Login to Create NEW or to REPLY messages...REGISTER, Its Free
 
   Home   Help Search Login Register  
Sponsored Links
  Today,at 01:00:00 AM
by SiebelGuide
Pages: [1]
  Print  
Author Topic: About Dll file  (Read 1659 times)
guruvk
Newbie
*
Posts: 6


View Profile
« on: August 06, 2008, 10:30:54 PM »

How to integrate DLL file to siebel Application?HuhHuh

Logged
sridhar
Administrator
Full Member
*****
Posts: 175


View Profile WWW
« Reply #1 on: August 06, 2008, 10:49:45 PM »

Hi Guruv,
You call the dll by creating a com Object. Here is some sample code.

var obj = COMCreateObject("SiebelXML.Handler");
var strLeadId = obj.SomeFunction(variable);

Hope this helps!

Good Luck,
Sridhar
Logged
guruvk
Newbie
*
Posts: 6


View Profile
« Reply #2 on: August 11, 2008, 02:06:04 AM »

thanks a lot...
Is there any Grammer checking Dll file to integrate with siebel application other than MS Dll files..
Logged
dansi
Newbie
*
Posts: 3


View Profile
« Reply #3 on: November 08, 2009, 11:16:29 PM »

You will have to decompile the DLL file in order to view it. This means you have to know the original language it was written in.

In addition, some EXE and DLL files are scrambled or encrypted to stop exactly what you are trying to do, since the code is probably copyrighted.

« Last Edit: November 09, 2009, 11:32:53 AM by sridhar » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Install SimpleMachinesForum web hosting Valid XHTML 1.0! Valid CSS!