Thread: Little help here plz...

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    3

    Little help here plz...

    ...im using MetroWerks CodeWarrior and i cant stand it for one. The teacher that i have made it a requirement for the class, anyways. The code includes data types such as: apstring and apvector. Do i need to change these to string and vector or something else? Im trying to make my project into a .exe so it can run outside of the compiler. Just need a little help. Thanks.

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    okay I am a bit confused for your question.

    apstring and apvector will compile with any compiler as long as you have the .h and .cpp files. you do need to make them standard compliant with the header files though, to be able to compile it on newer compilers that are more ANSI/ISO compliant.

    the compiler and linker are there to create a .exe. this .exe can then be run on any comp. compilers and/or linkers do not need to be on the comp to run a .exe. they are only there for creating the executable from code.

    edit: If this doesn't answer and/or help, post up.

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    3
    Assertion Failed!
    <unknown application>: File WINMAIN.CPP, Line 34

    and

    Unhandled Exception
    Unhandled Exception: c0000005
    At Address: 0040e4ac

    Not sure if that helps any but there ya go.
    Thanks for helping out.

  4. #4
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    > <unknown application>: File WINMAIN.CPP, Line 34

    what is at winmain.cpp line 34?

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    that doesn't help without code.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. can any1 plz make this assignment
    By jean in forum C Programming
    Replies: 17
    Last Post: 05-13-2009, 09:19 PM
  2. plz help me...
    By sweetchakri in forum C Programming
    Replies: 1
    Last Post: 03-03-2009, 11:50 PM
  3. [Request] Need Help Plz
    By TylerD in forum Tech Board
    Replies: 4
    Last Post: 01-03-2009, 09:54 AM
  4. Anyone plz help me
    By Rose_Flowers in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-17-2003, 12:01 PM
  5. help plz plz
    By nsssn73 in forum C++ Programming
    Replies: 2
    Last Post: 06-03-2002, 08:44 AM