Click here to Skip to main content
15,891,372 members

Comments by Sunita Rana (Top 4 by date)

Sunita Rana 29-Oct-14 7:42am View    
for initializing array in javascript see this sample:

<!DOCTYPE html>
<html>
<body>

<p id="demo"></p>

<script>
var numbers= [1, 1, 46];
document.getElementById("demo").innerHTML = numbers[2];
</script>

</body>
</html>
Sunita Rana 16-Oct-14 9:21am View    
Bernhard, I have tried the same but still its not working in any system. Problem is with com part. I am new to com , when m trying to register com in second system(using regasm.exe) its giving error that not able to load device.dll
Sunita Rana 16-Oct-14 2:54am View    
plugIn dll(vc++)<-using wrapper dll(c#) converted to com tlb file<-device dll

plugin dll i have to use in our app which is in java

i followed below link for COM converstion
http://www.codeproject.com/Articles/12673/Calling-Managed-NET-C-COM-Objects-from-Unmanaged-C
Sunita Rana 16-Oct-14 2:48am View    
i have to use pulgin dll in production server, that dll need to be used by another java app(.jar)