Home > line error > line error d2004

Line Error D2004

(default) Set font size to large Set font size to x-large Set layout to "Jello" (min-width:770px \ max-width:1200px) (default) Set layout to "Fluid" (width: 100%) Set layout to "Fixed" (width: 760px) Place navigation on the right of the screen (default) Place navigation on the left of the screen Close Window Personalize Text Size Medium Font Size (Default) Large Font Size X-Large Font Size Layout Jello Layout Fluid Width Layout Fixed Width Layout Navigation Position Left Navigation Right Navigation Bruce Eitman Windows Embedded Musings (CE/Compact/Standard) << Platform Builder: What SYSGEN Variables Are Set? | Home | New Chapter in my Career >> Platform Builder: cl : Command line error D2004 : '/I' requires an argument An engineer that I work with had the error “cl : Command line error D2004 : '/I' requires an argument” this week. He had copied a folder from a project that we received from third party and was working on integrating it into one of our projects, so he wasn’t familiar with the contents of the folder. If you are actually working on making changes to the project, this error is probably easier to figure out. The first hint at what the problem is and where to look for it is the two words, “Command line”.   Given that, I recommended looking in the build.log file so that we could analyze the command line. The second hint is that ‘/I’ requires an argument. If you are familiar with the command line arguments for the compiler, then you probably already know that ‘/I’ is used to define the search path for header files. Give that ‘/I’ defines the header file search path, and that nmake uses the environment variable INCLUDES to set the include path we could probably jump ahead and start looking at how INCLUDES is defined. Sure enough, when we looked in the build.log file we found “-I -IC:\WINC

Forum Visual C++ & C++ Programming Visual C++ Programming Command line error D2004: '/f' requires an argument If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register or Login before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Results 1 to 9 of 9 Thread: Command line error D2004: '/f' requires an argument Tweet Thread Tools Show Printable Version Email this Page… Subscribe to this Thread… Display Linear Mode Switch http://geekswithblogs.net/BruceEitman/archive/2009/05/30/platform-builder-cl--command-line-error-d2004--i.aspx to Hybrid Mode Switch to Threaded Mode January 30th, 2004,09:33 AM #1 problems View Profile View Forum Posts Junior Member Join Date Jan 2004 Posts 4 Command line error D2004: '/f' requires an argument Command line error D2004: '/f' requires an argument I received an this error while compiling on .NET Reply With Quote January 30th, 2004,09:44 AM #2 verifier View Profile View Forum Posts Member Join Date Jun 2002 http://forums.codeguru.com/showthread.php?281136-Command-line-error-D2004-f-requires-an-argument Location Sweden Posts 467 .. how about amuse us with some code or give a litte, little more details about your program? Reply With Quote January 30th, 2004,01:28 PM #3 Mick View Profile View Forum Posts Banned Join Date Sep 2002 Location Maryland - Fear The Turtle! Posts 7,537 Re: Command line error D2004: '/f' requires an argument Originally posted by problems Command line error D2004: '/f' requires an argument I received an this error while compiling on .NET remove the /f from your compiler settings and complie or figure out why someone put /f instead of /F(arg) and didn't complete the argument... look on msdn.microsoft.com for the /F(which) compiler options. Reply With Quote March 8th, 2004,09:58 AM #4 problems View Profile View Forum Posts Junior Member Join Date Jan 2004 Posts 4 ok dumb question i know... but where can i find "compiler settings" Reply With Quote March 8th, 2004,01:02 PM #5 Mick View Profile View Forum Posts Banned Join Date Sep 2002 Location Maryland - Fear The Turtle! Posts 7,537 well (I still use vc6.0) I would assume under project->settings->c++ should be a text entry field with all the compiler settings (if this is a VC project) otherwise change the makefile. Reply With Quote March 9th, 2004,08:04 A

