Thread: Newbee To C With Lccwin32 (Need Wedit HELP?)

  1. #1
    Registered User
    Join Date
    Feb 2005
    Location
    Anchorage, Alaska
    Posts
    1

    Newbee To C With Lcc-win32 (Need Wedit HELP?)

    Hello Everyone! I just found your Fantabulous Site and I really need some tutoring! I'm pretty good with HTML (Been operating Frontpage 2002 for a couple years) and MS-DOS Commands and so I had no problem getting started on the Console or Windows Application Dialog/Design...My question(s) is/are just how to properly begin the process of orientation with Compiling, Arguments, Objects, Resources, and especially Linker, etc...If someone could give me a reply with a real simple crash course 'Demo Build' it sure would help! I've got the fairly massive Lcc-win32 User Manual that I downloaded with the Program and have been more or less leafing through it. If I could get someone to put it into more 'Layman-Like' terms I would find it much easier to decipher...By the way the Image Editor that comes with Lcc-win32 is not the greatest for making .ico's (Icons) and such but there is a really decent one out there that's 'Freeware' called PixelToolbox from Axiomx Multimedia ('Click On' This Link to Access!) Sincerely...Theorematics
    Last edited by theorematics; 02-17-2005 at 05:32 PM.

  2. #2
    Handy Andy andyhunter's Avatar
    Join Date
    Dec 2004
    Posts
    540
    What exactly are you having problems with?
    i don't think most standard compilers support programmers with more than 4 red boxes - Misplaced

    It is my sacred duity to stand in the path of the flood of ignorance and blatant stupidity... - quzah

    Such pointless tricks ceased to be interesting or useful when we came down from the trees and started using higher level languages. - Salem

  3. #3
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    How about you stop capitalising every word.

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    What exactly are you having problems with?
    The process of taking a program from source code to an executable - including linking in libraries, etc... I understand the question, perhaps because I spent several years wandering myself, because I had never seen it explained.

    Until you've learnt more of the language, I would suggest you get a more newby-friendly compiler. I recommend Dev-C++. It's a free download from www.bloodshed.net. It's a very popular IDE, and since everything is integrated, much of this confusing stuff is quite hidden.

    Much of the process is compiler-dependant, and I've never worked with LCC-WIN32 for very long, so I'm afraid I can't help you much beyond this point. If you can't find a satisfactory answer here, I suggest you look at their documentation.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbee Q: reg. MFC dlg button & Vista UAC shield icon
    By colbyringeisen in forum Windows Programming
    Replies: 3
    Last Post: 12-29-2008, 05:16 PM
  2. Newbee: Define a struct with scoop outside file?
    By Marcux in forum C Programming
    Replies: 2
    Last Post: 07-18-2007, 12:46 PM
  3. Linux newbee
    By geek@02 in forum Linux Programming
    Replies: 8
    Last Post: 11-09-2004, 12:02 AM
  4. Help with variables (newbee)
    By stugatza in forum C Programming
    Replies: 7
    Last Post: 08-18-2004, 10:40 AM
  5. Newbee
    By Bio Hazord in forum C++ Programming
    Replies: 2
    Last Post: 10-22-2003, 07:08 PM