Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
QuestionDefault Webservice URL Pin
kmuthuk21-Feb-07 6:30
kmuthuk21-Feb-07 6:30 
AnswerRe: Default Webservice URL Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:55
Ennis Ray Lynch, Jr.21-Feb-07 12:55 
GeneralNeed C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 6:17
ThatsAlok21-Feb-07 6:17 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 6:19
mentorNot Active21-Feb-07 6:19 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:23
ThatsAlok21-Feb-07 7:23 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 7:37
mentorNot Active21-Feb-07 7:37 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:43
ThatsAlok21-Feb-07 7:43 
GeneralRe: Need C++ Library in C# Class Library Pin
Tim Paaschen21-Feb-07 20:02
Tim Paaschen21-Feb-07 20:02 
DllImport only works with unmanaged DLLs. An unmanaged static library (LIB) can't be used this way from C#. Only C++/CLI can mix managed and unmanaged code.

As far as I can see you have 4 options:
- Take the sources and convert them to C#.
- Change the unmanaged project to build a DLL and then use DllImport.
- Create a mixed mode (managed - unmanaged) wrapper DLL in C++/CLI.
- Write the client application in C++/CLI.

Regards,
Tim

QuestionbufferImage, display portion of image Pin
samreengr821-Feb-07 6:14
samreengr821-Feb-07 6:14 
AnswerRe: bufferImage, display portion of image Pin
Christian Graus21-Feb-07 10:21
protectorChristian Graus21-Feb-07 10:21 
GeneralRe: bufferImage, display portion of image Pin
samreengr822-Feb-07 4:36
samreengr822-Feb-07 4:36 
GeneralRe: bufferImage, display portion of image Pin
Christian Graus22-Feb-07 8:53
protectorChristian Graus22-Feb-07 8:53 
GeneralRe: bufferImage, display portion of image Pin
samreengr826-Feb-07 9:39
samreengr826-Feb-07 9:39 
QuestionHough Transform (find circles) Pin
shdelpiero21-Feb-07 6:12
shdelpiero21-Feb-07 6:12 
AnswerRe: Hough Transform (find circles) Pin
Christian Graus21-Feb-07 9:19
protectorChristian Graus21-Feb-07 9:19 
GeneralRe: Hough Transform (find circles) Pin
Luc Pattyn21-Feb-07 11:03
sitebuilderLuc Pattyn21-Feb-07 11:03 
QuestionC# and ms excel spreadsheet Pin
phokojoe21-Feb-07 6:02
phokojoe21-Feb-07 6:02 
AnswerRe: C# and ms excel spreadsheet Pin
Not Active21-Feb-07 6:18
mentorNot Active21-Feb-07 6:18 
AnswerRe: C# and ms excel spreadsheet Pin
swjam21-Feb-07 13:32
swjam21-Feb-07 13:32 
GeneralRe: C# and ms excel spreadsheet Pin
phokojoe23-Feb-07 4:41
phokojoe23-Feb-07 4:41 
QuestionDataGridView and ComboBoxes Pin
crzyank21-Feb-07 5:22
crzyank21-Feb-07 5:22 
AnswerRe: DataGridView and ComboBoxes Pin
led mike21-Feb-07 8:11
led mike21-Feb-07 8:11 
AnswerRe: DataGridView and ComboBoxes Pin
M. Cahid AYDIN21-Feb-07 20:47
M. Cahid AYDIN21-Feb-07 20:47 
QuestionHow to administer my application remotely? Pin
BraveShogun21-Feb-07 4:16
BraveShogun21-Feb-07 4:16 
QuestionAlarm on Event in Event Calendar Pin
fangenius21-Feb-07 3:29
fangenius21-Feb-07 3:29 

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.