:-( Why ? It isbug in VS.NET ? I saw a lot of "/I" switch without path argument, also why:-(This same http://microsoft.public.vc.project-mgt.narkive.com/E9QmjStx/command-line-error-d2004-i-requires-an-argument project is functional in VS 6.0Please help me.NicholasCommand LinesCreating temporary file"C:\DOCUME~1\miki\LOCALS~1\Temp\RSP000003.rsp" http://www.tech-archive.net/Archive/WindowsCE/microsoft.public.windowsce.platbuilder/2004-12/0207.html with contents[/Od /I "..\common\src" /I "..\tcl-8.0\generic" /I "..\tk-8.0\generic" /I"..\tk-8.0\xlib" /I "\DDK\inc" /D "_WINDOWS" /D "DEBUG" /D "WIN32" /D"_DEBUG" /D "DEBUG_MEM" /D "NEED_SNPRINTF" /D "SASR" /FD /EHsc /MLd/YX"stdafx.h" /Fp".\Debug/rat.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug/"/W3 /c /ZI ../common /I ../common /I ../common /I ../common /I../common /I line error ../common /I ../common /I ../common /I ../common /I../common /I ../common /I ../common /Iprocess.cmbus_control.cmain_control.ccodec_compat.ccmd_parser.c]Creating command line "cl.exe @C:\DOCUME~1\miki\LOCALS~1\Temp\RSP000003.rsp/nologo"Output WindowCompiling...cl : Command line error D2004 : '/I' requires an argument Nick Savoiu 2003-11-21 19:05:31 UTC PermalinkRaw Message It seems that you're missing an argument for the last /I in your commandline.You might also want to line error d2004 look at why you have so many "/I ../common".NickPost by Mikulas KankulaHello,When i was debug the project i receive this error message :-( Why ? It isbug in VS.NET ? I saw a lot of "/I" switch without path argument, also why:-(This same project is functional in VS 6.0Please help me.NicholasCommand LinesCreating temporary file"C:\DOCUME~1\miki\LOCALS~1\Temp\RSP000003.rsp" with contents[/Od /I "..\common\src" /I "..\tcl-8.0\generic" /I "..\tk-8.0\generic" /I"..\tk-8.0\xlib" /I "\DDK\inc" /D "_WINDOWS" /D "DEBUG" /D "WIN32" /D"_DEBUG" /D "DEBUG_MEM" /D "NEED_SNPRINTF" /D "SASR" /FD /EHsc /MLd/YX"stdafx.h" /Fp".\Debug/rat.pch" /Fo".\Debug/" /Fd".\Debug/"/FR".\Debug/"Post by Mikulas Kankula/W3 /c /ZI ../common /I ../common /I ../common /I ../common /I../common /I ../common /I ../common /I ../common /I ../common /I../common /I ../common /I ../common /Iprocess.cmbus_control.cmain_control.ccodec_compat.ccmd_parser.c]Creating command line "cl.exe@C:\DOCUME~1\miki\LOCALS~1\Temp\RSP000003.rspPost by Mikulas Kankula/nologo"Output WindowCompiling...cl : Command line error D2004 : '/I' requires an argument James Curran 2003-11-21 21:21:33 UTC PermalinkRaw Message Post by Nick SavoiuYou might also want to look at why you have so many "/I ../common".I'm betting those were originally something lik

Next in thread: Steve Maillet \(eMVP\): "Re: Command line error D2004 : '/I' requires an argument" Reply: Steve Maillet \(eMVP\): "Re: Command line error D2004 : '/I' requires an argument" Messages sorted by: [ date ] [ thread ] Date: Fri, 3 Dec 2004 11:17:13 -0000 Dear all, I am currently getting the following compile errors: BUILD: [01:0000000058:ERRORE] cl : Command line error D2004 : '/I' requires an argument BUILD: [01:0000000059:ERRORE] NMAKE : U1073: don't know how to make 'D:\WinCE.5\PBWorkspaces\1084\WinCE.5\Geode_x86\cesysgen\oak\target\x86\debug\bldr.exe' BUILD: [01:0000000061:ERRORE] NMAKE.EXE -i -c BUILDMSG=Stop. NOLINK=1 NOPASS0=1 failed - rc = 2 any ideas ? Next message: Valter Minute: "Re: Wierd computer design..." Previous message: Jeff: "Re: Windows CE 5.0 RDP and 8042 keyboard/mouse driver" Next in thread: Steve Maillet \(eMVP\): "Re: Command line error D2004 : '/I' requires an argument" Reply: Steve Maillet \(eMVP\): "Re: Command line error D2004 : '/I' requires an argument" Messages sorted by: [ date ] [ thread ] Flag as inappropriate (AWS) Windows Science Usenet ArchiveAboutPrivacyImprint www.tech-archive.net >Archive >WindowsCE >microsoft.public.windowsce.platbuilder >2004-12

 

Related content

line error on fax machine

Line Error On Fax Machine table id toc tbody tr td div id toctitle Contents div ul li a href Line Error Sharp Fax Machine a li ul td tr tbody table p confirmed by a Fortune verification firm Get a Professional Answer Via email text message or notification as you wait on our site Ask follow up questions if you need to relatedl Satisfaction Guarantee Rate the answer you receive Ask Daniel Your phone line error fax machine Own Question Daniel Engineer Category Office Equipment Satisfied Customers Experience Electrical Engineer BSEE Electrical Engineer p h id Line Error Sharp

line error debug

Line Error Debug table id toc tbody tr td div id toctitle Contents div ul li a href R Trycatch a li li a href R Print a li li a href Object Of Type closure Is Not Subsettable a li ul td tr tbody table p on statistics Stata Journal Stata Press Stat Transfer Gift Shop relatedl Purchase Order Stata Request a quote Purchasing FAQs r traceback Bookstore Stata Press books Books on Stata Books on statistics p h id R Trycatch p Stat Transfer Stata Journal Gift Shop Training NetCourses Classroom and web On-site Video tutorials Third-party courses

line error bad data

Line Error Bad Data table id toc tbody tr td div id toctitle Contents div ul li a href Gnuplot Using a li ul td tr tbody table p here for a quick overview of the site Help Center relatedl Detailed answers to any questions you might have gnuplot data format Meta Discuss the workings and policies of this site About Us gnuplot csv Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with p h id Gnuplot Using p us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss

line error on caller id

Line Error On Caller Id p your account was accessed Search Site Back Shop My Offers Change Your Bundle Upgrade Your Speed Add TV Channels Special Deals About relatedl Fios Fios Availability Fios Internet Fios TV Fios Digital Voice Accessories Move Services Order Status Products Fios Internet Fios TV Fios Digital Voice Internet Essentials High Speed Internet DSL DIRECTV DIRECTV Home Phone Plans Build My Bundle Add or Change Services Why Fios Fios About Fios Fios Availability Deals Shop Deals Discount Programs Accessories Moving CLOSE My Verizon Bill Payment My Services My Rewards Email Home Phone Voice Mail Profile Notifications

line error fax machine

Line Error Fax Machine table id toc tbody tr td div id toctitle Contents div ul li a href Phone Line Error Fax Machine a li ul td tr tbody table p entirety is line error but p h id Phone Line Error Fax Machine p I think that sums it up nicely Getting line error sharp fax machine a line error notification while sending or receiving a fax is annoying but it many cases it s a simple problem to fix You may need to haul out your machine s user manual to do it most efficiently though The

line error fax

Line Error Fax table id toc tbody tr td div id toctitle Contents div ul li a href Line Error Sharp Fax Machine a li ul td tr tbody table p entirety is line error but phone line error fax machine I think that sums it up nicely Getting p h id Line Error Sharp Fax Machine p a line error notification while sending or receiving a fax is annoying but it many cases it s a simple problem to fix You may need to haul out your machine s user manual to do it most efficiently though The line

line error sending fax

Line Error Sending Fax table id toc tbody tr td div id toctitle Contents div ul li a href Fax Line Busy Signal a li li a href Phone Line Error Fax Machine a li li a href Test Fax a li ul td tr tbody table p entirety is line error but p h id Fax Line Busy Signal p I think that sums it up nicely Getting why is my fax line busy a line error notification while sending or receiving a fax is annoying but p h id Phone Line Error Fax Machine p it many cases

line error d2016

Line Error D p Forum Visual C C Programming Visual C Programming relatedl Command line error D ' RTC ' and ' clr' command-line options are incompatible If this is your first visit be sure to check out the FAQ by clicking the link above You may have to register or Login before you can post click the register link above to proceed To start viewing messages select the forum that you want to visit from the selection below Results to of Thread Command line error D ' RTC ' and ' clr' command-line options are incompatible Tweet Thread Tools

line error on sharp fax machine

Line Error On Sharp Fax Machine p p p p p by Email p p p

line error fax machine sharp

Line Error Fax Machine Sharp p confirmed by a Fortune verification firm Get a Professional Answer Via email text message or notification relatedl as you wait on our site Ask follow up questions if you need to Satisfaction Guarantee Rate the answer you receive Ask Daniel Your Own Question Daniel Engineer Category Office Equipment Satisfied Customers Experience Electrical Engineer BSEE Electrical Engineer years electronic design experience chip board component expert Type Your Office Equipment Question Here Daniel is online now meta meta What does line error on sharp fax machine mean I have been This answer was rated What does