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

Managed C++/CLI

 
QuestionCopy constructor Pin
Karismatic23-Feb-07 17:09
Karismatic23-Feb-07 17:09 
AnswerRe: Copy constructor Pin
prasad_som24-Feb-07 5:25
prasad_som24-Feb-07 5:25 
AnswerRe: Copy constructor [modified] Pin
Paresh Chitte26-Feb-07 17:28
Paresh Chitte26-Feb-07 17:28 
AnswerRe: Copy constructor Pin
Christian Graus24-Feb-07 16:27
protectorChristian Graus24-Feb-07 16:27 
QuestionCreating a Observer between managed and unmanaged Code Pin
ismare22-Feb-07 0:58
ismare22-Feb-07 0:58 
AnswerRe: Creating a Observer between managed and unmanaged Code Pin
User 58385222-Feb-07 13:30
User 58385222-Feb-07 13:30 
GeneralRe: Creating a Observer between managed and unmanaged Code Pin
ismare24-Feb-07 2:51
ismare24-Feb-07 2:51 
QuestionLNK1104: cannot open file Pin
vandelaycp21-Feb-07 11:01
vandelaycp21-Feb-07 11:01 
I am trying to build MagickNet (http://midimick.com/magicknet/) and I am not very familiar with c++ but I got pretty far. I am using VS2005 Express and the Platform SDK 2003 R2 is loaded an configured. I downloaded the source for this project and the source for the ImageMagic and GhostScript code to satisify any requirements that MagickNet needed.

I started this project by clicking on File -> New -> Project from existing code. I hacked away until I could right click on each cpp file and compile it with out errors. I have my configuration for a release build. I don't care for the debug because I only need the release version.

However when I try to build the project I get the following error:
------ Build started: Project: MagickNet, Configuration: Release Win32 ------
Compiling...
Stdafx.cpp
MagickOptions.cpp
MagickNet.cpp
MagickImages.cpp
MagickImage.cpp
MagickGeometry.cpp
MagickColor.cpp
AssemblyInfo.cpp
Linking...
LINK : fatal error LNK1104: cannot open file '.\Release\AssemblyInfo.obj'
Build log was saved at "file://c:\Documents and Settings\cjohnson\My Documents\Visual Studio 2005\Projects\MagickNet\Release\BuildLog.htm"
MagickNet - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I don't know much about VC++ but it seems like it is not creating the object files. If you need more info I can post off of my command parameters from VS2005 c++ express edition.

Can anyone help me please?
Thanks
AnswerRe: LNK1104: cannot open file Pin
Christian Graus21-Feb-07 11:32
protectorChristian Graus21-Feb-07 11:32 
GeneralRe: LNK1104: cannot open file Pin
vandelaycp21-Feb-07 14:32
vandelaycp21-Feb-07 14:32 
AnswerRe: LNK1104: cannot open file Pin
Hamid_RT1-Mar-07 6:52
Hamid_RT1-Mar-07 6:52 
QuestionRWCString limit (max size) - Rogue Wave. Pin
mdosi21-Feb-07 7:46
mdosi21-Feb-07 7:46 
AnswerRe: RWCString limit (max size) - Rogue Wave. Pin
Christian Graus21-Feb-07 11:33
protectorChristian Graus21-Feb-07 11:33 
GeneralRe: RWCString limit (max size) - Rogue Wave. Pin
mdosi21-Feb-07 11:38
mdosi21-Feb-07 11:38 
GeneralRe: RWCString limit (max size) - Rogue Wave. Pin
Christian Graus21-Feb-07 19:09
protectorChristian Graus21-Feb-07 19:09 
QuestionUnmanaged in manage Pin
ThatsAlok21-Feb-07 6:18
ThatsAlok21-Feb-07 6:18 
AnswerRe: Unmanaged in manage Pin
led mike21-Feb-07 8:01
led mike21-Feb-07 8:01 
GeneralRe: Unmanaged in manage Pin
ThatsAlok21-Feb-07 18:43
ThatsAlok21-Feb-07 18:43 
GeneralRe: Unmanaged in manage Pin
led mike22-Feb-07 4:42
led mike22-Feb-07 4:42 
AnswerRe: Unmanaged in manage Pin
Christian Graus21-Feb-07 11:32
protectorChristian Graus21-Feb-07 11:32 
AnswerRe: Unmanaged in manage Pin
kristmun22-Feb-07 21:10
kristmun22-Feb-07 21:10 
Questiondrawing a poker table Pin
flavour40420-Feb-07 12:05
flavour40420-Feb-07 12:05 
AnswerRe: drawing a poker table Pin
Christian Graus21-Feb-07 11:34
protectorChristian Graus21-Feb-07 11:34 
QuestionWhere does IO Stream send deleted files? Pin
7LeafClover20-Feb-07 5:20
7LeafClover20-Feb-07 5:20 
AnswerRe: Where does IO Stream send deleted files? Pin
Mark Salsbery20-Feb-07 8:52
Mark Salsbery20-Feb-07 8:52 

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.