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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
T

topus

@topus
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Sharing precompiled header in VC+ 2005
    T topus

    Lock at this: "Rebuild using shared precompiled headers doesn't work" http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=105308&SiteId=1

    C / C++ / MFC help question

  • Sharing precompiled header in VC+ 2005
    T topus

    I try to share .pch (precompiled header files) across my library (more than 50) but i failed. Using VC+ 6.0 is possible to share the .pch file reducing compilation time but when i try this in VC+2005 i ave found a lot of problems... Can anyone help me? Tanks and sorry for the poor english...

    C / C++ / MFC help question

  • Installing user customizable files
    T topus

    I using a setup program generated from Visual Studio 2005 to redistribute my program. The msi resulting setup program install exe, dll and some html files in the end user pc. The html files work like default files and the user can change this files according your convenience. The problem is that when the user try to modify this html files at the startup of the exe file's appear a message box that inform the end user that some files is changed and a setup cd is requested to reinstall the program. Any people as a suggestion to by pass this problem? Realy each file must be unchanged after the installation? Thanks in advance ad sorry for the poor english.

    .NET (Core and Framework) csharp html visual-studio help question

  • XML Parsing on the fly
    T topus

    I looking for a library working like: ParseXMLFile(file...,callback ) { while( scanning file...){ ..... callback.OnEnterNode( nodeName, attributes...) .... .. processing XML formatting... .... callback.OnExitNode( nodeName ) } }

    C / C++ / MFC data-structures xml json performance question

  • Is Visual C++ 2005 a lot better than VC++ 2003 ?
    T topus

    I ave tryed 2003 and 2005 but after some disaventure (serialization of CObject defined in extension DLL see IMPLEMENT_SERIAL_EXTDLL ecc.. distributing executables ecc..) I use VC++ 6!

    C / C++ / MFC c++ visual-studio question

  • XML Parsing on the fly
    T topus

    I found many libraries that parsing XML files but all of this use a standard approacing. Read the entire file in memory and parsing the tree. This is very expensive if the file is very big or if you lock far a minimal set of informations (for intance, suppose to check if in a 50Mb XML file exist a reference to a user "Donal Duck" ecc). Any people know a "parsing on the fly" library or class that parse a XML file but don't load the entire file in memory? Thanks in advance and sorry for the poor english

    C / C++ / MFC data-structures xml json performance 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