Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralNew to C# - API Usage Pin
User 665817-Jun-03 14:09
User 665817-Jun-03 14:09 
GeneralRe: New to C# - API Usage Pin
Jim Stewart17-Jun-03 15:25
Jim Stewart17-Jun-03 15:25 
GeneralRe: New to C# - API Usage Pin
J. Dunlap17-Jun-03 15:31
J. Dunlap17-Jun-03 15:31 
GeneralRe: New to C# - API Usage Pin
firat kocak17-Jun-03 20:12
firat kocak17-Jun-03 20:12 
GeneralRe: New to C# - API Usage Pin
User 665818-Jun-03 0:21
User 665818-Jun-03 0:21 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 1:07
firat kocak18-Jun-03 1:07 
GeneralRe: New to C# - API Usage Pin
User 665818-Jun-03 2:09
User 665818-Jun-03 2:09 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 2:50
firat kocak18-Jun-03 2:50 
no, not like that. It is hard but not impossible Smile | :)
Nothing is impossible, just may be a bit difficult that is all Smile | :)

What i am trying to tell is we have to decide what kinf of method we have to use for api declarations in C#. for example, we can type a function declaration and use it in our programs. but one day we may need to call that function with different parameters and then we have to add a new declaration of that function for our new need. what i mean is that, if we will build a library for Win32 Api, then people must find for what they are looking int this library. This only makes an increase in the count of the functions in the library. but most important part to build such kind of library is we need to test each ported function in a test program. In many cases, to test even a function you need to write so many lines of code to make sure that a ported function works properly. for example, in the one of my projects i declared 8 DeviceIOControl functions for different parameters.

And much times, to write a program is easier than to make changements or addition in a ready program. so, if we will build a library we have to decide a common strategy for all the functions to be ported.

Maybe i am wrong or not so much positive. do you ?

Doing something is better than doing nothing. So ... Move !
GeneralRe: New to C# - API Usage Pin
User 665818-Jun-03 3:21
User 665818-Jun-03 3:21 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 3:52
firat kocak18-Jun-03 3:52 
GeneralRe: New to C# - API Usage Pin
User 665818-Jun-03 5:23
User 665818-Jun-03 5:23 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 20:26
firat kocak18-Jun-03 20:26 
GeneralRe: New to C# - API Usage Pin
J. Dunlap18-Jun-03 8:17
J. Dunlap18-Jun-03 8:17 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 20:09
firat kocak18-Jun-03 20:09 
GeneralRe: New to C# - API Usage Pin
J. Dunlap18-Jun-03 22:09
J. Dunlap18-Jun-03 22:09 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 22:31
firat kocak18-Jun-03 22:31 
GeneralRe: New to C# - API Usage Pin
firat kocak30-Jun-03 10:29
firat kocak30-Jun-03 10:29 
GeneralRe: New to C# - API Usage Pin
J. Dunlap30-Jun-03 11:14
J. Dunlap30-Jun-03 11:14 
GeneralRe: New to C# - API Usage Pin
J. Dunlap30-Jun-03 11:16
J. Dunlap30-Jun-03 11:16 
GeneralRe: New to C# - API Usage Pin
firat kocak30-Jun-03 11:36
firat kocak30-Jun-03 11:36 
GeneralRe: New to C# - API Usage Pin
J. Dunlap18-Jun-03 8:12
J. Dunlap18-Jun-03 8:12 
GeneralCHANGING SYSTEM VOLUME Pin
ripsi17-Jun-03 14:03
ripsi17-Jun-03 14:03 
GeneralInsert, Update, Delete in C# to MS Access DB Pin
Khang Nguyen17-Jun-03 11:33
Khang Nguyen17-Jun-03 11:33 
GeneralRe: Insert, Update, Delete in C# to MS Access DB Pin
Dimitris Iliopoulos17-Jun-03 13:23
Dimitris Iliopoulos17-Jun-03 13:23 
GeneralRe: Insert, Update, Delete in C# to MS Access DB Pin
Khang Nguyen17-Jun-03 13:27
Khang Nguyen17-Jun-03 13:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.