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
L

lafleon

@lafleon
About
Posts
45
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How do i pass an array of long to the method of COM?
    L lafleon

    Hello, Read the article on MSDN: “How to Pass Arrays between Visual Basic and C”. http://support.microsoft.com/kb/207931 Some more links: 1. "Passing an array from VC++ DLL to VB", by Amol Kakhandki on Code project. http://www.codeproject.com/dll/ctovbarray\_passing.asp 2. http://www.manbu.net/Lib/En/Class5/Sub7/1/23.asp Regards

    ATL / WTL / STL question com data-structures tutorial

  • How do I pass a byte array from VC++ to VB?
    L lafleon

    Hello, Read the article on MSDN: “How to Pass Arrays between Visual Basic and C”. http://support.microsoft.com/kb/207931 Some more links: 1. "Passing an array from VC++ DLL to VB", by Amol Kakhandki on Code project. http://www.codeproject.com/dll/ctovbarray\_passing.asp 2. http://www.manbu.net/Lib/En/Class5/Sub7/1/23.asp Regards

    C / C++ / MFC c++ data-structures question csharp

  • Beginner In COM where to start first?
    L lafleon

    Hello, COM+ Programming: A Practical Guide Using Visual C++ and ATL (With CD-ROM) by Pradeep Tapadiya is much better. Regrads

    COM c++ com tutorial question learning

  • ATL COM Service
    L lafleon

    Hello, Just read this book: Special Edition Using Visual C++.NET by Kate Gregory Regards,

    COM c++ com help tutorial question

  • Events
    L lafleon

    Hello Just read this article: COM Connection Points By Alex C. Punnen. http://www.codeproject.com/com/connectionpoint.asp Regards,

    COM question tutorial

  • How to pass string from C# to C++ (COM)
    L lafleon

    Hello, You need to use BSTR instead of LPTSTR in your server. Regards

    COM question csharp c++ com tutorial

  • display grayscale image in visual c++ 6.0
    L lafleon

    Hello, You need to use Win32 along GDI functions like this: CreateWindow() GetDC() SelectObject() GetStockObject() SetStretchBltMode() SetPixel() StretchBlt() BitBlt() … DeleteDC() DeleteObject() etc. Regards,

    C / C++ / MFC c++ question

  • (char*& Content) ?
    L lafleon

    Hello, It's similar to pointer to pointer (char**). Regards,

    Managed C++/CLI question

  • Scanning the IEEE or GPIB buss
    L lafleon

    Hello, Just try: NI Measurement & Automation Explorer->Devices and Interfaces->GPIB0. Now right click and choose 'Scan for Instruments' menu. Regards,

    C / C++ / MFC question

  • DCOM (Transferring of binary files.)
    L lafleon

    Hello, Just try: *.idl: HRESULT FunName([in,out] SAFEARRAY(BYTE)* pbtBufData); *.h : STDMETHOD(FunName)(SAFEARRAY** pbtBufData); *.c : STDMETHODIMP CClassName::FunName(SAFEARRAY** pbtBufData){...} Regards,

    COM help question

  • HELP NEEDED - DCOM Server in C#?
    L lafleon

    Hello, Just check 'DECLARE_CLASSFACTORY_SINGLETON(...)' macro on MSDN. Regards

    COM help csharp sysadmin question

  • Create a COM component and use in my application
    L lafleon

    Hello, 'COM+ Programming: A Practical Guide Using Visual C++ and ATL (With CD-ROM) by Pradeep Tapadiya' is much better. (See amazon.com) Regards

    COM tutorial database com help

  • COM 2D safearrays in C#
    L lafleon

    Hello, I have a COM DLL using 2D safearrays. I want to use the Interface in C# and managed C++ and need to marshall the 2D array somehow. Can anyone help me with the syntax please? Regards,

    Managed C++/CLI csharp c++ com data-structures help

  • How to communicate with USB devices from VC++.NET code?
    L lafleon

    Hello, How to communicate with USB devices from VC++.NET code? Thanks for help, Regards

    Managed C++/CLI

  • MFC - CBitmap BitBlt
    L lafleon

    Hello, Your bitmaps are incompatible. Just try Bitmap.CreateCompatibleBitmap(theDC, 100, 100); instead of Bitmap.CreateBitmap(100,100,1,24,NULL); Regards,

    C / C++ / MFC

  • calculating conversion question...
    L lafleon

    Hello, Jus try: 1. total_grams = grams + kilograms * GRAMS_PER_KILOGRAM; 2. ounces = pounds*OUNCES_PER_POUND; 3. total_pounds = pounds + ounces/OUNCES_PER_POUND; Regards,

    Managed C++/CLI

  • Books on COM
    L lafleon

    Hello, "COM+ Programming: A Practical Guide Using Visual C++ and ATL" by Pradeep Tapadiya is the best. Regards

    COM com help

  • error "The stub received bad data" while calling CreateInstance function
    L lafleon

    Hello, 1. Have you initialized all your variables inside com server? Some memory garbage can cause the problem 2. It can be some timing problem with initialization. Try to play with some delays (just use Sleep(…)) inside constructor and FinalConstruct() method of your exe com server. Regards,

    COM help c++ com sysadmin question

  • Problem in Passing 1d array from VC++ to VB [modified]
    L lafleon

    Some more links: 1. "Passing an array from VC++ DLL to VB", by Amol Kakhandki on Code project. http://www.codeproject.com/dll/ctovbarray\_passing.asp 2. http://www.manbu.net/Lib/En/Class5/Sub7/1/23.asp

    COM help c++ com data-structures question

  • Problem in Passing 1d array from VC++ to VB [modified]
    L lafleon

    Hello, Read the article on MSDN: “How to Pass Arrays between Visual Basic and C”. http://support.microsoft.com/kb/207931 Regards

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