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
V

vikramj

@vikramj
About
Posts
9
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • COM DLL registration problem
    V vikramj

    Hi Friends, I am facing a problem in registering my COM DLL. We have build an Addin for a CAD application, which is a COM addin. At some customer site, the addin dll is not getting registered. When we try to register using Regsvr32.exe, the exe returns an error code of 0x000000B6. The error description is "The operating system cannot run %1." when viwed with 'Error Lookup' tool. I searched on google newsgroups and i found 1 article stating this error occurs when the ATL.dll on the target machine does not match with the ATL.dll with which the addin dll (the DLL being registered) was built. And we have to use the mindependency build to remove the ATL.dll dependency. Accordingly i found my machine has ATL.dll with version 3.0xxx. where as the client's machine has ATL.dll 2.0xxx. I replaced the ATL.dll with the one that i had and tried to register. Still the problem persists. Any clues on the above problem ? This is the most urgent and most important issue for us. Thanks and Regards, Vikram

    C / C++ / MFC help c++ com sales regex

  • which control to send emails out from apps?
    V vikramj

    you may use MicroSoft MAPI controls!! Take help on Microsof MAPI controls. or you may user outlook API's / Office API's to send the mail. But it will be confined to outlook only. :) Vikram

    C / C++ / MFC c++ question

  • UTF-8 Conversion
    V vikramj

    Hi, I am using LIBXML from www.xmlsoft.org[^]. To supprt our application for Japanese platform, we are encoding the strings to UTF-8 and then putting it into XML. We were using unicode build for that. So by default the strings were 'WideChars'. But in non unicode build the strings are 1 byte char strings. My question is how do i encode the 1 byte char strings to uUTF-8 ?? I was using MultiByteToWideChar / Widechatto... for encoding. But in this case how do i go @ it ?? My understanding on support of internationlization is not so strong. Any focus on concepts / ideas / solution to above problems will be of great help. thanks and regards. :)

    C / C++ / MFC question xml help

  • Migration to VC.NET
    V vikramj

    hi friends, My question is related to VC.NET. I am working on VC++ on my application since last 1 yr. Now we are migrating to VC.NET. In the process, i am getting 100 errors related to T2A macro. the macro converts to W2A under unicode build. the error is "error C2664: 'T2A' : cannot convert parameter 1 from 'CString' to 'LPTSTR'". the same line of code was working well/ works well in VC 6 env. the code is xmlSetProp(relListNode, SAFE_CAST("rid"), SAFE_CAST (T2A(relID))); Please ignore the XML related stuff. The area of problem is T2A(CString). If anyone knows any solution, please help. ;) Thnaks and regards. Vikram

    C / C++ / MFC help csharp c++ xml question

  • Choose language
    V vikramj

    Paolo Vernazza wrote: I know that I can insert the resources in a satellite DLL, but that way has many contraindications the simplest and standard way is to bundle the resource into separate DLLs and load these resources as and when required using AfxSetResourceHandle(). But dont know whether u really want to keep the resource into the same executable ? :confused: regards. Vikram

    C / C++ / MFC c++ question announcement

  • How to get the default browser and its's path ?
    V vikramj

    Thanks for the replies. Anyway, got the path of the browser using API FindExecutable()passing the path of a .html/.htm file. thanks & regards Vikram

    C / C++ / MFC windows-admin tutorial question

  • Opening File Through C++
    V vikramj

    you can call FindExecutable() which returns you the executable file's path associaated with the given file. then call shell execute on that :) rehards. Vikram

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

  • How to get the default browser and its's path ?
    V vikramj

    I need to read the default browser of the system and spawn it's instance. How can do that ? Right now my application is reading the IE registry keys to know it's path and spawning it. But i need to support all browsers, atleast IE / Netscape / Mozilla ? How can do it ? Thanks and regards. Vikram

    C / C++ / MFC windows-admin tutorial question

  • VSS API Interface ?
    V vikramj

    Does any one knows where can i find the details / help about the API interface of VSS. ?? Any sample programs, tutorials etc. ?? I looked into MSDN and found only 1 page of documentation :(. I want to devlop an Addin which listens to the events of VSS(client / server) and performs some actions. Please help. :confused: thanks and regards. - Vikram

    C / C++ / MFC sysadmin json help 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