Click here to Skip to main content
15,920,836 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: reg: inheritance Pin
Cedric Moonen8-Sep-05 2:38
Cedric Moonen8-Sep-05 2:38 
GeneralRe: reg: inheritance Pin
8-Sep-05 2:44
suss8-Sep-05 2:44 
GeneralThanks cedric monen Pin
8-Sep-05 3:28
suss8-Sep-05 3:28 
GeneralRe: Thanks cedric monen Pin
Cedric Moonen8-Sep-05 4:21
Cedric Moonen8-Sep-05 4:21 
Questionstroe windows form as a bitmap file?? Pin
richiemac7-Sep-05 4:38
richiemac7-Sep-05 4:38 
AnswerRe: store windows form as a bitmap file?? Pin
ursus zeta13-Sep-05 12:23
ursus zeta13-Sep-05 12:23 
QuestionHow do I store object files as a library?? Pin
BenPage7-Sep-05 3:20
BenPage7-Sep-05 3:20 
AnswerRe: How do I store object files as a library?? Pin
Cedric Moonen7-Sep-05 23:12
Cedric Moonen7-Sep-05 23:12 
BenPage wrote:
The library consists of a lot of cpp files which have to be compiled

Do you compile them as a separate library ? Or do you want to add all the files to your project ?


BenPage wrote:
What am I doing wrong?

It's normal that it doesn't work: you have just included the header files in your project thus the linker doesn't find the 'code' for the functions. You have two solutions: either include the .cpp to your project also OR, if you want to use that in a separate library, go in the project settings (don't remember exactly where) and you have somewhere to tell that your project uses the library you compiled (don't forget to copy it to your project folder).

Hope this helps
QuestionHow to convert type String* to unsigned char * In vc++.NET(Managed)? Pin
CooperWu5-Sep-05 22:29
CooperWu5-Sep-05 22:29 
AnswerRe: How to convert type String* to unsigned char * In vc++.NET(Managed)? Pin
S. Senthil Kumar6-Sep-05 7:58
S. Senthil Kumar6-Sep-05 7:58 
QuestionRe: How to convert type String* to unsigned char * In vc++.NET(Managed)? Pin
CooperWu6-Sep-05 15:26
CooperWu6-Sep-05 15:26 
QuestionReplacing text? Pin
Lord Kixdemp5-Sep-05 11:57
Lord Kixdemp5-Sep-05 11:57 
AnswerRe: Replacing text? Pin
Christian Graus5-Sep-05 12:15
protectorChristian Graus5-Sep-05 12:15 
AnswerRe: Replacing text? Pin
toxcct5-Sep-05 21:32
toxcct5-Sep-05 21:32 
GeneralRe: Replacing text? Pin
Lord Kixdemp7-Sep-05 11:21
Lord Kixdemp7-Sep-05 11:21 
GeneralRe: Replacing text? Pin
toxcct7-Sep-05 20:30
toxcct7-Sep-05 20:30 
GeneralRe: Replacing text? Pin
Lord Kixdemp8-Sep-05 13:24
Lord Kixdemp8-Sep-05 13:24 
QuestionTrouble with writing dll Pin
Christian Graus5-Sep-05 11:16
protectorChristian Graus5-Sep-05 11:16 
AnswerNote,... Pin
ursus zeta6-Sep-05 13:31
ursus zeta6-Sep-05 13:31 
General[Message Deleted] Pin
ursus zeta7-Sep-05 5:36
ursus zeta7-Sep-05 5:36 
QuestionHow to design gateway of two protocal? Pin
rushing4-Sep-05 23:52
rushing4-Sep-05 23:52 
Questioncompiler issue Pin
LiYS4-Sep-05 23:40
LiYS4-Sep-05 23:40 
AnswerRe: compiler issue Pin
toxcct5-Sep-05 1:05
toxcct5-Sep-05 1:05 
GeneralRe: compiler issue Pin
LiYS5-Sep-05 1:10
LiYS5-Sep-05 1:10 
AnswerRe: compiler issue Pin
S. Senthil Kumar6-Sep-05 8:15
S. Senthil Kumar6-Sep-05 8:15 

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.