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
S

sunil2004

@sunil2004
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Calling a VB.NET COM+ Remotely
    S sunil2004

    This is permission problem, is the user has the execute permission on the remote machine? Please try to use the credential of user who has administrator rights on remote m/c Regards, Sunil Tonger

    COM sysadmin help csharp dotnet

  • Runtime error when calling COM object
    S sunil2004

    If the COM wroks fine in Exe and not as a library then finger point to the marshalling problem, can you please check whether the library and the application loads in the same AppDomain Regards, Sunil Tonger

    COM help com dotnet windows-admin data-structures

  • using ATL DLL in non-ATL way
    S sunil2004

    As suggested by Michael, the #import generate the wrapper classs for coclasses that are part of ATL dll, any COM DLL need to be registered before it use, and location of dll is irrelevent as it shourld be registed in the windows registry by using "regsvr32" command. if you don't want to use the #import you can directly create the instance of class by using CoCreateInstance but life is more tough without #import as you have to handle the AddRef and Release part of your own. Regards, Sunil Tonger

    ATL / WTL / STL help question c++ tutorial

  • Cross thread operation not valid
    S sunil2004

    Dear Siva, Is that is happening in debugh mode or it happens in release build also? I also face the same problem while debugging the application :( but it works fine in release build. Regards, Sunil Tonger

    C# visual-studio help question

  • How to write partial scanline: TIFF file
    S sunil2004

    :)The Tiff file consist of tags and to insert the scan line the 256 and 257 tag should be added to tiff file which denotes the acutal scanline width and hight, and other tags attributes should be filled appropriately. Its better to insert these tags and scan line data at end, if it is inserted in between then we end up shifting the details of each tag by that offset I hope this will help in finding the right solutions.:) Regards Sunil Tonger

    C / C++ / MFC tutorial 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