Search:

Type: Posts; User: om3ga

Search: Search took 0.01 seconds.

  1. Ok, that gives me this: No symbols are loaded...

    Ok, that gives me this:

    No symbols are loaded for any call stack frame. The source code cannot be displayed.

    If I click Show Disassembly, the line that is highlighted is this:



    00401079 ...
  2. Ok, Multi-threaded DLL works. It gave me an error...

    Ok, Multi-threaded DLL works. It gave me an error then about SDL.dll, so I moved SDL.dll to the debug folder inside my project folder, now I get a console window, then this error in a message box...
  3. Ok, got rid of the ignore, added the platform sdk...

    Ok, got rid of the ignore, added the platform sdk path to the library and include lists, now i get this:
    ------ Build started: Project: SDLHelloWorld, Configuration: Debug Win32 ------
    Linking......
  4. Ok, seems that I hadn't linked SDL.lib and...

    Ok, seems that I hadn't linked SDL.lib and SDLmain.lib properly. Now I get this:

    ------ Build started: Project: SDLHelloWorld, Configuration: Debug Win32 ------
    Linking...
    LINK : fatal error...
  5. It's stopped giving me that previous error, and...

    It's stopped giving me that previous error, and now gives this:
    ------ Build started: Project: SDLHelloWorld, Configuration: Debug Win32 ------
    Compiling...
    main.cpp
    Linking...
    LINK : error...
  6. Thanks, but it didn't work, it was already set to...

    Thanks, but it didn't work, it was already set to "Not set", I tried it on Unicode and Multi-Byte, but neither worked.

    -Ben
  7. Tried a console application. I'm using MSVC++...

    Tried a console application. I'm using MSVC++ 2005 Express, I tried both Win32 Console App and CLR Console App, but neither worked.

    Any other ideas?

    -Ben
  8. LINK : fatal error LNK1561: entry point must be defined

    I'm trying to compile some code from a book, I have set all the correct linker and compiler options for SDL libs and headers. But I get this error:
    LINK : fatal error LNK1561: entry point must be...
  9. Replies
    132
    Views
    731,080

    Sticky: My TicTacToe Game Operating system: Compiled...

    My TicTacToe Game

    Operating system: Compiled on XP SP2. Works on Win95 and up
    Compiler: Dev-C++ 5 beta
    Graphics Library: none
    Other Libraries: <windows.h>, <iostream>
    Description: TicTacToe,...
  10. Thanks! -Ben

    Thanks!

    -Ben
  11. Dockable Toolbar (Like taskbar or office toolbar)

    Hi,

    I want to create a toolbar that I can dock to the top edge of my screen. I have written some code that creates a bar at the top of my screen, but the problem is that it covers up the title bar...
  12. Replies
    10
    Views
    3,818

    Yeah, thanks, I just found RegisterHotKey on msdn...

    Yeah, thanks, I just found RegisterHotKey on msdn earlier, thanks anyway!

    -om3ga
  13. Replies
    10
    Views
    3,818

    Wow! Thank you so much cdave! That really...

    Wow!

    Thank you so much cdave! That really helped!

    Now, I'm going to be annoying you, but I have one more question (sorry!):

    How do I find out what key is being pressed, even if my window...
  14. Replies
    10
    Views
    3,818

    Thanks cdave, that did it :D Anyone know the...

    Thanks cdave, that did it :D

    Anyone know the answers to my other two questions?

    Thanks!

    -Ben
  15. Replies
    19
    Views
    26,701

    NULL means absolutely nothing ;)

    NULL means absolutely nothing ;)
  16. Replies
    10
    Views
    3,818

    Sorry, I should probably have posted my current...

    Sorry, I should probably have posted my current code to make this easier for you if you decide to help:

    #include <windows.h>
    #define IDB_BUTTON1 50001
    #define IDB_BUTTON2 50002

    LRESULT...
  17. Replies
    10
    Views
    3,818

    Wow, thanks, it works! Now another few...

    Wow, thanks, it works!

    Now another few questions:
    How do I change the colour of an edit box? (I know it has something to do with WM_CTLCOLOREDIT or something like that)
    I have made my sticky...
  18. Replies
    10
    Views
    3,818

    Create a duplicate window?

    Hi,

    I have been programming C/C++ for a while now and decided to learn the windows API, so I've been writing a little sticky notes application to get to grips with it, but I am currently stuck on...
Results 1 to 18 of 18