Thread: Open IE, go to URL, close

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Alright... now I get this error when I try to link it. It compiles fine:
    unresolved external symbol _WinMain@16
    I feel like an idiot that I can't even get this working. I'm so babied by VB.
    EntropySink. You know you have to click it.

  2. #2
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Sounds like you created a Win32 Console project instead of a Win32 project

    Edit: Scratch that, I think I said it backwards...You probably created a Win32 project instead of a Win32 Console project (since the linker is looking for a WinMain function and you have a main function)
    Last edited by JaWiB; 04-07-2006 at 01:42 PM.
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 05-27-2009, 12:46 PM
  2. Open Source and Security
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 06-17-2008, 01:23 AM
  3. Open Software License 3.0 Explained
    By laserlight in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 01-08-2008, 08:10 PM
  4. Problems with open and save boxes
    By pinkcheese in forum Windows Programming
    Replies: 3
    Last Post: 05-21-2002, 06:03 PM
  5. how do u open a folder?
    By nicola_diaz in forum C++ Programming
    Replies: 3
    Last Post: 11-24-2001, 04:22 PM