Click here to Skip to main content
16,014,748 members
Home / Discussions / C#
   

C#

 
QuestionHow to pass a string from c++ to c# Pin
peraonline14-May-04 0:37
peraonline14-May-04 0:37 
AnswerRe: How to pass a string from c++ to c# Pin
Heath Stewart14-May-04 2:57
protectorHeath Stewart14-May-04 2:57 
GeneralRe: How to pass a string from c++ to c# Pin
peraonline14-May-04 3:08
peraonline14-May-04 3:08 
GeneralRe: How to pass a string from c++ to c# Pin
Heath Stewart14-May-04 3:29
protectorHeath Stewart14-May-04 3:29 
GeneralUse lib-file in C#.NET Pin
Nilfunck13-May-04 23:42
Nilfunck13-May-04 23:42 
GeneralRe: Use lib-file in C#.NET Pin
Aryadip14-May-04 1:20
Aryadip14-May-04 1:20 
GeneralRe: Use lib-file in C#.NET Pin
Nilfunck14-May-04 2:10
Nilfunck14-May-04 2:10 
GeneralRe: Use lib-file in C#.NET Pin
sreejith ss nair14-May-04 2:05
sreejith ss nair14-May-04 2:05 
So you have some lib file which is created on VC. What you can do is,

use tlbimp.exe (type library importer ).

you will get Visual Studio .NET Command Prompt in your progarmm menu through VisIDE option.

choose - MS Dotnet - Visual Studio .NET Tools -Visual Studio .NET Command Prompt

There you type



tlbimp.exe YourLibfile.lib /out : MyResultentDll.dll /verbose





( if you have YourLibfile.lib in your c drive and you want the resultent .dll on c drive you can simply copy the above syntax and change the file names that you required.

Otherwise give the path and file name of lib file and give the path and name of resultent file.)


/verbose is used to get full output info.


Here you will get a .dll file and use can easily refer this in your project.



Sreejith S S Nair
GeneralRe: Use lib-file in C#.NET Pin
Nilfunck14-May-04 2:14
Nilfunck14-May-04 2:14 
GeneralRe: Use lib-file in C#.NET Pin
Heath Stewart14-May-04 2:52
protectorHeath Stewart14-May-04 2:52 
GeneralRe: Use lib-file in C#.NET Pin
Heath Stewart14-May-04 2:52
protectorHeath Stewart14-May-04 2:52 
GeneralRe: Use lib-file in C#.NET Pin
Nilfunck14-May-04 3:56
Nilfunck14-May-04 3:56 
GeneralRe: Use lib-file in C#.NET Pin
Heath Stewart14-May-04 4:01
protectorHeath Stewart14-May-04 4:01 
GeneralRe: Use lib-file in C#.NET Pin
Nilfunck16-May-04 20:37
Nilfunck16-May-04 20:37 
GeneralRe: Use lib-file in C#.NET Pin
Heath Stewart14-May-04 2:53
protectorHeath Stewart14-May-04 2:53 
Generalhelp about print Pin
ggl16513-May-04 23:31
ggl16513-May-04 23:31 
GeneralRe: help about print Pin
Heath Stewart14-May-04 2:48
protectorHeath Stewart14-May-04 2:48 
GeneralRe: help about print Pin
ggl16518-May-04 0:01
ggl16518-May-04 0:01 
GeneralRe: help about print Pin
Heath Stewart18-May-04 3:38
protectorHeath Stewart18-May-04 3:38 
Generalredg DataGrid Pin
karteek13-May-04 18:33
karteek13-May-04 18:33 
GeneralRe: redg DataGrid Pin
sreejith ss nair14-May-04 1:05
sreejith ss nair14-May-04 1:05 
GeneralRe: redg DataGrid Pin
karteek14-May-04 3:25
karteek14-May-04 3:25 
GeneralRe: redg DataGrid Pin
Heath Stewart14-May-04 2:44
protectorHeath Stewart14-May-04 2:44 
QuestionHow do I: Split an .AVI file? Pin
Tony Archer13-May-04 18:06
Tony Archer13-May-04 18:06 
AnswerRe: How do I: Split an .AVI file? Pin
Uwe Keim13-May-04 20:32
sitebuilderUwe Keim13-May-04 20:32 

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.