Click here to Skip to main content
16,019,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to clear DC content? Pin
Mark Salsbery21-Feb-07 20:12
Mark Salsbery21-Feb-07 20:12 
GeneralRe: How to clear DC content? Pin
houari_id21-Feb-07 19:02
houari_id21-Feb-07 19:02 
GeneralRe: How to clear DC content? Pin
Mark Salsbery21-Feb-07 20:14
Mark Salsbery21-Feb-07 20:14 
GeneralRe: How to clear DC content? Pin
houari_id21-Feb-07 20:50
houari_id21-Feb-07 20:50 
GeneralRe: How to clear DC content? Pin
Mark Salsbery22-Feb-07 5:22
Mark Salsbery22-Feb-07 5:22 
QuestionCompile any projects through a project in a workspace Pin
dungpapai21-Feb-07 16:42
dungpapai21-Feb-07 16:42 
QuestionRe: Compile any projects through a project in a workspace Pin
prasad_som21-Feb-07 18:50
prasad_som21-Feb-07 18:50 
QuestionLNK1104: cannot open file Pin
vandelaycp21-Feb-07 14:28
vandelaycp21-Feb-07 14:28 
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 c++ 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
Waldermort21-Feb-07 14:35
Waldermort21-Feb-07 14:35 
Questionhow to get a scroll window's size? Pin
Michael ZY21-Feb-07 14:11
Michael ZY21-Feb-07 14:11 
AnswerRe: how to get a scroll window's size? Pin
Mark Salsbery21-Feb-07 14:31
Mark Salsbery21-Feb-07 14:31 
Questionerror C2451 Pin
Waldermort21-Feb-07 13:10
Waldermort21-Feb-07 13:10 
AnswerRe: error C2451 Pin
Stephen Hewitt21-Feb-07 13:50
Stephen Hewitt21-Feb-07 13:50 
GeneralRe: error C2451 Pin
Waldermort21-Feb-07 14:13
Waldermort21-Feb-07 14:13 
QuestionCListCtrl::InsertColumn & DeleteColumn [modified] Pin
deposit21-Feb-07 13:00
deposit21-Feb-07 13:00 
QuestionAccessing GIF color table Pin
jak10278921-Feb-07 12:06
jak10278921-Feb-07 12:06 
AnswerRe: Accessing GIF color table Pin
Mark Salsbery21-Feb-07 15:31
Mark Salsbery21-Feb-07 15:31 
Questionneed some help in using property sheets [modified] Pin
l_d21-Feb-07 8:16
l_d21-Feb-07 8:16 
AnswerRe: need some help in using property sheets Pin
James R. Twine21-Feb-07 8:41
James R. Twine21-Feb-07 8:41 
GeneralRe: need some help in using property sheets Pin
l_d22-Feb-07 8:25
l_d22-Feb-07 8:25 
Questiondesktop rect Pin
viliam21-Feb-07 8:01
viliam21-Feb-07 8:01 
AnswerRe: desktop rect Pin
Mark Salsbery21-Feb-07 8:13
Mark Salsbery21-Feb-07 8:13 
GeneralRe: desktop rect Pin
viliam21-Feb-07 8:19
viliam21-Feb-07 8:19 
Questionvc++ XLAutomation error Pin
rolfhorror21-Feb-07 7:49
rolfhorror21-Feb-07 7:49 
AnswerRe: vc++ XLAutomation error Pin
Stephen Hewitt21-Feb-07 11:59
Stephen Hewitt21-Feb-07 11:59 

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.