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
M

MMansonFan25

@MMansonFan25
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Smth. like firewall
    M MMansonFan25

    You might want to look at the following articles (in no particular order): http://www.codeproject.com/internet/smfirewall.asp http://www.codeproject.com/tools/firewallpapi.asp http://www.codeproject.com/threads/A_not_so_simple_firewall.asp Hope that helps.

    C / C++ / MFC

  • VC++ 2003 .NET
    M MMansonFan25

    I believe the major difference is that the professional version is able to perform more code optimizations than standard. I personally have had no problem with the standard version.

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

  • Read 3DS file for create character animation - how to ?
    M MMansonFan25

    Doesn't the 3D Studio Max SDK include support for 3DS files?

    C / C++ / MFC tutorial question graphics game-dev help

  • Visual C++ Pointers
    M MMansonFan25

    You might also want to be careful that if you did store the address, you don't try to use it after the class is destroyed.

    C / C++ / MFC c++

  • Export templates from DLL
    M MMansonFan25

    Templates are used by the compiler to "copy and paste" the code for datatypes that are used with a particular function. By the time it becomes a dll, there is no more need for the template.

    C / C++ / MFC wpf question

  • Device driver compatability between Win95 & Win98
    M MMansonFan25

    Your best bet would be to look at the Windows DDK and samples to learn about specific platform differences. Knowledge of assembly and C are helpful.

    C / C++ / MFC tools tutorial

  • Compatabilty between windows 95 &windows 98 device drivers
    M MMansonFan25

    Your best bet would be to look at the Windows DDK and samples to learn about specific platform differences. Knowledge of assembly and C are helpful.

    C / C++ / MFC question

  • How to register a component?
    M MMansonFan25

    It depends on the type of server you are making. If it is an in-process server (dll), at the command prompt you would type "regsvr32 filename.dll" (to unregister, you would use the '/u' switch prior to the filename.) If it is an out-of-process server (exe) then you would type "filename.exe /regserver" (to unregister, use "filename.exe /unregserver"). Hope that helps. -Erik

    COM tutorial question

  • vbscript calling ActiveX(MFC) control method fail
    M MMansonFan25

    I was just curious: This is for a scripting system like Windows Based Script Host? What kind of errors, if any, are you getting?

    COM help c++ html com 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