E
Erik Jensen
I am trying to call a .NET c# class library with 2 methods
in it from InstallShield. I made a method to do a file
creation.
The installshield has taken 'void DLL_NAME::METHOD_NAME()'
as its call to the method. However it says my DLL has no
entry point.
My dll is arranged like this:
Namespace{
Class{
Method1
Method2
} //end class
}//end namespace
Can I add an entry point that that program wants. It
mentions exported methods, however, I see that word in
VC++ projects not c# projects.
Thanks
in it from InstallShield. I made a method to do a file
creation.
The installshield has taken 'void DLL_NAME::METHOD_NAME()'
as its call to the method. However it says my DLL has no
entry point.
My dll is arranged like this:
Namespace{
Class{
Method1
Method2
} //end class
}//end namespace
Can I add an entry point that that program wants. It
mentions exported methods, however, I see that word in
VC++ projects not c# projects.
Thanks