Click here to Skip to main content
15,886,091 members

Comments by Dimitri Witkowski (Top 9 by date)

Dimitri Witkowski 9-Jun-10 13:36pm View    
It's performance will be O(n*n), this is the worst way to achieve the goal
Dimitri Witkowski 3-Jun-10 15:30pm View    
Reason for my vote of 1
Is is too hard?
http://lmgtfy.com/?q=c%23+asp.net+authorization
Dimitri Witkowski 26-May-10 14:42pm View    
Reason for my vote of 1
fake question...
Dimitri Witkowski 21-May-10 16:36pm View    
The .NET app will require to describe each function you import from these libraries, and to each function you will have to add DllImport attribute.
You can start here: http://msdn.microsoft.com/en-us/library/sd10k43k(VS.71).aspx
Dimitri Witkowski 21-May-10 16:17pm View    
Ohhhh
DllImport is NOT an include - it's like
extern "C" __declspec(dllimport)

http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.dllimportattribute.aspx