Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

toothless boots

@toothless boots
About
Posts
13
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to fix this warning ?
    T toothless boots

    Its just a conflict between some of the complier flags you have. Nothing serious. I'm not too sure what the /DRIVER settings does, but the /EDITANDCONTINUE allows you to modify code while you're debugging. I used to know where these settins were in the project options, but I cant seem to find them anymore. Sorry:^)

    C / C++ / MFC help tutorial question

  • Using a CSocket across thread boundaries
    T toothless boots

    Thanks a lot! That's exactly what I needed to know!

    C / C++ / MFC c++ help question

  • Using a CSocket across thread boundaries
    T toothless boots

    I have a CSocket object that I need to share between two threads in two different objects (one thread in each object). I am using a Console App that supports MFC using VC++ 6.0. I create the CSocket object in the 'main' function of the console app and then pass a pointer to the CSocket into the 2 objects. I then fire up the threads in the two objects. When I try to perform a 'Receive' call on the CSocket in the thread, I get an assertion error. The line that crashes is 'ASSERT(pState->m_hSocketWindow != NULL)' found in 'CSocket::PumpMessages()'. I checked the pointer value of the CSocket and it matches the CSocket object that was created in the 'main'. I know there are certain MFC objects that cannot be shared across thread boundaries - is the CSocket one of them? Thanks!

    C / C++ / MFC c++ help question

  • Command Line arguments in MFC
    T toothless boots

    I was just wondering how I could get access to the command line arguments in MFC? I know in C it would have been the argv[] parameter in the main, but I don't know how to get that in MFC. Thanks, David

    C / C++ / MFC c++ tutorial question

  • Change the font in a CEditView
    T toothless boots

    Works perfect! Thanks a lot! :) David

    C / C++ / MFC c++ question

  • Change the font in a CEditView
    T toothless boots

    I'd like to change the font for my CEditView in my MFC Doc/view application. I am using VC++ 6. Anybody know how? :doh: Thanks, David.

    C / C++ / MFC c++ question

  • VC++ 6.0 and VC++ .net on the same computer?
    T toothless boots

    Are 6 and .net on different hard drive partitions? Just dont want to mess things up. Thanks a lot for the replies!! :cool: David

    C / C++ / MFC csharp c++ question

  • VC++ 6.0 and VC++ .net on the same computer?
    T toothless boots

    :doh: Someone told me that you cant have VC++ 6.0 and VC++ .net on the same computer because they will mess each other up. Is this true? If so, is there anyway around it? Thanks a lot David

    C / C++ / MFC csharp c++ question

  • Need Simple Code to Display a JPG on a Dialog Window
    T toothless boots

    :doh: Hi. I cant seem to find anything simple that will allow me to display a JGP (or Bitmap) on a dialog window. All I want to do is display 1 image on a dialog, thats it. If anybody has some code they would like to share to do this, that would be great!! I'm using MS VC++ (MFC exe). Thanks alot!! Boots

    C / C++ / MFC c++ graphics

  • Displaying a JPG in MFC
    T toothless boots

    I would like to know how to display a JPG or high res BMP image on a MFC Dialog window.

    C / C++ / MFC c++ tutorial

  • Need a Microsecond Delay Fnc
    T toothless boots

    Sorry. I'm using MFC - Visual C++ on Windows XP

    Article Writing question

  • char ** problem (ANSI C)
    T toothless boots

    Try (*palres) = (char*) malloc ((sizeof(char))*i); parles[j] will also work as you have found out. The problem is in the order of precedence. The brackets will solve this problem. Dave

    C / C++ / MFC debugging performance help tutorial

  • Need a Microsecond Delay Fnc
    T toothless boots

    I'm working on a project that requires a delay time in microseconds. Anybody have any ideas?

    Article Writing question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups