TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prakash
NA
1
0
Pointers in C#
Aug 16 2005 10:32 AM
hi, Any one can help me in the following i have two functions in "dll.dll" as int addition(int a,int b); char* functionname (char* string); i'm calling this function in C#.NET program using [DllImport("dll.dll")] static extern int addition(int a,int b); how can i declare the character pointer in C# . but i didn't try IntPtr,can any one help me using unsafe code. Thanks prakash
Reply
Answers (
1
)
Wave to Text Conversion Using C#, VB/VB.NET
((TextBox)MyObject).Text in VB.NET?