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
D

David Leyva

@David Leyva
About
Posts
11
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Socket Programming
    D David Leyva

    Hi I think your code have to work. Only a question, Have you create the console app with MFC options? David Leyva

    C / C++ / MFC c++ sysadmin tutorial

  • What is the handle count for a process in windows?
    D David Leyva

    Hi The Handle count for a process is the total of handles used: Thread, opened files, events. I think u know that the function to get HC is GetProcessHandleCount. U have to be carefully if your app have HC that never decreases Regards David Leyva

    C / C++ / MFC question

  • Problem with ODBC connection
    D David Leyva

    Hi Only for test purposes try to change the location. I guess that file is in a network path. Regards David Leyva

    C / C++ / MFC csharp database visual-studio help question

  • application not executing!
    D David Leyva

    Hi You check the program dependencies?? Regards David Leyva

    C / C++ / MFC c++ question workspace

  • Convert static lib to import lib/DLL
    D David Leyva

    Hi I know that there are some products that convert DLL to lib, but in your case I think you rigth with your idea. The steps could be the following: 1. Build a new dll project in vs2005. 2. In your stdafx.cpp add #pragma comment(lib,"mylib.lib") 3. Include your .lib header file in the project. 4. Declare the new functions, maybe with new names. I expect this steps help you Regards David Leyva

    C / C++ / MFC csharp visual-studio tutorial question

  • "synchronized" method call in dll
    D David Leyva

    Sorry, but I think that is not a good idea put a Global var in a header file. Put all global vars in the cpp file. In the header file only function ptototypes. Regards David

    C / C++ / MFC c++ json help

  • "synchronized" method call in dll
    D David Leyva

    Another idea is replace current sync code instead a simple critical section. You have to init cs in DllMain I think that should work and is simple. David

    C / C++ / MFC c++ json help

  • "synchronized" method call in dll
    D David Leyva

    Hi I think the reason is that in the first case (var in header) initiation is only one time execution, but in the second case depends on dll instance. I think your variable have to be static, try that way Regards David

    C / C++ / MFC c++ json help

  • ActiveX Problem
    D David Leyva

    Hi Everyone Well, I have a silly problem. I made an ActiveX for Windows CE 4.0 using VS2005 and I can call methods and set/get properties but the code related with that functions never was executed. At the begining I can't call methods because I had problems with IObjectSafety interface. I tried everything and now I am pretty frustated. The problem I think is weird maybe I am doing something wrong. Thx for the help or some advices PD. Sorry for my english :) David Leyva

    Mobile help com

  • RegSvr32 failed
    D David Leyva

    Hi I think the problem is the COM (dll) dependencies, maybe your COM has references to another dll that doesn't not exist in target pc. You can see referencias with Dependency Walker (Visual Studio Tools) David Leyva

    COM help csharp visual-studio com question

  • Fast keyword Search through CSortedArray?? anyone?
    D David Leyva

    Hi You can use a Thread to process a binary search. The when search finish you can select or show the item(s) David

    C / C++ / MFC help data-structures regex 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