Importing C# DLL to C???
-
is it possibale to do so??? if yes then how??? is there a way to create a dll in c# without creating a class???? thanks :) :)
Have Fun Never forget it
I assume you're talking about injecting? If so, read this article: http://www.codingthewheel.com/archives/how-to-inject-a-managed-assembly-dll[^] and - you can create a dll in c# that just contains enums, which would give you a dll without any "classes"......
-
I assume you're talking about injecting? If so, read this article: http://www.codingthewheel.com/archives/how-to-inject-a-managed-assembly-dll[^] and - you can create a dll in c# that just contains enums, which would give you a dll without any "classes"......
-
thanks :) :) the meaning without any "classes" is to have also functions!!!! but i guess it;s not possibale
Have Fun Never forget it
-
:laugh: :laugh: :laugh: :laugh: :laugh: THANKS :) :) :) so it's the hard way :laugh: :laugh: :laugh: :laugh: :laugh:
Have Fun Never forget it