Thread: C++ Newbie and tutorial quandry

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    2

    C++ Newbie and tutorial quandry

    http://sunlightd.virtualave.net/Windows/

    I've been following the tutorial here and run into a problem. One of the first examples is creating a dialogue box with buttons as a demostration of a very basic windows program.

    However, I've run into a problem with regards to resource files. I'm using Bloodshed as my IDE and although I had no problem working out how to create the dialogue box (as it had a wizard for that) what on earth the code I'm supposed to insert after 'BEGIN' is I don't know.
    I tried looking on MSDN but I just kept going in circles never really finding a good answer.

    So are there any programs out there that are specifically for designing resource files or is there a straightforward guide to the syntax for doing it manually? I really don't mind doing it manually but I've been unable to find some good information on how to do so.

  2. #2
    Registered User Esss's Avatar
    Join Date
    Aug 2001
    Posts
    133
    Manual design of dialog boxes is a little like drawing a picture using a scripting language - possible, but far too much like hard work. You need a resource editor.

    lcc/Win32 (http://www.cs.virginia.edu/~lcc-win32/) seems to come with one. You might try http://www.objectcentral.com/downloads.htm, or why not search the Web?

    Mind, there is a school of thought that says that looking at the example one provided is a good place to start...
    Ess
    Like a rat in a maze who says,
    "Watch me choose my own direction"
    Are you under the illusion
    The path is winding your way?
    - Rush

  3. #3
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    I was looking at some tutorials online just for the heck of it. I thought you might like this one. www.winprog.com

    I like it.
    1978 Silver Anniversary Corvette

  4. #4
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    Sorry, that url was wrong. it is www.winprog.org/
    1978 Silver Anniversary Corvette

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    2

    Re: C++ Newbie and tutorial quandry

    ftp://ftp.objectcentral.com/weditressetup.exe

    This one appears reasonable. I'll have to see how well it works.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Features in C Tutorial
    By Jesdisciple in forum C Programming
    Replies: 3
    Last Post: 08-19-2008, 11:45 AM
  2. Newbie with Very Newbie Question
    By Jedi_Mediator in forum C++ Programming
    Replies: 18
    Last Post: 07-01-2008, 08:00 AM
  3. DirectShow NEWBIE Tutorial Request
    By WaterNut in forum C++ Programming
    Replies: 4
    Last Post: 07-23-2006, 10:26 PM
  4. SICK SaD NEWBIE HERE
    By Potato_Tempest in forum C++ Programming
    Replies: 23
    Last Post: 02-17-2002, 04:36 PM
  5. newb looking for an SDL tutorial
    By Flikm in forum Game Programming
    Replies: 5
    Last Post: 10-12-2001, 11:11 PM