Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

J++ to j# issues



Hi

I had a dll created in j++ which is communicating with ASP and contains the business logic. i want to convert the j++ dll to J# Com Dll so thati can communicate with asp. I had converted the J++ dll into J# Com DLL but some issues still exists. Used regasm to create the .tlb file.

Issues are:-

1. Unable to call the overloaded methods.
2. Unable to set the application variable in global.asa with one of the dll class object say Application("DLLObject") = CreateObject("MyClass")

please help.

regards
Jai