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
S

svsundar Vairavan

@svsundar Vairavan
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Visual C++ for Control Hardware
    S svsundar Vairavan

    Sorry,Its intended for thread starter. regards Vairavan

    Hardware & Devices c++ hardware help question learning

  • Problem With Application Launcher for Device Driver
    S svsundar Vairavan

    Means The file is not there in the specified path.I want to know what u or passing to szDriverName. regards Vairavan -- modified at 0:52 Friday 1st September, 2006

    Hardware & Devices help tutorial

  • Visual C++ for Control Hardware
    S svsundar Vairavan

    Can u give some more info reg ur requirements?.If u want to control ur hardware with RS232/USB u need to create handle to ur device then u can do read/write to ur device.For that u should know the command formats supported by ur device.Is it a printer/storage/camera or any thing else?. If u give give more details i will be able to provide more info. regards Vairavan

    Hardware & Devices c++ hardware help question learning

  • symbolic link for driver files
    S svsundar Vairavan

    I dint get ur question.We can create symbolic link only inside the driver code.In our AddDevice Routine normally we do that using IOCreateSymbolicLink.To know more about this see DDK documentation. But for viewing the symbolic links available in ur system u can use tools Like WinObj,DevView or ObjView.This u can get from sysinternals.com or oneysoft.com. If u can give some more explanation on ur need i can try more. regards Vairavan System software Engineer TCS

    Hardware & Devices

  • MapViewOfFile Fails
    S svsundar Vairavan

    Hi,MapViewOfFile Fails only when ur application continuously do that or systems virtual memory is low.Is ur application continuously doing MapViewOfFile?.If u r doing so u have to ummap the previous Mapped views using UnMapViewOfFile.But u can use the same handle which u got from CreateFileMapping/OpenFileMapping api. regards Vairavan

    System Admin help

  • Selecting an item in listview via windows api.
    S svsundar Vairavan

    try SetCurSel(ItemNumber)

    ATL / WTL / STL database json help question

  • MapViewOfFile Fails
    S svsundar Vairavan

    I was facing the similar problem.Is the MapViewOfFile fails first time itself?.If its not then u have to UnMap the Previous view then u have to Map it once again.For this u can use the same handle ,which u got from CreateFileMapping. regards Vairavan

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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