Click here to Skip to main content
15,905,785 members

Comments by amit _pathak_aadi (Top 3 by date)

amit _pathak_aadi 10-Oct-12 8:07am View    
the link u pasted here, for making dll, I already used it, here it produce .lib, .dll. To use the dll we have 2 technique 1-Implicti Linking 2 Explicit linking. if dll have class/object structure , we are bound to use Implicit linking (here we require both .lib or .dll file ) and when dll have ordinary c methods we can use it with explicit linking. So i am just asking you if i will make dll which have class and methods can be call easily with Platform Invoke method or it will only work when dll have normal c functions.
amit _pathak_aadi 10-Oct-12 0:55am View    
As i know ,c# .net is managed and vc++ some time create managed and some time create unmanaged code. could you tell me what project type i should choose from vc++ template, for making dll that will easily call by C#?
also could you tell me some link to get some reference?
amit _pathak_aadi 10-Oct-12 0:46am View    
Here in smart card, we have different security command like - 00 a4 00 00 02 3f 00 and we can not share this with the developer who made front end application. Dll is only option left for hiding the secure code!!!!